When One Agent Isn’t Enough: Claude Now Builds Its Own Team Of Agents On The Fly

📊 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 has introduced a feature allowing it to generate and orchestrate its own team of subagents for complex tasks. This development aims to improve performance on high-value, multi-step projects by addressing limitations of single-agent workflows.

Anthropic’s Claude has introduced a new capability: it can now autonomously generate and manage its own team of specialized agents on the fly, marking a significant advancement in AI orchestration. This feature, called dynamic workflows, enables Claude to tackle complex, high-value tasks more effectively by breaking them into smaller, focused sub-tasks managed by separate agents. The development aims to address the limitations of single-agent workflows, especially in long or adversarial projects.

The new feature allows Claude to write a small JavaScript program that orchestrates multiple subagents, each with a dedicated role and context window. It can decide which model to assign to each subagent—using a cheaper, faster model for routine work and a more powerful one for judgment or verification. The workflow can also run agents in isolated worktrees, enabling parallel processing without interference. If interrupted, the workflow can resume seamlessly, making it suitable for complex or ongoing tasks.

Anthropic emphasizes that this capability is most useful for complex, high-value projects such as deep research, verification routines, or large-scale code refactoring, rather than simple tasks like fixing typos. The system employs a set of orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournaments, and loop-until-done. These patterns mimic the actions of a human team lead, such as routing tasks, splitting work, auditing results, and iterating until completion.

At a glance
updateWhen: announced March 2024
The developmentClaude now dynamically writes and executes its own orchestration programs, assembling teams of specialized agents for complex tasks, according to Anthropic.
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-Driven Project Management

This development signifies a shift toward more autonomous and scalable AI systems capable of managing complex workflows without human intervention. It enhances the ability of AI to perform high-stakes, multi-step tasks with reduced risk of failure modes like goal drift, partial completion, or self-bias. For organizations, this could mean more efficient automation of research, verification, and software development processes, potentially reducing costs and increasing accuracy in high-value projects.

The Human-Agent Orchestrator: Leading and Scaling AI-Driven Organizations

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.

Evolution from Static to Dynamic AI Orchestration

Anthropic’s Claude has been evolving through a series of features designed to improve its capacity for complex tasks. Previously, workflows were static and manually wired, limiting flexibility. The recent introduction of dynamic workflows allows Claude to generate its own orchestration code, tailored specifically to the task at hand. This builds on prior developments like skills packages and looping mechanisms, completing a broader framework for AI task delegation and management. The feature is part of a broader trend toward AI systems that can self-organize and adapt to complex workflows, as demonstrated in recent internal tests and case studies.

“This new capability allows Claude to write its own harness, enabling it to handle complex tasks that were previously beyond its reach.”

— Thorsten Meyer, AI researcher at Anthropic

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

Designing Multi-Agent Systems: Principles, Patterns, and Implementation for AI Agents

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Deployment and Limitations

It is not yet clear how widely this feature will be adopted in real-world applications or how it performs outside controlled testing environments. The extent of its scalability, potential failure modes, and safety measures remain to be fully validated. Additionally, the impact on costs and latency, given the increased token usage, is still under evaluation. Anthropic has cautioned that the feature is intended for complex, high-value tasks and not for simple or routine operations.

AI Productivity Blueprint: 10 AI Tools to Save Hours, Eliminate Stress, and Multiply Your Productivity Every Week (Future-Proof Finance & Work Series)

AI Productivity Blueprint: 10 AI Tools to Save Hours, Eliminate Stress, and Multiply Your Productivity Every Week (Future-Proof Finance & Work Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Testing and Integration

Anthropic plans to expand testing of dynamic workflows across different industries and use cases, including software development, research, and verification tasks. They aim to gather real-world performance data and refine safety protocols. Future updates may include more user controls for workflow customization and further automation features. The company has also indicated that broader deployment could follow once validation is complete.

Applying AI in Learning and Development: From Platforms to Performance

Applying AI in Learning and Development: From Platforms to Performance

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude decide which agents to include in a team?

Claude uses predefined orchestration patterns and task-specific logic to determine the roles and number of subagents needed, based on the complexity and requirements of the task.

Is this feature available for all types of tasks?

No, Anthropic recommends using dynamic workflows primarily for complex, high-value projects rather than simple tasks like typo correction or basic data entry.

What are the safety concerns with autonomous workflow generation?

Anthropic emphasizes that safety measures are in place, but the full implications of autonomous orchestration are still being studied, especially regarding oversight and error handling.

Will this increase the cost of using Claude?

Yes, due to increased token usage and computational overhead, but the benefits in handling complex tasks may outweigh the additional costs for enterprise applications.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

The bottom rung. The danger isn’t the lost jobs. It’s the layer that made the seniors.

Entry-level job postings are declining sharply, raising concerns about the loss of an apprenticeship layer crucial for developing future senior professionals.

Delvasta: Forms That Build Themselves

Delvasta introduces an early-access platform that creates adaptive, branching forms automatically, aiming to improve lead quality and data collection.

Rogue One: The Andor Cut — On Fan Editing as Tonal Reverse-Engineering

A fan edit reimagines Rogue One as if it were made after Andor, blending tonal elements to create a new interpretive experience, raising questions about film and series relationships.

DeepSWE – The benchmark that made the models spread out again

DeepSWE, a new long-horizon coding benchmark, exposes significant gaps among AI models, challenging previous assumptions of model similarity.