Loopcraft: The Art of Stacking Loops

Loopcraft: The Art of Stacking Loops

J
Joy
June 16, 2026 · 2 min read

Stop prompting AI agents one instruction at a time. Design loops that drive them, and learn how to stack loops upward as models improve. This is a translated excerpt from Latent Space / AINews on agent orchestration.

This is a translated and adapted excerpt from Latent Space / AINews.

There is a lot of “loop discourse” in the air:

  • Steipete: “Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents.”
  • Boris: “I don’t prompt Claude anymore. I write loops, the loops do the work.”
  • Andrej on Autoresearch: To get the most out of the tools that have become available now, you have to remove yourself as the bottleneck. You cannot be there to prompt the next thing. You need to arrange things so they are completely autonomous, maximize token throughput, and not be in the loop. The goal now is to increase your leverage. You do not want to be the researcher in the loop looking at every result and holding the system back. The question becomes: how do I refactor the abstractions so I arrange it once and hit go?

This framing is compelling, and many people do not realize how many loops we are already inside:

Many loops we are already inside

A more minimal set of loops:

A smaller set of loops

One could argue that the entire game of the next century is learning how to stack loops as effectively as possible. In the early days of each phase, it is valuable to know when to go down a loop when things go wrong, for reliability. But as models improve, it may be even more valuable to know how to go up a loop, for leverage.

If you do not figure out how to do this, do not be salty when you lose to those who do.

Rich has his “Bitter Lesson” for models. We now have the Salty Lesson for agents:

Do not fix things yourself, as you have historically done.

Instead, focus on systems that scale with more agents, such as goals and orchestration.

Share

Comments

Related Posts

In the Same Morning, OpenAI and Anthropic Both Loosened Usage Limits
4 min read
In the Same Morning, OpenAI and Anthropic Both Loosened Usage Limits

On the morning of July 12, 2026, Anthropic and OpenAI both announced usage-limit relief within less than an hour: Claude extended Fable 5 availability across paid plans and kept Claude Code weekly limits 50% higher until July 19; OpenAI temporarily removed the 5-hour usage window for Plus, Business, and Pro, optimized GPT-5.6 Sol efficiency, and reset usage. This post explains what happened and why it matters for developers.

Post News
Agent Skills: Packaging Senior Engineering Discipline Into AI Coding Agents
6 min read
Agent Skills: Packaging Senior Engineering Discipline Into AI Coding Agents

AI coding agents default to the shortest path: skipping specs, tests, security review, and other practices that make software reliable. Addy Osmani's Agent Skills packages production engineering workflows, quality gates, and best practices into 24 structured skills that agents can consistently follow from idea to launch.

Post AI