concept Updated 2026-08-20 Tags: Ai, Workflow, Reasoning, Agents

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