TL;DR

Anthropic has introduced dynamic workflows in Claude Code, letting Claude write task-specific orchestration code that spawns and coordinates multiple subagents. The company frames the feature as useful for complex, high-value work, while warning that it can consume far more tokens than a single-agent task.

Anthropic has introduced dynamic workflows in Claude Code, allowing Claude to write its own task-specific orchestration code and coordinate multiple subagents for complex work. The development matters because it moves Claude Code beyond a single-agent model and toward temporary, specialized agent teams that can divide work, review outputs, and merge results.

The feature was described by Anthropic in a Claude blog post titled “A harness for every task: dynamic workflows in Claude Code”, attributed to Thariq Shihipar and Sid Bidasaria. According to the source material, Claude can generate a small JavaScript harness that spawns and coordinates subagents, with each subagent given a focused brief and its own working context.

The confirmed mechanism is orchestration: Claude can route tasks, fan work out across agents, wait for their outputs, run separate checks, and synthesize the results. The source material lists patterns including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament-style judging, and loop-until-done workflows.

Anthropic’s framing includes an important limit: dynamic workflows are meant for complex, high-value tasks, not routine edits. The source material says the approach uses meaningfully more tokens and can scale into many subagents, making cost and boundaries part of the design decision.

At a glance
announcementWhen: announced June 2, 2026; discussed in fo…
The developmentAnthropic’s Claude Code team has detailed dynamic workflows, a feature that lets Claude create and run temporary teams of subagents for complex tasks.
AI Dispatch · Insights · 1 July 2026

When one agent isn’t enough: Claude now builds its own team on the fly

Skills package what you know; loops decide how far you delegate over time. Dynamic workflows are the third axis — within a single task, Claude writes its own harness and assembles a temporary team of subagents. Think of it as Claude drawing an org chart for one job.

Why one agent grinding alone underdelivers
Agentic laziness
Declares done on partial work — 35 of 50 review items.
Self-preferential bias
Grades its own homework — likes what it already produced.
Goal drift
Loses the original objective across turns, especially after context is summarized.
These are the failure modes of one person doing a huge job alone. The cure is the manager’s: divide the work, give isolated briefs, and have someone independent check it.
The harness — an org chart Claude writes for one task
Orchestrator
Claude writes a JS harness on the fly
▼   fan out   ▼
Subagent
own context · model
Subagent
own worktree
Subagent
focused goal
Subagent
isolated
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
✕ adversarial verify
▼   barrier: wait for all   ▼
Synthesize
merge structured outputs
→ Result
one verified answer
Each subagent gets a clean context window and can run on a cheaper or smarter model — so no single overloaded context gets lazy, biased, or lost. Resumable if interrupted.
The six moves it composes
Classify-and-actroute by task type (switchboard)
Fan-out-and-synthesizeparallel agents → a barrier merges (map/reduce)
Adversarial verificationa separate agent attacks each result
Generate-and-filterbrainstorm wide, keep only survivors
Tournamentagents compete; pairwise judging > scoring
Loop-until-donespawn until a stop condition, not a fixed count
Where it earns its keep — often away from code
Big migrations & refactors Deep research → cited report Fact-check every claim Rank 1,000 tickets by severity Root-cause post-mortems (“why did sales drop?”) Triage a backlog at scale Design/naming by rubric Model routing
One security pattern to memorize — quarantine: agents that read untrusted public content are barred from high-privilege actions; a separate agent does the acting. Separation of duties for autonomous agents.
The take

The shift is from prompting a worker to commissioning a team — more output, more cost, and a manager’s judgment required. Reach for a workflow when a task is big, parallel, adversarial, or judgment-heavy — and when you can feel a single agent getting lazy, grading its own homework, or losing the plot. Bound it (token budgets, pilot first) — workflows can spawn hundreds of agents and burn far more tokens. For everything else, don’t hire five people to change a lightbulb.

