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

Claude has launched a new feature called dynamic workflows, allowing it to automatically assemble and coordinate teams of agents for complex tasks. This innovation aims to improve performance on high-value, multi-step projects by addressing limitations of single-agent operation.

Claude has introduced a new feature called dynamic workflows, enabling the AI to autonomously assemble and coordinate multiple subagents for complex tasks. This development allows Claude to perform high-value, multi-step projects more effectively, addressing limitations seen with single-agent operation. The feature represents a step toward more autonomous, team-like AI behavior, according to Anthropic.

Developed by Anthropic’s Claude Code team, the dynamic workflows feature enables Claude to write and execute small JavaScript programs that orchestrate multiple subagents. These subagents can be assigned specific roles, such as specialists, reviewers, or judges, each working within isolated contexts to improve accuracy and reduce bias. This approach is designed for complex tasks that exceed the capabilities of a single agent, such as large-scale code rewrites or comprehensive research routines.

Mechanically, Claude generates a custom harness—essentially a tailored program—that manages subagent spawning, coordination, and data flow. It can choose appropriate model sizes for each subtask and determine whether subagents operate in separate worktrees, preventing interference. The ‘dynamic’ aspect refers to the ability to generate these harnesses on the fly, adapting to the specific needs of each task, rather than relying on static, pre-built workflows. This allows Claude to handle unpredictable or evolving workloads more effectively.

Anthropic emphasizes that this feature is resource-intensive and best suited for high-value tasks. It is not intended for simple operations like fixing typos but aims to improve performance on tasks requiring parallel processing, adversarial review, or iterative refinement. The system employs orchestration patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, mirroring techniques used by skilled human team leads.

At a glance
updateWhen: announced recently, ongoing implementat…
The developmentClaude now dynamically creates and manages teams of agents during task execution, marking a significant advancement in AI orchestration 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 Complex Task Management

This innovation marks a significant step in AI autonomy, allowing Claude to emulate team-based workflows traditionally performed by humans. By dynamically assembling specialized subagents, Claude can address failure modes common in single-agent setups, such as partial work, bias, and goal drift. This enhances AI reliability and opens new possibilities for automating complex, multi-stage projects across industries like software development, research, and customer service.

For organizations, this means more efficient handling of intricate tasks that previously required manual oversight or multiple AI systems. It also signals a shift toward more sophisticated orchestration capabilities, where AI can adapt its internal structure to meet the demands of each unique project, reducing the need for extensive human intervention.

However, the approach’s resource demands and complexity mean it may not be suitable for all applications, and careful management will be necessary to prevent overuse or misapplication of the technology.

Amazon

AI task orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

The development of dynamic workflows builds on a series of advances in AI orchestration, including Anthropic’s previous work on skills packages and looping mechanisms for task delegation. Historically, single-agent AI systems have struggled with long, complex, or adversarial tasks due to issues like goal drift and bias. Prior to this, static multi-agent setups required manual configuration and lacked adaptability.

Anthropic’s recent announcement completes a trilogy of innovations aimed at improving AI performance on high-value projects. The introduction of dynamic workflow generation represents a move from static, pre-programmed orchestrations to flexible, self-constructed teams that can adjust in real time. This approach is similar to human management strategies, where dividing work and independent review improve outcomes.

While technically complex, this development aligns with broader industry trends toward autonomous AI systems capable of managing their own internal processes to handle larger, more nuanced tasks effectively.

“Dynamic workflows enable Claude to write and execute custom orchestration programs, effectively building its own team for complex tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

multi-agent AI workflow tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Practical Constraints of Dynamic Workflows

It is not yet clear how widely and effectively this feature will be adopted across different industries or use cases. The resource demands and complexity may limit its application to only high-value, specialized tasks. Additionally, the long-term reliability and potential for unforeseen failures in autonomous orchestration remain to be seen, as the technology is still in early deployment stages.

Anthropic has cautioned that the feature is resource-intensive and best suited for tasks where accuracy and depth outweigh cost and simplicity. How organizations will balance these factors in practice is still uncertain.

Amazon

AI programming for dynamic workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deploying and Testing Dynamic Workflows

Anthropic plans to continue refining the dynamic workflows feature through real-world testing and user feedback. Future updates may include enhanced automation, broader model selection options, and better tools for monitoring and managing orchestrated agents. Industry adoption is expected to grow as organizations explore high-impact applications in research, software engineering, and complex decision-making.

Additionally, Anthropic may publish case studies demonstrating successful implementations, helping to establish best practices and expand understanding of the technology’s capabilities and limitations.

Amazon

AI agent coordination platform

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What are dynamic workflows in Claude?

They are a feature that allows Claude to automatically generate and execute custom orchestration programs, effectively building teams of subagents tailored to specific complex tasks.

What types of tasks benefit most from this feature?

High-value, multi-step, or complex projects such as research routines, code rewrites, or large-scale fact-checking are the primary focus, where coordination and specialization improve results.

Is this feature resource-intensive?

Yes, Anthropic has emphasized that dynamic workflows require significantly more tokens and computational resources, making it best suited for critical, high-value tasks rather than simple operations.

How does this compare to static multi-agent systems?

Unlike static setups that require manual configuration, dynamic workflows generate tailored orchestration programs on the fly, offering greater flexibility and adaptability for unpredictable or evolving tasks.

When will this feature be generally available?

Details on broad rollout are not yet announced; currently, it is in the deployment and testing phase with selected partners and internal use cases.

Source: ThorstenMeyerAI.com

You May Also Like

Mobilised, Not Spent: What’s Left of Europe’s €200 Billion AI Offensive

Europe aims to mobilise €200 billion for AI, but only a fraction is committed, with most funds delayed or uncertain amid structural challenges.

AI Changelog Digest For Open-source Maintainers

A new AI-powered weekly digest tool for solo open-source maintainers is entering testing, aiming to simplify release summaries and dependency updates.

The Eye Over The City: How Wide-Area Motion Imagery Works — And Where It Goes Blind

An in-depth look at how WAMI technology works, its applications, limitations, and future developments in city and battlefield surveillance.

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

SpaceX completes a $60B all-stock purchase of Cursor, owning all AI layers except the model, which remains a weak point. Significance for AI industry grows.