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, allowing it to create and manage its own team of sub-agents during complex tasks. This development aims to address limitations of single-agent models in handling large or intricate projects, marking a significant step in AI orchestration capabilities.

Anthropic has introduced a new capability in its AI model, Claude, allowing it to dynamically assemble and orchestrate a team of sub-agents during complex tasks. This feature, called dynamic workflows, enables Claude to write and execute its own orchestration scripts on the fly, improving its ability to handle high-value, multi-faceted projects. The development marks a significant evolution in AI autonomy and coordination, with potential implications for enterprise workflows and AI-assisted decision-making.

Dynamic workflows are a new feature that allow Claude to generate small JavaScript programs that manage multiple sub-agents, each with a specific role and isolated context. These sub-agents can be assigned different model configurations, such as faster or more powerful models, depending on the task. The workflow can also pause, resume, and adapt as needed, enabling more sophisticated task orchestration.

Anthropic emphasizes that this capability is designed for complex, high-value tasks rather than simple corrections like fixing typos. It is particularly useful for projects that require dividing work into specialized parts, verifying results independently, or running parallel processes to improve accuracy and efficiency.

Under the hood, Claude writes and runs small JavaScript programs that instantiate and coordinate sub-agents, applying patterns such as classify-and-act, fan-out-and-synthesize, adversarial verification, and tournament-style competitions. These orchestrations mimic the decision-making processes of skilled human managers and team leads, but are executed automatically by the AI.

At a glance
updateWhen: announced March 2024
The developmentClaude now autonomously constructs and manages a team of specialized agents during complex tasks using dynamic workflows, improving performance on high-value projects.
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 Autonomy and Workflow Management

This development signifies a major step toward more autonomous AI systems capable of managing complex, multi-stage projects without human oversight. By enabling Claude to build and oversee its own team of specialized sub-agents, organizations can potentially handle larger, more intricate tasks with less manual intervention. It also highlights a shift from static, pre-programmed workflows toward dynamic, adaptable orchestration that can respond to changing requirements in real time.

For enterprise users, this means more scalable and flexible AI solutions that can be tailored to specific needs, such as research, verification, or large-scale data processing. However, it also raises questions about control, transparency, and the potential for unintended behaviors if the orchestration logic is not carefully managed.

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 Multi-Agent AI Systems

Previously, AI models like Claude operated as single agents, executing tasks within a fixed context window. While effective for straightforward applications, this approach struggled with complex, multi-step projects due to issues like agent laziness, self-bias, and goal drift. To overcome these limitations, developers explored multi-agent systems, often built manually or with static workflows, but these approaches lacked flexibility and scalability.

Anthropic’s recent advancements build on these efforts by enabling Claude to generate its own orchestration scripts dynamically. This capability is part of a broader trend toward AI systems that can self-organize and manage their own workflows, reducing reliance on human-built harnesses and increasing adaptability.

The move toward dynamic workflows aligns with ongoing research into autonomous AI systems that can reason, plan, and execute complex projects with minimal human input, marking a significant milestone in this trajectory.

“By allowing Claude to write and run its own orchestration scripts, we enable it to handle complex projects more effectively, mimicking human team management in a scalable, automated way.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

AI sub-agent orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Safety and Control

It remains unclear how effectively the system can be monitored and controlled during autonomous workflow execution, especially in unpredictable or adversarial environments. The potential for unintended behaviors, such as sub-agent miscoordination or goal drift, has not been fully addressed. Additionally, the long-term reliability and safety implications of AI managing its own teams require further investigation.

Javascript: Guia do Programador

Javascript: Guia do Programador

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Evaluation

Anthropic plans to continue testing dynamic workflows in real-world scenarios, including enterprise applications and research projects. They aim to gather data on performance, safety, and control mechanisms, and to develop best practices for managing autonomous AI orchestration. Further updates are expected as the technology matures and broader adoption begins.

The AI Project Manager: The Framework for Successful AI-Enabled Enterprise Transformation

The AI Project Manager: The Framework for Successful AI-Enabled Enterprise Transformation

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Can Claude build and manage its own team in real-time now?

Yes, according to Anthropic, Claude can generate and execute its own orchestration scripts to manage multiple sub-agents during complex tasks.

Is this feature intended for everyday use or only for specialized projects?

The feature is designed for high-value, complex projects where dividing work and independent verification improve outcomes. It is not meant for simple tasks like typo correction.

What are the safety concerns associated with autonomous workflow management?

Uncertainties remain about how effectively the system can be monitored, and the potential for unintended behaviors, such as goal drift or sub-agent miscoordination, needs further study.

Will this capability be available to all users of Claude?

Details about rollout and access are not yet confirmed. The feature is currently in testing and evaluation phases.

How does this compare to static multi-agent systems?

Unlike static setups, Claude’s dynamic workflows enable on-the-fly script generation, allowing more flexible, task-specific orchestration that adapts during execution.

Source: ThorstenMeyerAI.com

You May Also Like

Enhance Your Life with AI-Powered Virtual Assistants

In today’s fast-paced world, it’s crucial to find ways to simplify our…

Unlock the Power of Data Mining – A Complete Guide

Are you ready to explore the enormous potential that data presents? In…

The Future of AI in Healthcare: Trends to Watch

We are on the verge of a revolutionary period in healthcare. The…

Unveiling the Hidden Advantages of AI in Finance

Did you know that artificial intelligence (AI) is revolutionizing the finance industry?…