Source: “A harness for every task: dynamic workflows in Claude Code,” Thariq Shihipar & Sid Bidasaria (Anthropic), Claude blog, 2 June 2026. Mechanics, patterns & use cases are Anthropic’s; the “org chart” framing is the author’s. A recent, still-evolving feature. Docs: code.claude.com/docs.
thorstenmeyerai.com

Single Agents Get Oversight

The feature targets known weaknesses in long-running agent work. The source material identifies agentic laziness, self-preferential bias, and goal drift as common problems when one agent handles a large task alone. In practical terms, that can mean work stops before all items are finished, an agent grades its own output too favorably, or a project’s original constraints fade across turns.

Dynamic workflows matter because they add division of labor and independent review to agentic work. A research task can be split among several agents, a separate checker can challenge each result, and a synthesis step can merge structured findings. That could be useful for large code migrations, deep research reports, fact-checking, ticket triage, security reviews, and post-mortem analysis.

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’s Third Axis

The source material places dynamic workflows as the third part of a broader Claude Code arc. Skills package organizational knowledge, loops determine how long delegation continues over time, and dynamic workflows let Claude assemble a temporary team within a single task.

The approach is not limited to software work, according to the source material. While Claude Code is a coding product, the listed use cases include ranking large backlogs, research with citations, design or naming by rubric, and model routing. The common thread is not coding alone, but work that is large, parallel, judgment-heavy, or better checked by a separate process.

Hierarchical Sub-Agent Orchestration in CrewAI and LangGraph: Optimizing task delegation and state-persistence to reduce token overhead and prevent agentic loops

Hierarchical Sub-Agent Orchestration in CrewAI and LangGraph: Optimizing task delegation and state-persistence to reduce token overhead and prevent agentic loops

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Cost And Control Questions

Several details remain developing. The source material says workflows can spawn many agents and use far more tokens, but it does not give a fixed cost range, a standard token budget, or a universal rule for when a task should be escalated from one agent to many.

It is also not clear from the supplied material how widely the feature is available across Claude Code users, which plans or environments support every pattern, or how teams will set governance for agents that read untrusted public content. The source material highlights a security pattern called quarantine, in which agents that inspect untrusted material are kept away from privileged actions, but implementation details may vary by workflow.

AI-Assisted Coding: A Practical Guide to Boosting Software Development with ChatGPT, GitHub Copilot, Ollama, Aider, and Beyond (Rheinwerk Computing)

AI-Assisted Coding: A Practical Guide to Boosting Software Development with ChatGPT, GitHub Copilot, Ollama, Aider, and Beyond (Rheinwerk Computing)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Teams Test Boundaries

The next step is likely practical adoption: teams will need to decide which jobs justify multi-agent orchestration, how to cap costs, and how to verify results before relying on them. The source material recommends starting with bounded pilots, using token budgets, and reserving workflows for tasks where parallel work, adversarial checking, or structured judgment improves the outcome.

Readers should watch Anthropic’s Claude Code documentation and future product notes for availability, limits, and recommended patterns. For now, the confirmed shift is clear: Claude Code can move from executing as one agent to coordinating a temporary task-specific team.

Agentforce: Harnessing the Agency of AI to Scale, Grow, and Lead Any Industry

Agentforce: Harnessing the Agency of AI to Scale, Grow, and Lead Any Industry

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What did Anthropic announce for Claude Code?

Anthropic detailed dynamic workflows, a Claude Code capability that lets Claude create orchestration code and coordinate multiple subagents for a single complex task.

Is this meant for everyday coding edits?

No. The source material says dynamic workflows use more tokens and are intended for complex, high-value work, not simple changes such as fixing a typo.

What kinds of tasks could benefit?

Reported examples include large refactors, deep research, claim checking, security review, ticket ranking, and other tasks that benefit from parallel work or independent verification.

What remains unclear?

The supplied material does not specify exact cost ranges, full availability, or standard governance rules. Teams will still need to set limits for token use, agent permissions, and review standards.

Source: Thorsten Meyer AI

You May Also Like

Asynchronous Communication: Working Efficiently Across Time Zones

Discover how asynchronous communication can revolutionize your team’s collaboration across time zones, but what are the hidden benefits waiting to be unveiled?