📊 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 create and orchestrate its own team of sub-agents for complex tasks. This development aims to address limitations in single-agent AI performance on high-value, multi-faceted projects.

Anthropic’s Claude has introduced a new capability called dynamic workflows, allowing the AI to build and orchestrate its own team of sub-agents on the fly for complex tasks. This marks a substantial advancement in AI automation, addressing previous limitations of single-agent models in high-value or multi-step projects.

The feature enables Claude to dynamically generate a small JavaScript program that acts as a custom harness for task orchestration. This harness can spawn multiple specialized sub-agents, assign them focused roles, and coordinate their activities. The process involves selecting different model variants for each sub-agent, depending on the task’s complexity, and managing isolated workspaces to prevent interference.

According to Anthropic, this approach is especially useful for complex, high-value tasks such as large code refactoring, detailed research routines, or extensive fact-checking. The system can also resume interrupted workflows, making it suitable for long-running projects. The company emphasizes that this feature is not intended for simple tasks like fixing typos.

At a glance
updateWhen: announced March 2024
The developmentClaude now autonomously constructs and manages its own team of agents during execution, marking a significant upgrade in its ability to handle complex workflows.
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 Automation

This development demonstrates a move towards more autonomous, self-managing AI systems capable of handling multi-faceted projects without constant human oversight. It addresses core issues like agent laziness, bias, and goal drift by dividing work into focused, independent tasks. For organizations, this could mean more reliable and scalable AI-driven processes for complex problem-solving, research, and software development, potentially reducing human workload and error.

Multi-Agent AI Systems in Practice: A Practical Guide to Engineering Your Own Python-Based Agentic AI Framework with Tool Use, Memory, and Multi-Agent Workflows

Multi-Agent AI Systems in Practice: A Practical Guide to Engineering Your Own Python-Based Agentic AI Framework with Tool Use, Memory, and Multi-Agent Workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Orchestration Techniques

Previous iterations of Claude relied on static workflows or manual setup to coordinate multiple agents. The new dynamic workflow feature builds on Anthropic’s earlier work on skills packages and looping mechanisms, which allowed for more flexible delegation of tasks. The concept of orchestrating multiple sub-agents within a single task aligns with broader trends in AI toward multi-agent systems and automated workflow management.

This is part of a broader effort by Anthropic to enhance Claude’s capabilities in handling complex, high-stakes projects, following earlier updates that improved its reasoning and coding skills. The introduction of self-generated orchestration scripts marks a significant step toward more autonomous AI systems.

“Claude’s dynamic workflows enable it to write and execute custom orchestration scripts, effectively creating its own team of specialized agents for complex tasks.”

— Thorsten Meyer, AI researcher at Anthropic

JavaScript for Automation 2: Supercharge Your Mac with ChatGPT (Aquitaine Programming)

JavaScript for Automation 2: Supercharge Your Mac with ChatGPT (Aquitaine Programming)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Outstanding Questions on Deployment and Limitations

It is still unclear how widely this feature will be adopted in practice, and what specific performance gains it will deliver across different domains. The full scope of its reliability, safety, and potential failure modes remains to be tested in real-world settings. Additionally, the impact on resource consumption and operational costs has not been fully detailed by Anthropic.

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

AI Task Orchestration: Coordinating Complex Agent Workflows. A Comprehensive Guide to Building, Deploying, and Operating Multi-Agent AI Systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Testing and Adoption

Anthropic plans to release further documentation and case studies demonstrating how organizations can implement dynamic workflows. Expect pilot programs and user feedback sessions over the coming months, which will shape the refinement and broader deployment of this feature. Monitoring how it performs in diverse real-world scenarios will be key to understanding its full potential.

The Ai powered real estate agent : Subtitle: Automated Prompt Playbooks and Workflows to Win Listings, Generate Leads, and Save 15 Hours a Week

The Ai powered real estate agent : Subtitle: Automated Prompt Playbooks and Workflows to Win Listings, Generate Leads, and Save 15 Hours a Week

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 generates a small JavaScript program that acts as a custom harness, spawning multiple sub-agents with focused roles, coordinating their activities, and managing their execution flow based on the task requirements.

What types of tasks benefit most from this feature?

Complex, multi-step, high-value projects such as large code refactoring, detailed research, comprehensive fact-checking, and extensive data analysis are the primary targets for dynamic workflows.

Are there any limitations or risks associated with this approach?

Since the feature is designed for complex tasks, it uses more tokens and computational resources. Its reliability and safety in real-world applications are still being evaluated, and it may not be suitable for simple or low-stakes tasks.

Will this feature be available to all users immediately?

Deployment plans are still being finalized, with initial testing likely limited to select users or partners. Broader availability will depend on ongoing evaluations and refinements.

Source: ThorstenMeyerAI.com

You May Also Like

AI is being used to resurrect the voices of dead pilots

AI has been used to reconstruct the voices of pilots killed in a 2025 UPS crash, prompting the NTSB to review its data sharing policies and raise ethical questions.

The unbundling of the budget app. Why a conversational finance surface absorbs what the personal-finance apps charge for, and what survives the absorption.

OpenAI’s ChatGPT introduces a personal-finance feature, absorbing commodity layers of budgeting apps and reshaping the category. What remains and what changes?

The referral. How AI search severs the content-for-traffic contract that funded the open web.

New publisher-side data shows AI search is reducing Google referrals, with small publishers taking the steepest losses.

The trouble with digital textbooks

Digital textbooks face issues related to accessibility, cost, and usability, impacting their adoption in education systems worldwide.