TL;DR

Anthropic’s Claude Code team published a June 30, 2026 guide that defines agent loops as repeated work cycles until a stop condition is met. Thorsten Meyer AI’s July 1 analysis frames the four loop types as a delegation ladder, showing what developers and teams can stop doing themselves at each stage.

Anthropic’s Claude Code team has published a new guide defining agentic loops, and a July 1 analysis from Thorsten Meyer AI frames the guidance as a practical four-step delegation ladder for deciding how much work to hand off to AI systems.

The confirmed development is Anthropic’s publication of “Getting started with loops” on June 30, 2026, credited in the source material to Delba de Oliveira and Michael Segner. The guide defines a loop as an agent repeating cycles of work until a stop condition is met.

Thorsten Meyer AI’s analysis, published July 1, 2026, argues that the useful lens is not the mechanics of looping but what the user delegates. The article describes four rungs: turn-based skills, where the user hands off verification; goal-based loops, where the user hands off the stop condition; time-based loops, where the user hands off the trigger; and proactive workflows, where the user hands off the prompt itself.

Anthropic’s caution, as cited in the source material, is that not every task needs a loop. The recommended approach is to start with the simplest method that works, then increase autonomy only when the task has clear value, measurable checks, and bounded cost.

At a glance
analysisWhen: Anthropic guide published June 30, 2026…
The developmentAnthropic published a Claude Code guide on agent loops, and Thorsten Meyer AI reframed the model as a four-rung delegation ladder for developers and businesses.
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 Becomes More Measurable

The significance for developers is that the framework turns AI autonomy into a set of concrete design choices rather than a vague product promise. Each rung defines a specific handoff: checking, completion judgment, timing, or task initiation.

For businesses, the model matters because it links AI adoption to process design. A team can ask where humans are the bottleneck, then choose the smallest loop that removes that bottleneck without allowing an automated workflow to run beyond its intended scope.

The analysis also points to cost control. The source material says autonomy is metered, recommending clear stop criteria, cheaper capable models where appropriate, pilot runs before large-scale use, scripts instead of repeated reasoning where possible, and active monitoring of usage.

Agentic AI Engineering: Building AI Agents for Beginners: A Hands-On Guide to No-Code Workflows, LLM Tools, RAG, Automation, and Safe Multi-Agent Systems

Agentic AI Engineering: Building AI Agents for Beginners: A Hands-On Guide to No-Code Workflows, LLM Tools, RAG, Automation, and Safe Multi-Agent Systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Claude Code Loop Framework

The discussion comes as AI engineering teams increasingly describe their work as designing loops rather than writing single prompts. Anthropic’s definition narrows that phrase to a repeated agent cycle that continues until a defined condition ends it.

In the Thorsten Meyer AI framing, turn-based loops cover common agent sessions in which a user prompts, the agent acts, checks its work, and returns a result. The next rung, goal-based looping, adds an evaluator model that sends the agent back to work until a stated goal is met or a turn limit is reached.

The higher rungs reduce human involvement further. Time-based loops start from a schedule or interval, while proactive workflows can begin from events and coordinate multiple agents without a human prompt in real time. The source material says some features are research previews, so availability may vary.

“A loop is an agent repeating cycles of work until a stop condition is met.”

— Anthropic’s Claude Code team, as cited by Thorsten Meyer AI

The Meeting Planner for Managers: Leadership Organizer for Delegation, Action Tracking & Team Accountability: Meeting notebook to capture decisions, ... performance with a clear, repeatable system

The Meeting Planner for Managers: Leadership Organizer for Delegation, Action Tracking & Team Accountability: Meeting notebook to capture decisions, … performance with a clear, repeatable system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limits Still Need Testing

Several details remain uncertain from the source material. It is not yet clear how widely some of the described loop features are available, since the analysis says some features are research previews.

It is also unclear how reliably teams can apply higher-autonomy loops across different codebases, business workflows, and risk levels. Anthropic and Thorsten Meyer AI both point toward clear criteria and verification steps, but the source material does not provide independent performance data across large deployments.

Digital Transformation: How to Lead Business Transformation through Digital Platforms and AI

Digital Transformation: How to Lead Business Transformation through Digital Platforms and AI

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Teams Pilot Smaller Loops

The next step for readers is likely practical evaluation. The framework suggests beginning with turn-based skills that encode verification, then moving to goal-based loops only when the desired result can be measured.

For broader use, teams will need to define stop conditions, track model costs, review outputs with fresh context, and decide which workflows are safe enough for scheduled or event-driven operation. Anthropic’s documentation at code.claude.com/docs is cited as the place to follow implementation details.

The AI-Powered Business Analyst in Minutes: Master ChatGPT, Claude & Copilot for Instant Data Analysis, Automated Reports, and Smarter Business Decisions — No Coding Required

The AI-Powered Business Analyst in Minutes: Master ChatGPT, Claude & Copilot for Instant Data Analysis, Automated Reports, and Smarter Business Decisions — No Coding Required

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What did Anthropic publish?

Anthropic published a Claude Code guide on June 30, 2026 explaining agent loops as repeated work cycles that continue until a stop condition is met.

What is the delegation ladder?

The delegation ladder is Thorsten Meyer AI’s framing of Anthropic’s loop types. It describes how users hand off more work at each stage: first checking, then stopping, then starting, and finally asking.

Are all four loop types ready for everyday use?

The source material says some features are research previews, so availability and reliability may vary. Teams should verify current documentation before planning production use.

Why should businesses care?

The framework helps businesses decide where AI can reduce human bottlenecks without giving up too much control. It links automation to measurable handoffs, cost limits, and review practices.

What is the safest place to start?

The cited guidance is to start with the simplest working loop. In practice, that often means a turn-based skill with strong verification before moving to goal-based, scheduled, or proactive workflows.

Source: Thorsten Meyer AI

You May Also Like

A Skill Is a Folder, Not a Prompt: What Anthropic Learned Running Hundreds of Them

Anthropic says Claude Code Skills helped standardize agent work across its engineering org, with verification Skills showing the biggest quality gains.

Building And Testing A DIY Robot Actuator

A hobbyist has designed and tested a custom robot actuator, achieving partial success with ongoing improvements needed. Read the full report.

Change-order risk detector for landscaping contractors

A new workflow tool for landscaping contractors aims to identify change-order risks in quotes, helping small firms control margins amid project uncertainties.