TL;DR
Anthropic’s Claude Code loop guidance, published June 30, is being framed by Thorsten Meyer AI as a four-step delegation ladder for agentic work. The confirmed material defines loops and tools such as skills, /goal, /loop, /schedule and auto mode; the delegation ladder is an interpretation of what each level lets a human stop doing.
Anthropic’s Claude Code team has published new guidance on agentic loops, and a July 1 analysis from Thorsten Meyer AI reframes the guidance as a four-rung delegation ladder for teams deciding how far to let AI agents run without real-time direction.
The confirmed core of the guidance is direct: a loop is an agent repeating work until a stop condition is met. Anthropic’s Claude Code documentation describes an agentic loop as a cycle in which Claude gathers context, acts, verifies results and repeats until done. The Thorsten Meyer AI piece uses that foundation to classify four loop types by the work the human stops doing.
The four rungs are turn-based loops, where skills encode checks; goal-based loops, where /goal keeps working until an evaluator confirms a condition or a cap is reached; time-based loops, where /loop or /schedule starts recurring work; and proactive workflows, where events or schedules can start work without a live prompt. Anthropic’s docs confirm version and availability limits: /goal requires Claude Code v2.1.139 or later, scheduled tasks require v2.1.72 or later, and auto mode is marked as a research preview.
The analysis separates Anthropic’s definitions from its own claim. The definitions, commands and examples come from Anthropic and Claude Code documentation; the delegation ladder is the author’s framing. That distinction matters because the ladder is a way to read the product guidance, not a separate Anthropic product announcement.
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.”
Delegation Moves From Prompts To Processes
The main consequence is a change in how teams decide where humans stay in the work. At the lowest rung, the human still prompts and reviews, while the agent runs a self-checking skill. Higher up, the human hands off completion checks, then scheduled starts, and finally event-driven starts that can coordinate many agents.
For readers building with AI, the practical issue is not whether loops sound advanced. It is whether the work has a measurable end state, a known quality bar and a cost boundary. Anthropic’s cost guidance says usage varies by model choice, codebase size and automation patterns, so unchecked autonomy can raise spend even when it reduces manual effort.

AI Workflow Automation for Bloggers: Build a Simple Content System to Research, Write, Optimize, and Repurpose Posts Faster with AI and No-Code Tools (AI Toolkit for Bloggers 2026 Book 8)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Claude Code’s Automation Stack
The source material lands amid a wider push from prompt-by-prompt coding assistants toward agentic coding. Claude Code docs define that as work where AI can read files, run commands and make changes while a person watches, redirects or steps away. The same docs describe skills, hooks, subagents and scheduled tasks as extension points around that loop.
Anthropic’s /goal page says a small fast model checks the stated condition after each turn and returns a yes-or-no decision. Its scheduling docs say /loop is session-scoped, while Routines can run on Anthropic-managed infrastructure and Desktop scheduled tasks can run locally. The source notes that some higher-autonomy features remain previews or experiments.
“an agent repeating cycles of work until a stop condition is met”
— Delba de Oliveira and Michael Segner, Anthropic
![Express Schedule Free Employee Scheduling Software [PC/Mac Download]](https://m.media-amazon.com/images/I/41yvuCFIVfS._SL500_.jpg)
Express Schedule Free Employee Scheduling Software [PC/Mac Download]
Simple shift planning via an easy drag & drop interface
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Limits Around Preview Autonomy
It is not yet clear how widely teams will adopt the full ladder, or which loop types will prove reliable outside controlled examples. The source material does not provide independent benchmarks showing productivity gains, failure rates or cost savings from each rung.
Feature status is also mixed. Anthropic documentation labels auto mode as a research preview, agent teams as experimental and agent view as a research preview. Readers should treat claims about fully unattended workflows as product guidance and author interpretation, not as proof that every workflow is ready for production use.

The Human-Agent Orchestrator: Leading and Scaling AI-Driven Organizations
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Pilots Before Broad Agent Runs
The next step for teams is likely narrower piloting: encode a repeatable check in a skill, try /goal on a task with a clear pass condition, and measure token use before moving to scheduled or event-driven runs. Anthropic’s own rule, as reflected in the source material, is to start with the simplest setup that works and climb only when the task earns it.
Readers should watch Claude Code documentation for changes to preview labels, version requirements and scheduling behavior. The next real signal will be whether teams can show measured outcomes from loops rather than relying on examples or vendor guidance alone.

AI FOR BUSINESS PROCESS REENGINEERING & AUTOMATION: The Executive's Complete Playbook to Deploy AI-Powered Automation, Eliminate Process Waste, and Build … BUSINESS & MANAGEMENT LIBRARY SERIES 36)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
What is the actual development?
The development is Anthropic’s June 30 guidance on Claude Code loops and the July 1 delegation-ladder analysis that reframes those loops as levels of AI handoff.
What are the four loop types?
They are turn-based loops, goal-based loops, time-based loops and proactive workflows, according to the source’s framing of Anthropic’s loop primitives.
Is the delegation ladder Anthropic’s official framework?
No. The definitions and commands are attributed to Anthropic, while the delegation ladder framing is the author’s interpretation of what each loop type lets users hand off.
What should teams do before using proactive workflows?
Teams should set measurable stop criteria, use cost caps or usage tracking, pilot on narrow tasks and keep human review in place for higher-risk work.
Source: Thorsten Meyer AI