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 new feature called dynamic workflows, enabling it to assemble and orchestrate teams of sub-agents during a task. This development aims to improve performance on complex, high-value projects by addressing limitations of single-agent operation.

Anthropic has announced that its AI model, Claude, can now autonomously build and manage teams of sub-agents during complex tasks, a feature called dynamic workflows. This capability allows Claude to orchestrate multiple specialized agents on the fly, improving performance on high-value projects where a single agent previously underdelivered.

The new feature enables Claude to generate small JavaScript programs that serve as orchestration harnesses, coordinating sub-agents with specific roles such as dispatchers, specialists, or reviewers. These sub-agents operate in isolated contexts, allowing Claude to parallelize work, assign different models based on task complexity, and resume interrupted processes. According to Anthropic, this approach addresses common failure modes in single-agent workflows, such as goal drift and self-preferential bias.

Claude’s dynamic workflows are triggered by specific prompts, like the keyword “ultracode”, and can implement various orchestration patterns such as classify-and-act, fan-out-and-synthesize, and adversarial verification. These patterns mimic the decision-making processes of a competent human team lead, enabling more reliable and scalable AI performance on complex tasks.

At a glance
updateWhen: announced recently, ongoing implementat…
The developmentClaude now dynamically constructs and manages its own team of agents during a task, marking a significant upgrade in AI orchestration capabilities.
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 High-Value AI Workflows

This development marks a significant step in AI orchestration, allowing models like Claude to handle more complex, multi-stage projects that previously required human oversight or multiple separate models. By enabling Claude to assemble its own team dynamically, organizations can expect improved accuracy, consistency, and efficiency in tasks such as research, verification, and large-scale data processing. This capability could reshape how AI is integrated into workflows demanding high reliability and depth.

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Capabilities

Previous iterations of Claude focused on single-agent performance, suitable for straightforward tasks like coding or simple document generation. The move toward multi-agent workflows reflects a broader trend in AI development aimed at overcoming limitations like laziness (prematurely stopping work), bias (favoring its own outputs), and goal drift over long processes. Anthropic’s earlier work introduced static multi-agent setups, but the new dynamic approach allows Claude to write and execute custom orchestration code during a task, greatly enhancing flexibility and scalability.

“Claude’s ability to autonomously assemble and coordinate its own team of agents represents a major leap in AI orchestration, especially for high-stakes, complex tasks.”

— Thorsten Meyer, AI researcher

Amazon

JavaScript orchestration frameworks

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unconfirmed Aspects of Implementation and Use Cases

It is not yet clear how widely this feature will be adopted across different industries or what the limitations might be in practice. Details about the performance benchmarks, safety safeguards, and user interface controls are still emerging. Additionally, the extent to which this capability can replace or augment human teams remains to be seen, especially in high-stakes or sensitive environments.

Amazon

AI team management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Testing

Organizations interested in leveraging Claude’s new dynamic workflows are expected to begin pilot programs soon, with broader availability possibly following. Further technical documentation and case studies are anticipated to clarify best practices, limitations, and safety considerations. Researchers will likely monitor how well Claude manages complex tasks over extended periods and how it handles unexpected interruptions or errors.

Amazon

complex task automation AI

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 during a task?

Claude generates small JavaScript programs called harnesses that spawn and coordinate sub-agents, each with a specific role, to work on parts of the task simultaneously.

What types of tasks benefit most from dynamic workflows?

High-value, complex projects such as research synthesis, verification routines, large-scale data analysis, and multi-step problem solving benefit most, as they require delegation and independent review.

Are there safety or reliability concerns with this approach?

While promising, the approach is still being tested, and concerns around safety, oversight, and unintended goal drift remain under evaluation by Anthropic.

Can this feature replace human teams entirely?

Currently, it is designed to augment human efforts, especially in complex tasks, but not to replace human decision-makers entirely. Its effectiveness depends on the context and implementation.

Source: ThorstenMeyerAI.com

You May Also Like

Pope Leo Issues AI Encyclical Warning That ‘Opaque Algorithms’ Controlled by a ‘Few’ Companies Can Bring ‘New Forms of Dehumanisation’

Pope Leo XIV calls for AI regulation, warns against opaque algorithms controlled by few, emphasizing human dignity and ethical oversight.

OpenAI’s Codex is now in the ChatGPT mobile app

OpenAI has launched Codex in the ChatGPT mobile app, enabling users to control and manage coding tasks remotely on their computers via smartphones.

Kimi K2.7-Code: open-source coding model with better token efficiency

Kimi K2.7-Code, an open-source coding-focused AI model, improves token efficiency by 30% over its predecessor, boosting complex software engineering tasks.

Phoenix LiveView 1.2 Released

Phoenix LiveView 1.2 is now available, introducing colocated CSS, small improvements, and enhanced compile-time features for Elixir developers.