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 AI now autonomously creates and orchestrates teams of sub-agents for complex, high-value tasks using a new feature called dynamic workflows. This development enhances its ability to handle intricate projects by dividing work and managing multiple agents simultaneously.

Anthropic’s Claude AI now features a new capability called dynamic workflows, which allows it to autonomously build and manage teams of sub-agents tailored to complex tasks. This development marks a significant step in AI orchestration, enabling Claude to handle high-value projects more effectively by dividing work among specialized agents.

The new feature, introduced as part of Claude’s latest update, enables the AI to write and execute small JavaScript programs that orchestrate multiple sub-agents. These sub-agents can be assigned specific roles, such as classification, verification, or synthesis, and operate in isolated contexts to prevent interference. The system can also dynamically decide which model to use for each sub-task, optimizing for speed or accuracy as needed.

According to Anthropic, this approach addresses common failures in single-agent workflows, such as laziness, self-bias, and goal drift. By dividing tasks and incorporating independent verification, Claude can produce more reliable and comprehensive outputs for complex projects, such as code rewrites, research synthesis, and large-scale fact-checking.

Developers can trigger this multi-agent orchestration either by explicitly requesting a workflow or by using the keyword “ultracode.” The system employs several orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, each modeled after common team management strategies.

At a glance
updateWhen: announced March 2024
The developmentClaude has introduced a new capability to dynamically assemble and coordinate multiple sub-agents for complex tasks, improving performance on high-value projects.
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 towards more autonomous and scalable AI systems capable of managing complex workflows without human intervention. By enabling Claude to assemble and coordinate teams of specialized agents on the fly, organizations can tackle multifaceted problems more efficiently, reducing reliance on manual oversight and increasing reliability in high-stakes applications.

It also highlights a move from static, pre-designed AI pipelines to dynamic, adaptable systems that can tailor their approach based on the task’s complexity and requirements. This could influence how AI is integrated into enterprise workflows, research, and software development, potentially leading to more autonomous AI-driven project management.

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.

Evolution of AI Orchestration Capabilities

Anthropic’s recent work with Claude has focused on addressing the limitations of single-agent workflows, which often underperform in complex, long-term projects. Previous updates introduced skills packages and looping mechanisms, but the addition of dynamic workflows completes a trilogy aimed at making Claude more capable of managing multi-step, high-value tasks.

The concept of orchestrating multiple agents isn’t entirely new, but the ability for Claude to write its own harnesses on the fly represents a significant technical leap. This approach leverages recent advances in model reasoning, such as Claude Opus 4.8, and builds upon established patterns like map/reduce, classification, and adversarial review.

Historically, AI systems relied on static pipelines or manual configuration for multi-agent tasks. Claude’s new capability automates this process, allowing it to adapt workflows dynamically, which was previously limited to hand-crafted scripts or external orchestration tools.

“Claude’s ability to autonomously assemble and manage teams of sub-agents marks a new era in AI orchestration, enabling more reliable handling of complex, high-value tasks.”

— Thorsten Meyer, AI researcher

Intelligent Agentic AI Systems with JavaScript in 2026: Designing Autonomous Workflows with LLMs, Tools, and Real-World Integrations (Practical AI Systems Engineering Series Book 2)

Intelligent Agentic AI Systems with JavaScript in 2026: Designing Autonomous Workflows with LLMs, Tools, and Real-World Integrations (Practical AI Systems Engineering Series Book 2)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Workflow Reliability

It is not yet clear how well Claude’s autonomous team-building performs across a broad range of real-world, high-stakes scenarios. The system’s robustness, error rates, and potential for unintended behaviors in complex workflows remain to be validated through extensive testing and deployment.

Additionally, the impact on resource consumption and cost, given that dynamic workflows use more tokens and computational power, is still being assessed.

Tools and Algorithms for the Construction and Analysis of Systems: 25 Years of TACAS: TOOLympics, Held as Part of ETAPS 2019, Prague, Czech Republic, April ... Notes in Computer Science Book 11429)

Tools and Algorithms for the Construction and Analysis of Systems: 25 Years of TACAS: TOOLympics, Held as Part of ETAPS 2019, Prague, Czech Republic, April … Notes in Computer Science Book 11429)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Evaluation

Organizations and developers will likely begin experimenting with Claude’s dynamic workflows in pilot projects across sectors like research, software engineering, and data analysis. Further updates are expected to refine the orchestration patterns and improve efficiency.

Anthropic may also release more detailed guidelines and best practices for implementing and managing these multi-agent workflows, along with performance benchmarks and safety evaluations.

Project Planner Notepad - Project Management Organizer Desk Pad - Manage Project Tasks and Meeting Deadlines Effectively - 50 Sheets of Premium 120gsm Paper | Management | A4 Mono

Project Planner Notepad – Project Management Organizer Desk Pad – Manage Project Tasks and Meeting Deadlines Effectively – 50 Sheets of Premium 120gsm Paper | Management | A4 Mono

Comprehensive Project Planning: Plan for success with a dedicated project timeline and task sections to track milestones and…

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude decide when to assemble a team of agents?

Claude can be prompted explicitly by users or trigger its own decision-making process based on the complexity and requirements of the task, such as when multiple steps or verification are needed.

Can Claude’s team of agents operate independently without human oversight?

Yes, the system is designed to automate complex workflows, but human oversight may still be necessary for critical or sensitive tasks, especially during initial deployment phases.

What types of tasks benefit most from dynamic workflows?

High-value, multi-step projects such as code refactoring, research synthesis, fact-checking, and large-scale data analysis are most suited, as they require division of labor and independent verification.

Does this feature increase resource costs significantly?

Yes, because it uses more tokens and computational power to manage multiple sub-agents simultaneously, but the trade-off is improved accuracy and reliability for complex tasks.

Source: ThorstenMeyerAI.com

You May Also Like

New phishing campaign targets password managers with fake browser update prompts

Security researchers warn of a new phishing campaign using fake browser update prompts to steal password manager data, urging users to update only through official channels.

IdeaClyst: The Engine That Decides What’s Worth Building

IdeaClyst introduces an AI-powered idea engine that transforms rough concepts into validated, founder-ready plans, filling gaps in product roadmaps.

LYON Sweep FURIA at MSI 2026

LYON secured a decisive victory over FURIA at MSI 2026, marking a significant upset in the tournament’s early stages.

AI Is the Alibi. The Reorg Is the Signal.

Coinbase cut about 700 jobs and framed the move as an AI rebuild, but financial data point to market pressure and a deeper operating shift.