1
Human-in-the-loop (you prompt, review, and iterate) is still the most effective and cost-efficient approach for building real products
2
Agentic loops (tools like /goal or /sloop) let an AI agent run autonomously using its own output as feedback, but they make unchecked assumptions that rarely align with your product vision
3
These loops burn significant tokens — Peter Levels reportedly spent $1.3 million in tokens in a single month running such loops
4
Loops do make sense in closed, binary-output scenarios: Ross uses a code review loop with Graphite that pushes code to GitHub, reads the AI review score, and iterates until hitting 4-5 out of 5 before allowing production deployment
5
Even his own constrained code review loop breaks when pull requests exceed 1,000 lines of code, illustrating that current agentic loops are fragile even in ideal conditions