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 create and coordinate multiple sub-agents automatically for complex tasks. This development addresses limitations of single-agent AI and could transform how AI handles high-value projects.

Claude, the AI model developed by Anthropic, has introduced a new capability to build and orchestrate its own team of agents on the fly. This feature, called dynamic workflows, allows Claude to assemble specialized subagents tailored to specific subtasks within a larger project, addressing longstanding limitations of AI coding agents approaches for complex tasks. The development was announced by Anthropic in March 2024 and marks a significant advance in AI orchestration technology.

According to Anthropic, dynamic workflows enable Claude to generate small JavaScript programs that orchestrate multiple subagents, each with distinct roles and contexts. These subagents can operate in parallel, with the ability to switch models, run in isolated worktrees, and resume interrupted tasks. The system can dynamically choose orchestration patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, mimicking the functions of a human team lead. Learn more about potential AI security risks.

Anthropic emphasizes that this feature is best suited for high-value, complex tasks rather than simple requests like fixing typos. The approach leverages Claude’s reasoning capabilities to write task-specific harnesses, rather than relying on static, hand-built workflows. See how AI systems can be exploited via GitHub repositories. The system can also assign different models to subagents based on the task’s requirements, optimizing for speed or judgment as needed.

At a glance
breakingWhen: announced March 2024
The developmentClaude now autonomously constructs and manages its own team of agents during task execution, improving handling of complex, high-value assignments.
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 of Autonomous Agent Team Building

This development could significantly enhance AI performance on complex, multi-faceted projects by overcoming the limitations of single-agent workflows, such as partial completion, bias, and goal drift. It allows Claude to handle tasks that require parallel processing, independent verification, and iterative refinement, which are common in research, software development, and high-stakes decision-making. For organizations, this means more reliable and scalable AI assistance for demanding workflows, potentially reducing human oversight and error.

Amazon

AI task orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Workflow Capabilities

Anthropic’s recent releases have focused on improving Claude’s skills package, looping mechanisms, and now dynamic workflows, forming a trilogy aimed at making AI more autonomous and reliable. Previously, AI agents operated within fixed contexts, limiting their ability to manage complex projects over time. The concept of orchestrating multiple agents dynamically builds on prior innovations, such as static multi-agent setups and scripted workflows, but now with the ability to generate custom, task-specific harnesses on demand.

This approach responds to known issues with single-agent systems, like early stopping, self-bias, and goal drift, which hinder long-term or complex task execution. By enabling Claude to assemble its own team, Anthropic aims to replicate the effective delegation and oversight typical of human teams, but within an AI framework.

“Dynamic workflows allow Claude to write its own orchestration scripts, effectively building a team of specialized agents for complex tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI development tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Scalability and Safety

It remains unclear how well the dynamic workflows will perform in real-world, large-scale deployments or how they will be managed at scale. Specific concerns include the potential for increased resource consumption, the complexity of overseeing multiple subagents, and safety considerations around autonomous orchestration. Anthropic has acknowledged that the feature is more resource-intensive and is intended for complex, high-stakes tasks, but detailed performance metrics and safety protocols are still under development.

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.

Next Steps for Deployment and Evaluation

Anthropic plans to roll out the dynamic workflows feature to select enterprise partners for pilot testing, with broader availability expected later in 2024. The company will likely publish detailed performance data and safety assessments as they gather more experience with real-world applications. Additionally, further research is anticipated to refine the orchestration patterns and optimize resource usage, ensuring the system’s robustness and safety for wider adoption.

Claude at Work for Cloud, DevOps & FinOps: Agentic automation for IT professionals: Claude Code, Cowork, MCP, skills and sub-agents for infrastructure, operations and cloud cost control (2026 Edition)

Claude at Work for Cloud, DevOps & FinOps: Agentic automation for IT professionals: Claude Code, Cowork, MCP, skills and sub-agents for infrastructure, operations and cloud cost control (2026 Edition)

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 generates small JavaScript programs, called workflows, that spawn and coordinate multiple subagents, each with specific roles and contexts, to handle different parts of a task.

What types of tasks benefit most from dynamic workflows?

High-value, complex projects such as research synthesis, large-scale code refactoring, or multi-step verification processes are ideal for this approach, where delegation and parallel processing improve outcomes.

Are there safety concerns with autonomous team-building?

Anthropic recognizes resource and safety considerations, noting that the feature is designed for complex tasks and will undergo further testing before broader deployment.

Will this feature be available to all users?

Initially, it will be tested with select enterprise partners, with plans for wider rollout later in 2024 based on performance and safety evaluations.

Source: ThorstenMeyerAI.com

You May Also Like
Five Levers, Many Hands

Five Levers, Many Hands

Analysis of how countries respond to AI-driven labor shifts using five key tools, highlighting differences and uncertainties in the global response.
One Model, a Whole Portfolio: What Ten Days on Fable Mean for a Business Building on Frontier AI

One Model, a Whole Portfolio: What Ten Days on Fable Mean for a Business Building on Frontier AI

A developer ran nearly all his products through Anthropic’s Claude Fable 5 for ten days, revealing new AI-driven business capabilities and operational insights.
When AI Builds Itself: Inside Anthropic’s Evidence on Recursive Self-Improvement

When AI Builds Itself: Inside Anthropic’s Evidence on Recursive Self-Improvement

Anthropic presents data indicating AI systems are increasingly capable of automating AI research tasks, raising the possibility of recursive self-improvement.
The European Union: Rules First, Cushion Always

The European Union: Rules First, Cushion Always

The EU’s comprehensive AI regulation and social model prioritize rules and institutions to cushion labor shifts, with ongoing reforms raising questions about future stability.