📊 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 specialized agents during a task. This development aims to address limitations of single-agent approaches in complex, high-value projects.

Anthropic’s Claude has introduced a new capability called dynamic workflows, allowing it to assemble its own team of specialized agents on the fly for complex tasks. This feature aims to improve performance on high-value, multi-faceted projects by overcoming limitations of single-agent operation, such as partial results, bias, and goal drift.

The new feature, part of Anthropic’s ongoing development, enables Claude to write and execute small JavaScript programs that orchestrate multiple subagents. These subagents can be assigned distinct roles, such as dispatching, verification, or synthesis, each with isolated contexts and tailored models. This approach mimics human team management, dividing work to prevent common failure modes like agent laziness, bias, and goal drift.

Mechanically, Claude’s dynamic workflows are small scripts that spawn and coordinate subagents, with options to assign different models for specific tasks and run agents in isolated worktrees. The system can resume interrupted workflows, making it suitable for long or complex projects. The feature is triggered by commands like “ultracode” or requesting a workflow, enabling users to specify orchestration patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done.

Anthropic emphasizes that this capability is most useful for complex, high-value tasks rather than simple fixes, noting the increased token usage and technical overhead involved.

At a glance
updateWhen: announced recently, ongoing implementat…
The developmentAnthropic’s Claude now dynamically creates and orchestrates multiple subagents for complex tasks, marking a significant enhancement 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 Complex AI-Driven Projects

This development signifies a major step forward in AI workflow management, allowing Claude to handle multi-stage, high-stakes tasks more reliably. By dynamically creating teams of specialized agents, it addresses core issues such as incomplete results, self-bias, and goal drift that plague single-agent systems. For organizations, this means more robust automation, better quality control, and the ability to tackle tasks previously too complex for AI alone.

It also demonstrates a shift toward more sophisticated AI orchestration techniques, blurring the line between human team management and AI-driven automation. The ability to write custom harnesses on the fly could lead to more adaptable and scalable AI applications across industries like software development, research, and customer support.

Amazon

AI workflow orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Workflow Capabilities

Prior to this, Claude’s capabilities were limited to single-agent operations, suitable for straightforward tasks like coding or simple data processing. Developers and organizations often faced issues with partial results, bias, and goal drift when managing long or complex projects. The concept of orchestrating multiple agents has been explored in AI research, but Anthropic’s implementation marks a significant step toward practical, dynamic workflows.

This feature builds on previous developments, such as skills packages that encode organizational knowledge and looping mechanisms for delegation. The new ability to generate and run custom workflows internally enhances Claude’s flexibility, making it more akin to a human project manager for complex tasks.

“Claude’s dynamic workflows enable it to assemble and coordinate teams of specialized agents on the fly, addressing core limitations of single-agent approaches.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Uncertainties About Practical Deployment

It is not yet clear how widely or quickly this feature will be adopted in real-world applications. Details about performance benchmarks, user interface, and integration with existing workflows are still emerging. Additionally, the impact on token consumption and costs remains a concern for some potential users.

Further testing is needed to confirm how well the system handles very long or adversarial tasks, and whether it introduces new vulnerabilities or complexities in deployment.

Amazon

JavaScript AI automation tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Refinement

Anthropic plans to continue refining the dynamic workflows feature, including expanding orchestration patterns and improving usability. Expect more detailed documentation, user case demonstrations, and performance benchmarks in the coming months.

Organizations interested in this capability should monitor updates from Anthropic and consider pilot projects to evaluate its effectiveness for their specific complex tasks.

Amazon

AI task management 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 and executes small JavaScript programs called workflows that spawn and coordinate multiple subagents, each with specific roles and isolated contexts.

What types of tasks benefit most from dynamic workflows?

Complex, multi-stage projects such as research synthesis, verification routines, large-scale coding, and multi-faceted analysis are most suited for this approach.

Is this feature available for all users now?

It is currently in a developmental or limited rollout phase; broader availability will depend on further testing and refinement by Anthropic.

Does using workflows increase costs?

Yes, because it uses more tokens and computational resources, making it more suitable for high-value, complex tasks rather than simple fixes.

Can this system handle adversarial or conflicting inputs?

Its ability to manage adversarial inputs depends on how the workflows are designed; the system includes verification patterns like adversarial review, but real-world robustness is still being evaluated.

Source: ThorstenMeyerAI.com

You May Also Like

Cyber Hygiene for Busy People: The 10-Minute Routine That Saves You Later

Protect your online life with a quick 10-minute routine—discover how busy people can stay safe and what you might be missing.

7 Best Headphones for Prime Day Electronics Deals in 2026

Discover the best headphones deals for Prime Day 2026, including top picks for noise cancellation, comfort, and value across various use cases.

Candor as a Moat: A Critical Reading of Dario Amodei and Anthropic

A detailed examination of Dario Amodei’s transparency and its implications for AI safety, regulation, and industry power dynamics, focusing on recent regulatory actions.

Data retention cleanup assistant for small law firms

A new data retention cleanup assistant for small law firms is set to be tested, aiming to streamline old matter file reviews and improve operational efficiency.