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

Claude has launched a new feature called dynamic workflows, enabling it to generate and coordinate teams of sub-agents tailored to complex tasks. This innovation addresses limitations of single-agent performance and is aimed at high-value, multi-step projects.

Anthropic’s Claude has introduced a new capability called dynamic workflows, allowing the AI to autonomously build and manage teams of specialized sub-agents on the fly. This development aims to improve performance on complex, high-value tasks by addressing the limitations of single-agent operations, such as partial work, bias, and goal drift. When One Agent Isn’t Enough: Claude Now Builds Its Own Team of Agents on the Fly

The new feature enables Claude to write and execute small JavaScript programs that orchestrate multiple sub-agents, each with dedicated roles and isolated contexts. These sub-agents can be assigned different models based on task complexity, and they operate in parallel or sequentially, depending on the workflow pattern.

According to Anthropic, this approach is particularly useful for tasks requiring layered decision-making, verification, or extensive data processing, such as code refactoring, research synthesis, or large-scale fact-checking. The system can also resume interrupted workflows, making it suitable for long-running projects. AI coding agents can be tricked into installing malware via ‘clean’ GitHub repositories — Mozilla’s 0din team shows how Claude Code can be exploited by its own helpfulness The feature is built to handle complex orchestration patterns like classification, parallel processing, adversarial review, and multi-agent competitions.

While technically sophisticated, Anthropic emphasizes that this capability is resource-intensive and best suited for high-value tasks rather than simple commands like fixing typos. The company also notes that users can trigger workflows with specific keywords, such as “ultracode,” to activate this multi-agent orchestration.

At a glance
reportWhen: announced April 2024
The developmentClaude now constructs and orchestrates its own team of agents dynamically during task execution, marking a significant upgrade in AI workflow management.
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

Potential Impact on AI-Driven Project Management

This new capability significantly enhances Claude’s ability to handle complex, multi-faceted projects that traditionally required human oversight or multiple AI systems working in tandem. By automating team assembly and task orchestration, it could streamline workflows in research, software development, and quality assurance, reducing human bottlenecks and error rates.

Moreover, the approach addresses known limitations of single-agent AI, such as partial completion, bias in self-evaluation, and goal drift over extended tasks. This could lead to more reliable, consistent outputs in enterprise settings, where accuracy and thoroughness are critical.

However, the increased computational costs and the complexity of managing multiple sub-agents may limit immediate adoption to high-stakes environments, at least until the technology matures further.

Claude Code & Cursor Mastery Handbook (2026): Build Autonomous AI Software Systems with Agentic Workflows, Multi-Agent Architectures, and Production-Ready Pipelines

Claude Code & Cursor Mastery Handbook (2026): Build Autonomous AI Software Systems with Agentic Workflows, Multi-Agent Architectures, and Production-Ready Pipelines

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Workflow Capabilities

This development is part of a broader trend in AI towards more dynamic and autonomous task management. Previously, models like Claude operated within fixed context windows, limiting their ability to handle extensive or multi-step projects effectively. Anthropic’s earlier work introduced skills and looping mechanisms to improve task delegation and iterative refinement.

The new dynamic workflows build on these foundations by enabling Claude to generate custom orchestration scripts that can spawn and coordinate multiple sub-agents, each optimized for specific aspects of a task. This represents a shift from static, pre-defined workflows to adaptable, on-the-fly team assembly. The feature is now available in Claude Opus 4.8 and later versions, targeting complex, high-value use cases.

While the concept draws parallels to human team management, it is a significant leap in AI autonomy and orchestration, aiming to mimic effective project management strategies at scale.

“Claude’s ability to dynamically write and execute small orchestration programs marks a new era in AI teamwork, enabling more reliable and scalable handling of complex projects.”

— Thorsten Meyer, AI researcher at Anthropic

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Workflow Stability and Cost

It remains unclear how well the system performs across a broad range of real-world applications, especially in terms of stability, reliability, and cost-effectiveness. The complexity of managing multiple sub-agents may introduce new failure modes or synchronization issues that are still being evaluated. Additionally, the scalability of this approach for enterprise deployment and the potential for unintended interactions among sub-agents are not yet fully understood.

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

[EFFORTLESS VOICE CONTROL] Manage applications and automate tasks with 10 LCD mechanical buttons and a 2.01" auxiliary screen.

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Evaluation

Anthropic plans to further test and refine dynamic workflows in diverse high-stakes scenarios, including software development, research synthesis, and large-scale data verification. Future updates may include enhanced management tools, improved resumption capabilities, and cost optimization strategies. Broader adoption will depend on demonstrating reliability, efficiency, and clear use case benefits in real-world settings.

The Agentic AI Bible: The Complete and Up-to-Date Guide to Design, Develop, and Scale Goal-Driven, LLM-Powered Agents that Think, Execute and Evolve

The Agentic AI Bible: The Complete and Up-to-Date Guide to Design, Develop, and Scale Goal-Driven, LLM-Powered Agents that Think, Execute and Evolve

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 sub-agents, each with specific roles and isolated contexts, to handle parts of a complex task.

What types of tasks benefit most from dynamic workflows?

High-value, multi-step, or layered tasks such as research synthesis, code refactoring, fact-checking, and large-scale data processing are most suited for this approach.

Are there limitations or risks associated with this feature?

Yes, the system is resource-intensive and may face challenges related to synchronization, stability, and cost, especially in less controlled environments.

Will this feature replace human project managers?

Currently, it is designed to augment human efforts in complex projects, not replace them. Its primary goal is to automate orchestration for high-stakes tasks where reliability is critical.

When will this feature be widely available?

It is currently in testing and limited deployment within Claude Opus 4.8, with broader availability depending on further validation and performance assessments.

Source: ThorstenMeyerAI.com

You May Also Like
The prospectus. Where the AI labs’ singular governance history meets the auditor.

The prospectus. Where the AI labs’ singular governance history meets the auditor.

OpenAI is preparing to file its IPO prospectus, exposing its complex governance structure and legal history, which pose risks for investors and regulators.
Mobilisiert, nicht ausgegeben: Was von Europas €200-Milliarden-KI-Offensive übrig bleibt

Mobilisiert, nicht ausgegeben: Was von Europas €200-Milliarden-KI-Offensive übrig bleibt

The EU’s InvestAI plan is billed as €200B for AI, but most of the figure is mobilized capital, not direct spending, as a July tender nears.
When a Content Network Starts Publishing to Itself

When a Content Network Starts Publishing to Itself

A growing trend where content networks start publishing to their own properties, shifting from external distribution to internal ecosystem building—impacting control, engagement, and revenue.
Norway imposes broad restrictions on AI for elementary school kids

Norway imposes broad restrictions on AI for elementary school kids

Norway enforces a strict ban on generative AI for students aged 6-13, citing concerns over educational development and digital safety, starting this school year.