📊 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 launched a new feature called dynamic workflows, enabling it to build and orchestrate teams of agents on the fly. This development aims to improve handling of complex, high-value tasks by dividing work into specialized sub-agents. The approach marks a significant shift in AI orchestration, with potential applications across various industries.

Anthropic’s Claude has introduced a new feature called dynamic workflows, allowing the AI to automatically build and coordinate a team of sub-agents for complex tasks. This capability aims to address limitations faced by single-agent operations, particularly on high-value or multi-faceted projects, and is now available as part of Claude’s evolving toolkit.

The dynamic workflows feature enables Claude to generate custom orchestration scripts, or harnesses, that spawn multiple specialized sub-agents. These sub-agents can operate in parallel, each with a focused brief and isolated context, then synchronize results through built-in coordination patterns such as classify-and-act, fan-out-and-synthesize, or adversarial verification.

According to Anthropic, this approach is more effective for complex, long-term tasks than a single agent working in a continuous context. It is especially useful for projects requiring multiple stages, independent verification, or competitive approaches, such as deep research, code refactoring, or large-scale data analysis. The feature is built using JavaScript, allowing Claude to write and execute its own orchestration code, which can adapt dynamically to the task at hand.

At a glance
updateWhen: announced March 2024
The developmentClaude now dynamically constructs and manages its own team of agents during complex tasks, moving beyond single-agent limitations.
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 Workflows and High-Value Tasks

This development marks a notable advance in AI orchestration, enabling more reliable and scalable handling of complex projects. By automating the assembly of specialized agent teams, Claude can mitigate common failure modes like goal drift, partial completion, or self-bias, which often hinder single-agent approaches. The ability to tailor workflows on the fly could reshape how organizations deploy AI for research, software development, and decision-making processes, offering a new level of efficiency and robustness.

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Orchestration and Complex Task Handling

Previous iterations of Claude focused on single-agent performance within fixed context windows, which proved insufficient for long or multifaceted tasks. The concept of workflows was introduced to improve reliability by dividing work among multiple agents, but earlier versions relied on static, hand-coded harnesses. The new dynamic workflows feature automates this process, allowing Claude to generate custom orchestration scripts during runtime, thus adapting to the complexity and scale of the task.

This follows a broader trend in AI development toward more autonomous, self-organizing systems capable of managing multiple subcomponents without human intervention. The feature is part of Anthropic’s ongoing efforts to improve AI reliability and applicability across diverse domains.

“Dynamic workflows allow Claude to write and execute its own orchestration code, enabling it to assemble specialized agent teams tailored to complex tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Unanswered Questions About Dynamic Workflows

It is not yet clear how well the feature performs across different real-world scenarios or how it compares to traditional static workflows in terms of efficiency and accuracy. Additionally, the extent to which users can customize or influence the generated orchestration scripts remains to be seen. The long-term reliability and safety implications of autonomous workflow generation are still under evaluation.

Amazon

AI project management platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Upcoming Tests and Potential Industry Adoption

Anthropic plans to conduct broader testing of the dynamic workflows feature across various applications, including code refactoring, research synthesis, and customer support automation. Industry observers will watch for performance metrics, user feedback, and safety assessments. If successful, this capability could be integrated into commercial AI products and inspire similar features in other AI platforms.

Amazon

AI task coordination software

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 a small JavaScript program, called a harness, which defines how to spawn, coordinate, and manage multiple sub-agents tailored to the specific task.

What types of tasks benefit most from dynamic workflows?

Complex, multi-stage projects such as research synthesis, code refactoring, large data analysis, and multi-criteria decision-making are most suited to this approach.

Is this feature available to all users now?

As of the announcement, it is being rolled out gradually and may require specific configurations or permissions to access.

Are there safety concerns with autonomous workflow generation?

Anthropic acknowledges ongoing evaluation of safety and reliability, especially regarding autonomous orchestration, but no significant issues have been reported yet.

Can users customize the workflows Claude generates?

Users can specify the use of workflows and influence their structure through prompts, but the internal orchestration code is generated automatically by Claude based on the task.

Source: ThorstenMeyerAI.com

You May Also Like

Understanding Anthropic’s $965B Series H: The Compute Revolution

Anthropic’s latest $65 billion funding round signals a strategic shift toward massive hardware investments, securing compute capacity for AI scaling at unprecedented levels.

The Memento Constraint: Why Continual Learning Is the Trillion-Dollar Bottleneck Nobody Is Pricing

Exploring how the inability of current AI models to learn continually could reshape the trillion-dollar enterprise AI economy, with insights from recent research.

RHEO on Steam: One Toy, Every Screen

RHEO is coming to Steam, offering a fluid art experience across PC, Steam Deck, VR, and more with seamless syncing and a single purchase.