WTF Is an "AI Agent Loop"? The truth.
TL;DR
Most agentic loops are expensive hype for normal builders: Ross Mike says tools like /goal and similar loop commands can chew through token budgets fast, especially if you are not already on a $200 per month plan.
The core problem is hidden assumptions: a giant PRD or spec.md never captures every product detail, so an agent left alone fills in the gaps itself, often in ways that drift from the founder's actual vision.
Human in the loop still beats agent in the loop for startup building: for apps, SaaS, and websites that need taste, iteration, and user feedback, Ross argues you still need to steer feature by feature instead of pressing go and hoping.
Loops work better when success is measurable and constrained: Ross and Greg both point to binary tasks like code review, SEO page generation, and other fixed-output jobs as the places where loops make the most sense right now.
Ross's real loop is a code-review loop with Gravile and Cursor: he pushes AI-generated code to GitHub, lets Gravile review it, then runs a "gp loop" skill that reads the review, fixes issues, and repushes until the score hits 5 out of 5 or five turns pass.
Even the good loop breaks under scale: when a pull request exceeds about 1,000 lines, Ross says his review loop often fails because the agent cannot fully understand the whole diff, so he has to split the work into smaller PRs.
The Breakdown
Agentic loops sound like full self-driving for software, but Ross Mike argues they are mostly a token-burning slot machine unless the task has a tight, binary feedback loop. His one practical exception is code review: he uses a loop that keeps revising AI-written code until a review agent scores it 5 out of 5.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.