I built an AI dev by Henry OllarvesI built an AI dev by Henry Ollarves

I built an AI dev

Henry Ollarves

Henry Ollarves

I built an AI dev pipeline and ran it live on my side project.
The Irfrit Loop: ticket comes in → AI writes the code → two independent AI reviewers tear it apart → auto-fix → re-review → QA screenshots → I click merge.
Today's run: 7 tickets, 5 PRs merged in ~2 hours. My only job was clicking merge.
The reviewers weren't rubber-stamping — they caught real issues: a race condition in a SQL function, a ghost RPC endpoint with no auth check, a missing database migration that silently showed "saved" while failing, and a date column bug that was attributing revenue to the wrong month.
Every failure auto-chained to a fix agent. Every fix auto-chained to a re-review. No idle time, no manual coordination.
The bottleneck in solo development isn't writing code. It's the review loop. This eliminates it.
Like this project

Posted Mar 4, 2026

I built an AI dev pipeline and ran it live on my side project. The Irfrit Loop: ticket comes in → AI writes the code → two independent AI reviewers tear it a...