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 create and manage its own team of subagents for complex tasks. This development aims to improve performance on high-value, multi-faceted projects by addressing limitations of single-agent execution.

Anthropic’s Claude has introduced a new feature called ‘dynamic workflows,’ allowing the AI to automatically assemble and manage a team of subagents tailored for complex, high-value tasks. This development enhances Claude’s ability to handle multi-faceted projects that exceed the capacity of a single agent, addressing previous limitations in long, intricate workflows. The feature is designed to improve accuracy and reliability in tasks such as research, verification, and large-scale code fixes, making Claude more versatile for enterprise use.

According to Anthropic, the dynamic workflows feature enables Claude to write and execute small JavaScript programs that orchestrate multiple subagents, each with specific roles and isolated contexts. These subagents can be assigned different models based on task complexity, and they can run in parallel or sequentially, depending on the workflow design. The system can also pause and resume tasks, making it suitable for long or iterative projects.

Anthropic emphasizes that this approach addresses common failure modes seen in single-agent tasks, such as laziness, bias, and goal drift. By dividing work into focused, independent units, Claude can produce more accurate results, especially in tasks requiring multiple steps, verification, or adversarial testing. The company notes that while this feature is computationally more demanding, it is intended for complex, high-value use cases rather than simple corrections or straightforward queries.

At a glance
updateWhen: announced late 2023
The developmentClaude now autonomously constructs and orchestrates a team of agents for complex tasks, marking a significant upgrade in its 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 AI-Driven Project Management

This development signifies a step toward more autonomous and reliable AI systems capable of managing complex workflows without human intervention. For organizations, this could mean increased efficiency in research, verification, and decision-making processes, reducing human oversight and potential errors. It also demonstrates how AI can emulate team-based work structures, improving performance on tasks that traditionally required multiple human experts.

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 AI Orchestration Capabilities

Anthropic’s move builds on previous advancements in AI modularity and orchestration, notably their work on skills packages and looping constructs. The concept of dynamic workflows was first hinted at in early demonstrations, but the latest iteration allows Claude to generate custom harnesses tailored to specific tasks, using a variety of orchestration patterns such as classify-and-act, fan-out-and-synthesize, and adversarial verification. This aligns with broader trends in AI toward more flexible, scalable, and task-specific systems.

Prior to this, most AI systems operated as single agents with limited context windows, which constrained performance on complex projects. The introduction of autonomous team assembly marks a significant evolution, allowing AI to better mimic human team dynamics in problem-solving and project execution.

“This feature allows Claude to write its own orchestration code, effectively building a team of specialized agents on the fly, which drastically improves handling of complex, multi-step tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Unresolved Questions About Deployment and Limits

It is not yet clear how widely this feature will be adopted in real-world applications or how it performs outside controlled testing environments. Specific limitations, such as the computational cost, potential for orchestration errors, and handling of very long or adversarial tasks, remain to be fully evaluated. Additionally, the extent to which this capability can be integrated into existing workflows or scaled for large enterprises is still under assessment.

Next Steps for Claude’s Autonomous Team Building

Anthropic plans to continue testing and refining dynamic workflows, with a focus on real-world deployment in enterprise settings. Future updates may include enhanced error handling, user controls for workflow design, and broader integration options. Monitoring how organizations adopt and adapt this feature will be crucial to understanding its long-term impact and scalability.

Key Questions

How does Claude build its own team of agents?

Claude writes and runs small JavaScript programs, called workflows, that spawn and coordinate multiple subagents, each with specific roles and isolated contexts, to handle different parts of a complex task.

What types of tasks benefit most from dynamic workflows?

Complex, multi-step projects such as research synthesis, verification, large code fixes, and multi-agent decision-making processes are most suited for this feature.

Does this feature increase computational costs?

Yes, using multiple agents and orchestrating their interactions requires more tokens and processing power, making it more suitable for high-value, resource-intensive tasks.

Is this feature available for all users now?

It is currently in the testing and rollout phase, with broader availability expected after further refinement and validation.

Can this approach replace human teams?

While it enhances AI capabilities for complex tasks, it is intended to augment human work, not replace human teams entirely.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

The United Kingdom: The Pragmatist’s Hedge

The UK adopts a flexible, moderate stance post-Brexit, balancing welfare, labor market, and AI regulation amid emerging economic shifts.

VRR Explained: Why Your Games Suddenly Look Smoother

What is VRR and how does it make your games suddenly look smoother? Discover the secret behind seamless gameplay.

The Deploy Button Became the Bottleneck — and Cloudflare Just Bought the Build Step

Cloudflare’s acquisition of VoidZero aims to streamline deployment processes by integrating build tools directly into its global network, transforming software delivery.

QAtrial Launches Enterprise-Ready Open-Source Quality Management Platform

QAtrial releases version 3.0.0 with Docker, SSO, validation docs, webhooks, and Jira/GitHub integrations under AGPL-3.0, making enterprise quality tools accessible.