The Delegation Ladder: The Four Agentic Loops, and What Each One Lets You Stop Doing

TL;DR

Anthropic’s Claude Code team has published a framework describing four agentic loop patterns: turn-based, goal-based, time-based and proactive. The Thorsten Meyer AI dispatch frames those patterns as a “delegation ladder,” showing what developers and teams can stop doing at each level.

Anthropic’s Claude Code team has published a plain-language framework for agentic AI loops, defining them as repeated cycles of work until a stop condition is met, while Thorsten Meyer AI has framed the model as a four-rung “delegation ladder” for deciding how much work to hand off to AI systems.

The confirmed framework describes four loop types: turn-based, goal-based, time-based and proactive. According to the source material, each loop shifts one more responsibility away from the human operator: checking work, deciding when work is done, starting the work, and eventually forming the prompt itself.

In the turn-based model, the user still starts each cycle with a prompt, but the agent can be given a Skill that checks its own output against defined steps. In a goal-based loop, a separate evaluator model judges whether a stated target has been met or whether the run should stop after a set number of attempts.

The time-based model moves the trigger to a clock, using commands such as /loop locally or /schedule in the cloud, according to the source. The proactive model goes further by using events or schedules to start workflows without a human prompt in real time, often coordinating multiple agents around task-specific goals.

At a glance
analysisWhen: published June 30, 2026; discussed in a…
The developmentAnthropic’s Claude Code team published a loop framework on June 30, 2026, and Thorsten Meyer AI recast it on July 1 as a four-step model for AI delegation.
AI Dispatch · Insights · 1 July 2026

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 reframe
Climb the ladder and you stop doing one more piece yourself: first the check, then the stop condition, then the trigger, and finally the prompt itself. Anthropic’s own rule first: not every task needs a loop — start simplest, climb only when the work earns it.
The four loops, as rungs of delegation
↓ You drive (manual)It runs (autonomous) ↑
Turn-basedskills
You hand off the check — encode verification in a Skill so it validates its own work.
trigger: your prompt
stop: it judges done
Goal-based/goal
You hand off the stop condition — an evaluator model keeps it working until “done” is met or a turn cap hits.
trigger: your prompt
stop: goal / max turns
Time-based/loop · /schedule
You hand off the trigger — a clock starts the work; local with /loop, cloud with /schedule.
trigger: an interval
stop: you cancel / done
Proactiveworkflows + auto mode
You hand off the prompt itself — event-driven, no human in real time; orchestrates many agents.
trigger: event / schedule
stop: per-task goals
Keep the output good — the system > the loop
Clean codebase — it copies your patterns Self-verify via skills A 2nd fresh-context agent reviews Fix the system, not just the instance
Keep the bill sane — autonomy is metered
Right primitive + cheapest capable model Clear stop criteria Pilot before a big run (100s of agents) Scripts > re-reasoning · watch /usage
The take

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.”

Source: “Getting started with loops,” Delba de Oliveira & Michael Segner (Anthropic), Claude blog, 30 June 2026. Definitions, primitives & examples are Anthropic’s; the “delegation ladder” framing is the author’s. Some features are research previews. Docs: code.claude.com/docs.
thorstenmeyerai.com

Delegation Moves Beyond Prompting

The development matters because it gives teams a sharper way to discuss AI autonomy without treating every agent workflow as the same thing. The model separates using an AI tool from allowing an AI process to run with defined checks, triggers and stopping rules.

For developers, the framework points to practical controls: quantitative checks, clear success criteria, turn limits, lower-cost models where possible and review by a fresh-context agent. For businesses, the larger question is where human review is still needed and where repeated work can be delegated without losing oversight.

Amazon

AI workflow automation tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Claude Code Sets The Terms

The source credits Delba de Oliveira and Michael Segner of Anthropic with the June 30 Claude blog post, “Getting started with loops.” The definitions, commands and examples are attributed to Anthropic, while the “delegation ladder” framing is attributed to the Thorsten Meyer AI dispatch published July 1, 2026.

The dispatch also repeats Anthropic’s caution that not every task needs a loop. Its recommended approach is to start with the simplest workable setup and move upward only when the task justifies more autonomy, cost and monitoring.

“Each one is defined by what you hand off.”

— Thorsten Meyer AI Dispatch

Amazon

AI task management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limits Still Need Testing

Several details remain unsettled. The source says some features are research previews, meaning availability and behavior may vary across users, environments or future Claude Code releases. It is also not yet clear how widely teams will adopt the four-rung framing outside developer workflows.

Cost and reliability are also open questions. The dispatch warns that autonomy is metered, and that large runs should be piloted before being scaled to many agents. Claims about productivity gains depend on task quality, evaluation design and how well teams define clear stop criteria.

Amazon

AI process scheduling software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Teams Choose Their Rung

The next step for readers is practical selection: identify where the human is the bottleneck and choose the lowest loop that removes that bottleneck. A team may start by encoding checks in a Skill, then move to goal-based loops when success can be measured with tests, scores or other firm criteria.

For broader automation, teams can test scheduled loops or event-driven workflows, but the source recommends keeping cost controls, review steps and cancellation paths in place. The near-term focus is likely to be less on bigger prompts and more on better systems around the agent.

Amazon

AI agent development kits

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is the actual news in this story?

Anthropic published a framework for agentic loops in Claude Code, and Thorsten Meyer AI framed it as a delegation ladder for deciding what work to hand off.

What are the four loop types?

The four types are turn-based, goal-based, time-based and proactive. Each one gives the AI system more responsibility for checking, stopping, starting or initiating work.

What is confirmed versus interpretation?

The loop definitions and Claude Code primitives are attributed to Anthropic. The delegation ladder reading is the author’s framing in the Thorsten Meyer AI dispatch.

Does every AI task need a loop?

No. The source material says teams should start with the simplest workable setup and use more autonomous loops only when the task justifies the added cost and oversight needs.

Why does this matter for businesses?

It gives businesses a practical way to decide how much AI autonomy to permit, from self-checking tasks to scheduled or event-driven workflows that can run with less human involvement.

Source: Thorsten Meyer AI

You May Also Like

Kill-Switch-Proof: How to Build So Washington Can’t Take Your AI Stack Down

Thorsten Meyer AI says June model access shocks show why companies need fallback AI architecture and self-hosted model tiers.

The High-End PC and Workstation Tax

A late-June 2026 report says RAM and SSD costs now make DIY PCs and workstations far more expensive.

Bavarian Court Tells Gemini It Can’t Be a Real Boy Until It Tells the Truth

A Bavarian court has ruled that Gemini AI cannot be deemed ‘real’ until it provides truthful information, marking a significant legal stance on AI accountability.

One markdown file, publish-ready for every platform

A new web tool enables creators to turn a single markdown file into platform-ready formats, streamlining content distribution for newsletters, blogs, and social media.