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

TL;DR

Thorsten Meyer AI’s July 1 dispatch turns Anthropic’s June 30 Claude Code loop guide into a four-step delegation model. The confirmed framework describes loops by the work users hand off: checking, stopping, triggering and, at the highest level, asking.

Thorsten Meyer AI published a July 1, 2026 analysis that recasts Anthropic’s new Claude Code guidance on agentic loops as a four-rung delegation ladder, a framework for deciding which parts of AI-assisted work users can stop doing themselves.

The analysis is based on Anthropic’s June 30 Claude blog post, "Getting started with loops", by Delba de Oliveira and Michael Segner. According to the source material, Anthropic defines a loop as an agent repeating work cycles until a stop condition is met. Thorsten Meyer AI adopts Anthropic’s definitions, primitives and examples, while making clear that the delegation ladder framing is the author’s own.

The four rungs are turn-based skills, goal-based /goal, time-based /loop or /schedule, and proactive workflows with auto mode. On the first rung, the user still starts each turn but encodes verification in a Skill. On the second, an evaluator model checks whether a goal has been met or whether a turn cap has been reached. On the third, a clock starts the work. On the fourth, an event or schedule can start work without a human prompt in real time.

The dispatch stresses that not every task needs a loop. It says users should begin with the simplest workable pattern, then move up only when the task warrants more autonomy. It also frames cost control, clear stop criteria and self-verification as guardrails for using agentic loops without letting automated work run beyond its purpose.

At a glance
analysisWhen: Anthropic’s source guide was published…
The developmentThorsten Meyer AI published an Insights AI Dispatch reframing Anthropic’s Claude Code loop guidance as a four-rung delegation ladder for agentic workflows.
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

Four Rungs Define Delegation

For developers, the framework shifts the practical question from how to prompt to what can be delegated. The dispatch says each rung removes one more manual step: checking work, deciding when work is done, starting the work, and eventually asking for the work in the first place.

For business readers, the model gives a plain way to talk about AI process automation without treating all agent systems as the same. A turn-based Skill keeps the human in control of each request. A proactive workflow creates a process that can run from an event trigger. The difference matters for quality review, billing exposure and operational oversight.

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

AI Tools for Everyday Tasks: The Complete Beginner’s Guide To Working Smarter with AI

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Claude Code Supplies The Source

The source material says the current discussion around AI loops often blurs basic terms. Anthropic’s Claude Code team supplied a plain definition, and Thorsten Meyer AI used that definition to build a more business-facing map of where human work ends and agent work begins.

Anthropic’s examples, as summarized in the dispatch, include a front-end Skill that verifies its own result by starting a dev server, clicking a new control, checking screenshots, reviewing the browser console and running a performance trace. The dispatch presents that as evidence that good loops depend less on broad autonomy than on measurable checks and repeatable evaluation.

“Designing loops instead of prompting”

— Thorsten Meyer AI Dispatch, July 1, 2026

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

Workflow Automation with Microsoft Power Automate: Design and scale AI-powered cloud and desktop workflows using low-code automation

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Preview Features And Open Costs

Some features described in the source material are research previews, so it is still unclear how widely they will be available or how their behavior may change. The dispatch also does not provide independent cost data for large runs, only guidance to use turn caps, cheap capable models and usage monitoring.

Reliability is also task-dependent. The source material says deterministic goals, such as passing tests or crossing a score threshold, work better than vague goals. It does not establish how evaluator models perform across messy business tasks where success is harder to measure.

The SQL Workshop: Learn to create, manipulate and secure data and manage relational databases with SQL

The SQL Workshop: Learn to create, manipulate and secure data and manage relational databases with SQL

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Teams Pick A Single Rung

The practical next step is for teams to identify one bottleneck rather than adopting every loop pattern at once. If they can write a check, a Skill may fit. If they can define a concrete target, a goal-based loop may fit. If work arrives on a schedule, a time-based loop may be the better match.

Readers following Claude Code should watch the official docs and future Anthropic posts for changes to /goal, /loop, /schedule and proactive workflow support. The dispatch’s own guidance is incremental: climb one rung at a time and keep human oversight where the work is still ambiguous.

How to Make Money Online with AI: A Beginner's Guide to Generating Passive Income Online (Make Money with AI)

How to Make Money Online with AI: A Beginner's Guide to Generating Passive Income Online (Make Money with AI)

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?

Thorsten Meyer AI published a July 1, 2026 analysis that reframes Anthropic’s Claude Code loop guidance as a four-step delegation model for AI agents.

What are the four agentic loops?

The four rungs are turn-based skills, goal-based /goal, time-based /loop or /schedule, and proactive workflows with auto mode.

Is the delegation ladder Anthropic’s framework?

No. The source material says Anthropic supplied the definitions, primitives and examples, while the delegation ladder framing is Thorsten Meyer AI’s interpretation.

Why does this matter for teams using AI agents?

It gives teams a way to decide how much work to hand off and where to keep control. The main tradeoffs are quality checks, cost, timing and how clearly success can be measured.

What is still unknown?

It is unclear how some research preview features will change, how costs scale in larger runs, and how well evaluator models handle vague success criteria.

Source: Thorsten Meyer AI

You May Also Like

Battery Life vs Update Frequency: The Trade-Off Explained

Just balancing update frequency and battery life is tricky, but understanding the trade-off can help you optimize your device’s performance and security.

A walking tour of surveillance infrastructure in Seattle

A guided walking tour in Seattle exposes widespread surveillance tech, including cameras, license plate readers, and retail tracking systems, raising privacy concerns.

Apple’s ‘Hide My Email’ Reportedly Exposes Your Real Email Address

A security flaw in Apple’s ‘Hide My Email’ feature can reveal users’ real email addresses via public search sites, raising privacy concerns.

New privacy frontier: Europe eyes crackdown on smart glasses

European authorities are exploring new regulations to restrict the use of smart glasses due to privacy concerns, marking a significant policy shift.