📊 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 introduced a new feature called dynamic workflows, enabling it to automatically assemble and manage teams of subagents tailored to complex tasks. This development aims to improve performance on high-value projects by overcoming limitations of single-agent approaches.

Claude has introduced a new capability called dynamic workflows, allowing it to automatically assemble and coordinate teams of subagents for complex tasks. This feature aims to address limitations in single-agent operation, especially on high-value or long-duration projects, by enabling more reliable, thorough, and scalable workflows. The development is part of Anthropic’s ongoing effort to enhance AI orchestration and task delegation.

According to Anthropic, the dynamic workflows feature enables Claude to generate custom orchestration scripts, akin to an organizational chart, that assign specific roles to subagents—such as dispatchers, specialists, reviewers, and judges—each with isolated contexts and focused briefs. These scripts are written in JavaScript and can dynamically adapt to the task at hand, including selecting appropriate models and managing parallel execution.

Anthropic emphasizes that this capability is designed for complex, high-value tasks rather than simple requests like fixing typos. The system can decide which subagent to spawn based on the task’s nature, and it can pause and resume workflows, making it suitable for long or multi-stage projects. The feature is triggered by asking for a workflow or using the keyword “ultracode.”

Under the hood, Claude’s dynamic workflows employ orchestration patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournaments, and loop-until-done. These are familiar structures in team management, now implemented within an AI model to improve reliability and output quality.

At a glance
updateWhen: announced March 2024
The developmentAnthropic’s Claude now autonomously builds and orchestrates teams of agents on the fly for complex, high-value tasks, marking a significant upgrade in AI workflow management.
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 Task Management and Reliability

This development represents a significant step in AI capabilities, enabling models like Claude to handle complex, multi-faceted projects more effectively by mimicking human team management strategies. It addresses core failure modes of single-agent operation—such as incomplete work, bias, and goal drift—by dividing tasks into focused subcomponents with independent oversight. For organizations, this could mean more dependable AI-driven workflows for research, verification, and large-scale automation, reducing the need for constant human oversight.

However, the feature’s reliance on more tokens and computational resources means it is best suited for high-value projects where accuracy and thoroughness outweigh costs. Its deployment could reshape how AI is integrated into enterprise workflows, especially in areas requiring rigorous validation and multi-step reasoning.

Pydantic AI for Automation Workflows: Build Typed, Reliable, and Production-Ready AI Automations in Python

Pydantic AI for Automation Workflows: Build Typed, Reliable, and Production-Ready AI Automations in Python

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Orchestration and Workflow Automation

Anthropic’s Claude has been evolving through a series of updates aimed at improving its skills and delegation capabilities. The recent addition of dynamic workflows completes a trilogy of features that enable more sophisticated orchestration, following skills packaging and looping controls. Previously, single-agent models faced limitations in long or complex tasks, often resulting in incomplete work, bias, or goal drift, which human managers typically mitigate through task division.

Prior to this, other AI systems relied on static workflows or manual orchestration. Claude’s new ability to generate tailored, on-the-fly harnesses marks a shift toward more autonomous, scalable AI management, aligning with broader trends in AI automation and multi-agent systems.

“Claude’s dynamic workflows allow it to build and manage teams of subagents tailored precisely to complex tasks, significantly enhancing reliability and scope.”

— Thorsten Meyer, AI researcher at Anthropic

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.

Unanswered Questions About Workflow Scalability and Cost

It is not yet clear how well the dynamic workflows perform in real-world, large-scale deployments outside controlled environments. Details about the system’s scalability, cost-effectiveness, and robustness across diverse tasks remain under development. Additionally, the extent to which this feature can be integrated into existing enterprise workflows or customized for specific industries is still being explored.

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

AI for Project Managers: A Desk Reference & Field Guide: Use Artificial Intelligence to Streamline Workflows, Automate Tasks, and Make Smarter Decisions with Practical Tools and Ethical Insights

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Expected Next Steps for Adoption and Evaluation

Anthropic is likely to release more detailed case studies and performance metrics as users experiment with the feature. Further updates may include improved automation, broader model selection capabilities, and enhanced resumption features. Monitoring how organizations adopt and adapt this technology will be critical to understanding its long-term impact on AI-driven project management.

Amazon

AI task delegation platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Can Claude build teams for any type of task?

Currently, the feature is optimized for complex, high-value projects. It is not intended for simple tasks like fixing typos or minor edits.

How does Claude decide which subagents to spawn?

Claude writes a JavaScript-based workflow that includes decision logic to select appropriate models and roles based on the task’s requirements.

Is this feature available for all users now?

As of the announcement, the feature is likely in limited access or testing phase, with broader availability expected after further evaluation.

What are the main limitations of this system?

The system uses more tokens and computational resources, making it more suitable for high-value projects. Its performance in large-scale, real-world deployments remains under assessment.

Source: ThorstenMeyerAI.com

You May Also Like

Epic Games Surges In Global Coverage

Epic Games has seen a notable increase in international media mentions, with GDELT reporting 26 mentions within a recent timeframe, indicating heightened global attention.

Valve Open-source The Steam Machine E-ink Screen So You Can Make Your Own

Valve releases open-source code for the Steam Machine’s e-ink display, enabling users to create custom versions and modifications.

SpaceX Owns Every Layer of AI Now. The Model Is Still the Weak Link.

SpaceX has bought Cursor for $60 billion, gaining control over all AI layers except the model, which remains its weak link. The move consolidates industry power.