📊 Full opportunity report: When One Agent Isn’t Enough: Claude Now Builds Its Own Team of Agents on the Fly on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Anthropic’s Claude AI now creates its own team of subagents during operation, enabling better handling of complex tasks. This development marks a shift toward more autonomous orchestration within AI workflows.

Anthropic’s Claude AI has introduced a new feature that allows it to assemble and manage its own team of subagents during task execution. This capability, called dynamic workflows, enables Claude to better handle complex and high-value tasks by orchestrating multiple specialized agents on the fly. The development represents a significant step in autonomous AI orchestration, with potential implications for enterprise and research applications.

This new feature is part of Anthropic’s ongoing work on dynamic workflows, which involves Claude writing and executing small JavaScript programs to spawn, coordinate, and manage subagents tailored to specific parts of a task. Unlike static workflows, these are generated dynamically based on the task requirements, allowing Claude to adapt its approach in real time.

According to Anthropic, the system can decide which model to use for each subagent—ranging from fast, inexpensive models for basic tasks to more powerful ones for judgment or verification—and whether each subagent operates in isolation to prevent interference. This setup aims to address common limitations of single-agent systems, such as partial work, bias, and goal drift, especially on long or complex projects.

Anthropic emphasizes that this capability is best suited for high-value, multi-step tasks rather than simple or trivial requests, citing increased token usage and complexity as trade-offs. The feature was demonstrated in scenarios like code refactoring, research synthesis, fact verification, and ranking support tickets, showcasing its versatility across domains.

At a glance
updateWhen: announced March 2024
The developmentClaude now builds and manages its own team of agents dynamically to improve performance on complex, high-value tasks.
Claude Builds Its Own Team: Dynamic Workflows — Insights
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

Implications for AI Autonomy and Workflow Management

The ability for Claude to build and oversee its own team of agents signifies a move toward more autonomous AI systems capable of managing complex workflows without human intervention. This development could enhance AI performance in enterprise environments, research, and automation tasks that require multi-step reasoning or parallel processing.

It also raises questions about the future of AI orchestration, especially regarding reliability, control, and transparency, as AI systems become more self-managing. Experts suggest that this approach could reduce human oversight in certain high-stakes applications, but it necessitates careful monitoring and governance to prevent unintended outcomes.

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

Anthropic’s work on multi-agent orchestration builds on previous developments in AI workflows, including static multi-agent setups and manual scripting of agent interactions. The concept of dynamic workflows, where AI writes its own orchestration code, represents a significant evolution, offering more flexibility and responsiveness.

This development follows earlier announcements of Claude’s capabilities for skills packaging and looping, which enabled more structured delegation of tasks. The current innovation extends this by allowing Claude to generate custom orchestration scripts during task execution, effectively creating a mini-organization tailored to each project.

While static workflows have been used in engineering, research, and code refactoring, the ability for an AI to generate and adapt its own team on the fly marks a new milestone in AI autonomy and complexity management.

“Claude’s dynamic workflows enable it to assemble specialized subagents tailored to the specific demands of complex tasks, significantly enhancing its problem-solving capacity.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of Autonomous Agent Teams

It is not yet clear how reliably Claude can manage its own team across diverse, real-world scenarios, or how well it handles unexpected failures or errors during execution. The system’s robustness, safety, and transparency in autonomous orchestration remain active areas of research and development.

Further testing is needed to understand the limits of dynamic workflow scalability and how it performs outside controlled demonstrations, especially in high-stakes or sensitive environments.

Amazon

AI task orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps in Developing Autonomous Workflow Capabilities

Anthropic plans to continue refining Claude’s dynamic workflow features, including improving error handling, transparency, and user control. Expect upcoming releases to include more sophisticated orchestration patterns and expanded use cases in enterprise and research settings.

Further evaluations and real-world deployments will determine how effectively Claude can autonomously manage complex projects over extended periods, potentially influencing broader AI system design principles.

Amazon

AI subagent management platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude build its own team of agents?

Claude writes and executes small JavaScript programs called workflows, which spawn and coordinate multiple subagents tailored to different parts of a task, dynamically adapting as needed.

What types of tasks benefit most from this feature?

High-value, multi-step, or complex tasks such as research synthesis, code refactoring, fact verification, and large-scale data analysis benefit most, as they require parallel processing and specialized subcomponents.

Are there risks associated with autonomous agent teams?

Yes, potential risks include reliability issues, goal drift, and lack of transparency. Ongoing testing aims to mitigate these concerns, but careful oversight remains necessary.

Is this feature available for general use now?

As of March 2024, the feature is in demonstration and testing phases. Wider deployment will depend on further validation and refinement.

Source: ThorstenMeyerAI.com

You May Also Like

An Interview with Michael Morton About E-Commerce in the Age of AI

An interview with Michael Morton explores AI’s impact on e-commerce, distribution models, and future challenges in the industry.

DLL that was not present in memory despite not being formally unloaded

Investigation into a DLL that remained in memory after not being formally unloaded, causing recursive exceptions and process termination.

German ruling declares Google liable for false answers in AI Overviews

A Munich court rules Google is directly liable for false claims in AI-generated search overviews, marking a shift from traditional search liability rules.

Sovereignty Is A Pipe, Not A Passport

Examining how data sovereignty depends on legal jurisdiction, not server location, with implications for European AI and cloud strategies.