WTF Is an "AI Agent Loop"? Genius or Hype?
TL;DR
Most agentic loops are expensive hype for builders: Ross Mike says letting an agent run from a giant PRD without human checkpoints leads to bad assumptions and heavy token burn, especially for people on $20 or $100 plans instead of $200-plus plans.
The core problem is missing human judgment mid-build: When an AI agent builds an app end-to-end, it has to guess product details, architecture, and UX choices that are rarely fully captured in a single markdown spec.
Ross compares open-ended loops to a slot machine: Tools like /goal and /loop can work for prototypes and experiments, but for meaningful products they often keep spending tokens while drifting away from the actual vision.
A good loop needs fixed feedback, not vague creativity: Ross's working example uses Cursor plus Greptile, where the agent reads a code review, fixes issues, pushes again, and repeats until the score reaches at least 4 out of 5, ideally 5 out of 5.
Even the useful loop breaks under scale: Ross says his code review loop struggles once a pull request exceeds 1,000 lines, which forces him to split work into smaller PRs so the review agent can actually reason about it.
The future case is real, but Ross says the timing is wrong: Greg and Ross both agree self-healing app-building loops may arrive later, but as of June 9, 2026, the safer default is still human in the loop.
The Breakdown
Agentic loops sound like full self-driving for software, but Ross Mike argues they are mostly a token-burning slot machine for anyone without Anthropic-level budgets. His practical exception is a tightly constrained code review loop that keeps iterating until Greptile scores a pull request 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.