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, enabling it to create and manage its own team of agents for complex tasks. This development aims to address limitations of single-agent operation, especially for high-value or multi-faceted projects.

Anthropic has announced a new capability for its AI model, Claude, allowing it to dynamically build and manage its own team of agents during task execution. This feature, called dynamic workflows, aims to improve performance on complex, high-value projects by addressing the limitations of single-agent operation.

The dynamic workflows feature enables Claude to generate custom orchestration scripts in JavaScript, which spawn multiple specialized subagents, each with a focused goal. These subagents can operate in isolation, use different models, and coordinate through the generated harness, allowing for parallel processing, independent verification, and iterative refinement.

This development responds to known failure modes of single-agent systems, such as agentic laziness, self-preferential bias, and goal drift. By dividing tasks into smaller, independent parts, Claude can mitigate these issues, especially in complex projects like code refactoring, research synthesis, or large-scale fact-checking.

According to Anthropic, this feature is built for high-value, multi-step tasks rather than simple queries, and it uses more tokens to manage the orchestration process. The system can decide which model to assign to each subagent and whether to run them in isolated worktrees, enabling parallel execution and resumability.

At a glance
updateWhen: announced March 2024
The developmentAnthropic’s Claude now autonomously constructs and orchestrates teams of agents during task execution, 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 AI Workflow Management

This innovation marks a significant step in AI automation, enabling Claude to handle complex, multi-faceted projects more reliably. By autonomously creating and managing teams of agents, it reduces the risk of errors, bias, and incomplete work that often occur with single-agent approaches. This could lead to broader adoption of AI in enterprise workflows, especially in areas requiring rigorous verification, synthesis, and multi-stage processing.

Furthermore, the ability to tailor workflows dynamically enables more efficient resource allocation, potentially reducing costs and increasing throughput for high-stakes tasks. It also demonstrates a move toward more autonomous, self-orchestrating AI systems that can adapt to diverse project requirements without extensive manual configuration.

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting ... Frameworks for the Modern World Book 1)

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting … Frameworks for the Modern World Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems

The concept of orchestrating multiple AI agents has been explored in research and development, but practical implementations have been limited by the complexity of coordination and resource management. Anthropic’s recent release builds on previous work with static workflows and the Agent SDK, but introduces a fully dynamic, self-writing harness that can adapt to specific tasks in real time.

This development completes a trilogy of innovations from Anthropic’s Claude team, emphasizing skills packaging, looping for delegation, and now, dynamic workflows. Historically, single-agent AI systems have faced challenges like incomplete work, bias, and goal drift, especially on long or complex projects. The new feature aims to address these issues by enabling Claude to assemble task-specific teams, akin to human project management strategies.

“Dynamic workflows allow Claude to write its own orchestration scripts, effectively building a team of specialized agents tailored for complex tasks.”

— 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.

Unresolved Questions About Workflow Robustness

It is not yet clear how well the self-generated workflows perform across a broad range of real-world tasks outside controlled demonstrations. Details about the system’s reliability, error handling, and resource consumption in large-scale deployments are still emerging. Additionally, the extent to which this approach can be safely scaled without unintended behaviors remains under investigation.

21 KEYS to AI ORCHESTRATION: How to lead your team to embrace change: A practitioners playbook for leaders Practical strategies to navigate AI implementation foster innovation transform organizations

21 KEYS to AI ORCHESTRATION: How to lead your team to embrace change: A practitioners playbook for leaders Practical strategies to navigate AI implementation foster innovation transform organizations

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 roll out the dynamic workflows feature to select enterprise clients for testing in real-world environments. Further research will focus on measuring performance gains, robustness, and safety. The company may also develop user interfaces to better control and customize workflow generation, and explore broader applications in research, development, and enterprise workflows.

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

Generic Smart Home AI Voice Control Panel with Mechanical LCD Macro Keys for Effortless Task Automation and Application Management, Cross Platform Compatible for and OS X, ABS Material (White)

[EFFORTLESS VOICE CONTROL] Manage applications and automate tasks with 10 LCD mechanical buttons and a 2.01" auxiliary screen.

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 workflow, which spawns multiple subagents, each with a specific goal. These subagents operate independently and coordinate through the generated harness, enabling parallel processing and verification.

What types of tasks benefit most from dynamic workflows?

High-value, multi-step projects such as complex research, code refactoring, fact-checking, and large-scale synthesis benefit most, as they require dividing work, independent verification, and iterative refinement.

Is this feature available for all users now?

As of the announcement in March 2024, the feature is being tested with select enterprise clients and is not yet generally available. Wider deployment will depend on ongoing evaluation and safety assessments.

Are there risks associated with autonomous workflow generation?

Potential risks include unanticipated behaviors, resource overuse, or errors in task orchestration. Anthropic emphasizes that the system is designed for controlled, high-value tasks and is subject to ongoing safety and performance evaluations.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

Capital: The Lever Beneath the Levers

Analysis of how capital funding shapes AI infrastructure, the circular flow of investments, and the risks of a fragile, debt-financed AI boom in 2026.

Avengers Labs: How Ukraine Turned Its Front Line Into the World’s Scarcest AI Dataset

Ukraine has created Avengers Labs, a platform turning real combat drone footage into AI training data, transforming battlefield intelligence and defense capabilities.

Fable 5 Is Back. GPT-5.6 Is Next. And Anthropic Reportedly Already Has Something Stronger.

Fable 5 is back after an 18-day blackout, GPT-5.6 is in limited preview, and rumors suggest Anthropic has an even more capable model already developed.

Minerva. The opposite path.

Italy’s Minerva-3B, trained from scratch on 2.5 trillion tokens, scores just 4.9% on Italian school exams, raising questions about scale and investment in sovereign LLMs.