TL;DR
Anthropic’s Claude Code team published a guide defining an AI loop as repeated agent work until a stop condition is met. A July 1 Thorsten Meyer AI dispatch reframed the guide as a four-step delegation ladder, showing what users hand off at each level.
Anthropic’s Claude Code team has published a new guide defining agentic loops as repeated cycles of AI work until a stop condition is met, a development that matters because it gives developers and businesses a clearer way to decide how much work to delegate to AI systems.
The guide, credited in the source material to Delba de Oliveira and Michael Segner, was published on June 30, 2026. A July 1, 2026 Thorsten Meyer AI dispatch builds on that guide with a “delegation ladder” framing: each loop type is defined by what the human stops doing personally.
The four loop types described are turn-based skills, goal-based loops, time-based loops, and proactive workflows. In that ordering, the user first hands off checking, then the stop condition, then the trigger, and finally the prompt itself.
The source material also stresses Anthropic’s caution: not every task needs a loop. The stated guidance is to begin with the simplest method that works and move to higher-autonomy loops only when the task justifies the added cost, control needs, and review burden.
The delegation ladder: four agentic loops, and what each lets you stop doing
Strip the hype and a “loop” is simple — an agent repeating work until a stop condition is met. The useful lens isn’t the mechanics, it’s what you hand off. Four loop types = four rungs of delegation, from a tool you operate to a process that runs.
The whole framework reduces to one question about your own work: where am I the bottleneck, and which single piece can I hand off? Can you write the check? Is the goal concrete? Does the work arrive on a schedule? That answer picks your rung — and you climb one step at a time. The real skill isn’t operating a loop; it’s the judgment of what to delegate and how far — enough hands off to gain leverage, enough on the wheel that “runs without you” doesn’t become “runs away from you.”
How Delegation Changes AI Work
The framework matters because it shifts the question from how to prompt an AI tool to which part of a process can be safely handed off. That distinction is relevant for teams using AI in software work, operations, support, research, and recurring review tasks.
For developers, the practical effect is a clearer path from manual prompting toward bounded automation. For businesses, the model offers a way to weigh gains in speed against risks in spending, quality control, and unplanned behavior when AI systems run through repeated actions.
AI automation workflow tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Four Rungs From Prompt To Workflow
In the first rung, turn-based skills, the human still starts each task, but the agent can verify its own work through encoded checks. The source cites a front-end example in which an agent should start a development server, test a control, capture screenshots, check the browser console, and run performance tracing before calling work complete.
The second rung, goal-based looping, gives the system a defined success condition, such as passing tests or reaching a performance score. A separate evaluator model can send the agent back to work until the goal is met or a maximum number of turns is reached.
The third rung, time-based looping, hands off the trigger by running work on an interval, locally through /loop or in the cloud through /schedule, according to the source. The fourth rung, proactive workflows, is described as event-driven work in which the system can start without a human prompt in real time and coordinate multiple agents around per-task goals.
“A loop is an agent repeating cycles of work until a stop condition is met.”
— Thorsten Meyer AI dispatch
AI task delegation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Limits Of Higher Autonomy
Several details remain dependent on implementation. The source notes that some Claude Code features are research previews, and it is not yet clear how broadly teams will adopt the higher-rung workflow model in production settings.
It is also unclear how reliably broad, event-driven workflows will perform across messy business processes where goals are less measurable than test results, performance scores, or other deterministic checks. The dispatch presents the ladder as a useful framing, while Anthropic’s definitions and primitives are the underlying source material.
AI process automation platform
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Pilots Before Larger Runs
The next step for teams is likely to be small pilots that match one loop type to one repeatable task. The source recommends clear stop criteria, the cheapest capable model, use of scripts where repeated reasoning is unnecessary, and monitoring costs through usage tracking.
For now, the practical test is whether a team can identify its real bottleneck: checking work, deciding when work is done, starting recurring tasks, or initiating work from events. That answer determines which rung, if any, is appropriate.
AI project management tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
What is the news development?
Anthropic’s Claude Code team published a guide on agentic loops, and Thorsten Meyer AI published a July 1 dispatch reframing the guide as a four-step delegation ladder.
What is an agentic loop?
In the source material, an agentic loop is defined as an agent repeating cycles of work until a stop condition is met.
What are the four loop types?
The four rungs are turn-based skills, goal-based loops, time-based loops, and proactive workflows.
Why does this matter for businesses?
The model helps businesses decide what to delegate to AI systems and where to keep human control, especially when tasks involve cost, quality checks, or recurring work.
What remains unresolved?
It remains unclear how well the more autonomous rungs will perform across less measurable workflows, and the source notes that some features are still research previews.
Source: Thorsten Meyer AI