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 agents for complex tasks. This development aims to address limitations of single-agent operation in high-value, multi-faceted projects.

Anthropic’s Claude has introduced a new capability called dynamic workflows, allowing the AI to autonomously assemble and manage a team of agents tailored to complex tasks. This feature aims to improve performance on high-value projects that exceed the capabilities of a single agent, addressing issues like partial work, bias, and goal drift, which are common in solo agent operations.

The dynamic workflows feature enables Claude to generate a custom “orchestration scaffold” — a small JavaScript program that spawns multiple specialized subagents, each with focused briefs and isolated context windows. These subagents can be assigned different roles, such as dispatchers, specialists, or independent reviewers, and can operate in parallel to handle different parts of a task. The system can also decide which model to use for each subagent, optimizing for speed or judgment as needed.

According to Anthropic, this approach is particularly useful for complex, high-value tasks like code refactoring, research synthesis, or large-scale verification, where a single agent may underperform due to issues like task fragmentation, bias, or goal erosion. The feature is designed to be triggered by a specific command, such as “ultracode,” and the generated workflows can resume after interruptions, making them adaptable to real-world project workflows.

At a glance
breakingWhen: announced March 2024
The developmentClaude now dynamically builds and orchestrates its own team of agents during task execution, marking a significant step in autonomous AI workflows.
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 Complex Task Management

This development signifies a major step toward more autonomous AI systems capable of managing intricate, multi-step projects without human intervention. By enabling Claude to assemble its own team of agents, organizations can potentially improve accuracy, reduce oversight, and handle more sophisticated workflows efficiently. It also demonstrates how AI can mimic human team management strategies, such as dividing work, independent review, and iterative refinement, in a scalable manner.

While still in early stages, this technology could influence how AI is integrated into enterprise workflows, especially in fields requiring rigorous verification, research, or multi-layered decision-making. However, experts caution that the system’s effectiveness depends on careful configuration and understanding of its limitations, particularly regarding resource consumption and task suitability.

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 Workflow Automation

Anthropic’s recent advancements build on previous iterations of Claude, which focused on skills packaging and loop-based delegation. The concept of dynamic workflows emerged from the need to address the shortcomings of single-agent operations in large, complex tasks. Prior to this, efforts to manually orchestrate multiple Claude instances were limited by the need for static, pre-designed harnesses, which lacked flexibility.

The new feature is part of a broader trend in AI development toward autonomous, self-managing systems capable of handling increasingly sophisticated workloads. It aligns with industry efforts to improve AI reliability and scalability across sectors like software engineering, research, and customer support.

“Claude’s ability to write and run its own orchestration programs marks a significant leap in autonomous AI workflows.”

— Thorsten Meyer, AI researcher

Amazon

multi-agent AI system software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Autonomous Workflow Deployment

It is not yet clear how well the dynamic workflow system performs across diverse real-world applications or how it manages resource consumption in large-scale deployments. The effectiveness of autonomous team management in unpredictable or adversarial environments remains to be validated through extensive testing. Additionally, the potential for unintended biases or errors to propagate within the self-assembled teams is still under evaluation.

Amazon

AI project orchestration platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Testing and Adoption of Dynamic Workflows

Anthropic plans to conduct further testing of the dynamic workflows in various industry scenarios, including software development, research synthesis, and verification tasks. The company will gather user feedback to refine the system’s orchestration capabilities and resource efficiency. Wider adoption will depend on demonstrated reliability and scalability, with potential integration into enterprise AI platforms expected in the coming months.

Amazon

AI task management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

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

Claude can be prompted to generate a dynamic workflow by specific commands like ‘ultracode,’ typically when a task exceeds the capabilities of a single agent or requires multiple specialized steps.

What types of tasks are best suited for this new feature?

Complex, multi-step tasks such as code refactoring, research synthesis, verification, and large-scale data analysis are ideal candidates for dynamic workflows.

Does this increase resource consumption or costs?

Yes, using multiple subagents and writing custom orchestration programs require more tokens and computational resources, which can impact cost and efficiency.

Can users customize or control how the workflow is built?

Currently, workflows are generated automatically based on prompts, but future updates may allow more user control over the orchestration patterns and subagent roles.

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 Compute Concentration Audit: When Sovereign Wealth Funds Notice Three Companies Own the Frontier

Global regulators are conducting a structural audit of the AI compute substrate, revealing high dependency on three major cloud providers, with implications for sovereignty and competition.

DojoClaw: The Engine Behind the Fleet

DojoClaw, an AI-driven content engine, now powers more than 450 magazine-style sites, enabling high-volume publishing with minimal human input and reduced costs.

The $60 Billion Bargain: Why Cursor Could Be a Steal for SpaceX

SpaceX acquired AI coding startup Cursor for $60 billion in stock, a move that analysts say offers strategic advantages and potential for high future margins.

The cleaner cap table. Why Anthropic’s public-benefit structure dodges OpenAI’s charitable-trust problem — and trades it for a governance question of its own.

Analysis of how Anthropic’s mission-driven, trust-based structure contrasts with OpenAI’s conversion history, shaping their paths to public markets.