Loop Maxxing
Loop maxxing is Jason Calacanis’s phrase in Open Source Wins, AGI Is Here, and Scorsese’s AI Toolkit with CEOs of Cerebras & Black Forest Labs for repeatedly feeding AI outputs back into an AI workflow. Andrew Feldman treats the pattern as a possible source of recursive improvement: ask, learn from the answer, ask again, and continue until the answer improves or the loop plateaus.
The concept extends Token Maxxing but changes the bottleneck. Instead of only spending more tokens, the user creates iterative reasoning loops that also require evaluation, stopping rules, model routing, and human judgment about whether the loop is discovering signal or amplifying error.
Key Claims
- Recursive prompting can produce better answers when each pass introduces new checks, sources, decompositions, or questions.
- Loop value depends on verification because repeated generations can also reinforce weak assumptions.
- Faster inference makes loops more practical by reducing waiting time across many serial calls.
- The economic question is not just token volume; it is whether the loop produces accepted work, better decisions, or a solved task.
Connections
- Token Maxxing and Unlimited Token Workflow - abundant-token and usage-growth context.
- AI Inference Cost Structure and Low-Latency Inference Chip - cost and latency constraints behind recursive workflows.
- Model Routing Cost Control - choosing which model should handle each loop stage.
- Recursive Self-Improvement - adjacent stronger claim about model or system self-improvement.
- AI Verification and Human Judgment Under AI - review and stopping-rule requirements.