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 assemble and manage teams of sub-agents on the fly for complex tasks. This development aims to address limitations of single-agent approaches in high-stakes or multi-faceted work, potentially transforming AI orchestration.

Claude now dynamically constructs its own team of agents during a task, a feature called dynamic workflows, announced by Anthropic. This allows the AI to better handle complex, multi-step projects by orchestrating specialized sub-agents on the fly, addressing limitations of single-agent execution. The development is aimed at high-value, intricate tasks where dividing work improves accuracy and efficiency.

According to Anthropic, the dynamic workflows feature enables Claude to write and execute small JavaScript programs that spawn and coordinate multiple sub-agents, each with a dedicated role and context window. This approach mimics team management strategies used by human professionals, such as routing tasks, parallel processing, and independent verification. The system can select different models for different sub-tasks, and agents can work in isolated environments to prevent interference.

Anthropic emphasizes that this capability is particularly useful for complex, high-value tasks like deep research, fact-checking, and code refactoring, where single-agent approaches often fail due to issues like goal drift, partial work, or bias. The feature is not intended for simple tasks like fixing typos but aims at scenarios requiring layered decision-making and detailed orchestration.

Mechanically, the system uses a set of orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done. These patterns allow Claude to simulate team behaviors such as dispatching specialists, parallel processing, adversarial review, and iterative refinement, all within a single task execution.

At a glance
breakingWhen: announced March 2024
The developmentClaude’s new dynamic workflows allow the AI to create and coordinate multiple sub-agents during a task, improving handling of complex 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

Potential Impact on AI Workflow Management

This development could significantly enhance AI performance on complex, multi-faceted projects by reducing common pitfalls of single-agent operation, such as incomplete work, bias, and goal drift. It introduces a new paradigm where AI can self-organize into specialized teams, potentially improving accuracy, reliability, and efficiency in high-stakes applications like research, software development, and data analysis. For organizations, this means more scalable and adaptable AI assistance tailored to intricate tasks.

Amazon

AI multi-agent workflow software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Capabilities

Anthropic’s recent work on Claude has focused on expanding the AI’s ability to handle complex workflows. Previous releases introduced skills packages and looping mechanisms to delegate tasks over time. The current launch of dynamic workflows completes a trilogy of enhancements aimed at making Claude more autonomous and capable of orchestrating multiple sub-agents. This follows broader industry trends toward multi-agent systems that improve AI robustness and task specialization, with similar concepts explored in research on AI orchestration and automation.

Prior to this, single-agent models faced limitations in long-term projects, often suffering from partial completion or bias. The new feature addresses these issues by enabling Claude to simulate team behaviors, akin to human project management, within its own architecture.

“Dynamic workflows allow Claude to write custom harnesses for complex tasks, significantly improving its ability to manage layered projects.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

AI task orchestration tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Implementation and Limitations

Details remain unclear about how well the system performs in real-world, high-stakes scenarios, and whether it can reliably manage complex workflows without human oversight. It is also uncertain how resource-intensive these dynamic workflows are, given the increased token usage and computational overhead. Further testing and deployment data are needed to evaluate robustness, safety, and scalability, especially in mission-critical applications.

Amazon

AI project management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Evaluation

Anthropic plans to roll out the dynamic workflows feature to select customers for pilot testing, with broader availability expected later in 2024. Future updates will likely include performance benchmarks, safety assessments, and user guidance on designing effective workflows. Monitoring real-world use cases will be crucial to refine the system and understand its impact on AI-assisted project management.

Amazon

AI sub-agent coordination 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 small JavaScript programs called workflows that spawn and coordinate multiple sub-agents, each with specific roles and isolated contexts, during a task.

What types of tasks benefit most from dynamic workflows?

Complex, multi-step projects like deep research, fact-checking, code refactoring, and multi-source synthesis are most suitable, especially where accuracy and layered decision-making are critical.

Is this feature ready for high-stakes or mission-critical use?

While promising, Anthropic emphasizes that the feature is still in early deployment stages, and its reliability in high-stakes environments remains under evaluation.

Does using dynamic workflows significantly increase resource consumption?

Yes, the feature uses more tokens and computational resources due to multiple sub-agents and orchestration overhead, making it more suitable for high-value tasks rather than simple fixes.

Can I customize the workflows for my specific needs?

Yes, users can trigger workflow creation by requesting a specialized setup or using the keyword ‘ultracode,’ allowing for tailored orchestration patterns.

Source: ThorstenMeyerAI.com

You May Also Like

Immich 3.0

Immich releases version 3.0, introducing new features for photo backup and sharing. The update aims to strengthen open-source photo management tools.

The Delegation Ladder: The Four Agentic Loops, And What Each One Lets You Stop Doing

An analysis of the four agentic loops in AI engineering, detailing what each allows you to stop doing and how they enable automation at different levels.

Operational SOP drift detector for franchise operators

A new SOP drift detection tool for multi-location franchise operators is being tested to identify procedural deviations and maintain consistency.

IdeaClyst: The Engine That Decides What’s Worth Building

IdeaClyst is launched as an idea engine that transforms rough concepts into validated, targeted product initiatives by analyzing roadmaps and market opportunities.