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

Anthropic’s Claude AI has introduced a new capability: it can now build and orchestrate its own team of agents on the fly, enabling it to better handle complex, multi-step tasks. This feature, called dynamic workflows, marks a significant step in autonomous AI orchestration, addressing common limitations faced by single-agent systems in high-value or lengthy projects.

The new feature allows Claude to generate a custom ‘harness’ — a small JavaScript program — that manages multiple subagents, each with dedicated roles such as dispatching, specialized task execution, independent review, or verification. This approach mimics human team management by dividing work into focused parts, reducing issues like agent laziness, self-bias, and goal drift.

According to Anthropic, this mechanism is particularly useful for complex, high-stakes tasks such as large code refactoring, extensive research routines, or comprehensive fact-checking. Claude can decide which model to deploy for each subtask, run agents in isolated workspaces, and even resume interrupted workflows, making the process highly adaptable and scalable.

Technically, the workflow is a dynamic JavaScript program that Claude writes and executes, capable of spawning multiple agents, coordinating their actions, and merging results. It can employ various orchestration patterns, including classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done, each reflecting familiar team management strategies.

At a glance
updateWhen: announced recently, current implementat…
The developmentClaude now dynamically constructs and manages its own team of subagents to handle complex, multi-stage tasks in real time.
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

Potential Impact on AI-Driven Complex Workflows

This development could significantly enhance the ability of AI systems to perform complex, multi-stage tasks reliably, reducing errors caused by single-agent limitations. It also suggests a shift toward more autonomous, self-managing AI capable of orchestrating its own teams, which could impact industries relying on AI for research, software development, and quality assurance.

While promising, this feature is currently designed for high-value tasks and involves increased token usage. Its adoption could lead to more scalable and resilient AI workflows, but further testing is needed to understand its limits and best practices.

Amazon

JavaScript automation tools for AI workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Capabilities

Anthropic’s Claude has been developing multi-agent capabilities for some time, with earlier efforts focusing on static workflows and SDK-based multi-agent setups. The latest iteration introduces dynamic, self-generated workflows, representing a notable advancement in AI orchestration. This builds on prior research into agent collaboration, goal management, and task decomposition, aiming to improve performance in complex environments.

Previous versions relied on manual setup or static scripts, limiting flexibility. The new approach allows Claude to generate tailored harnesses for specific jobs, reducing the need for human intervention and increasing adaptability. This aligns with broader trends toward autonomous AI systems capable of managing their own workflows in real time.

“Claude’s ability to write and execute its own orchestration scripts marks a new level of autonomy in AI workflows.”

— Thorsten Meyer, AI researcher

Amazon

AI task orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Workflow Reliability and Limits

It is still unclear how well this system performs across a broad range of real-world applications, especially outside controlled testing environments. The scalability, robustness, and safety measures for autonomous workflow management require further evaluation. Additionally, the impact on resource consumption and cost remains to be fully assessed.

Amazon

multi-agent AI system development kit

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Testing and Adoption of Dynamic Workflows

Anthropic plans to further test this feature in diverse high-stakes scenarios, gather user feedback, and refine the orchestration patterns. Broader deployment is likely to follow once stability and safety are confirmed. Industry observers expect this capability to influence how AI systems are integrated into complex operational processes, potentially setting new standards for autonomous AI management.

The ClickUp 4.0 AI Handbook for Beginners and Business Owners: Master AI Agents, Workflow Automation, Project Management, Team Collaboration, ... Productivity (Business Software AI Platforms)

The ClickUp 4.0 AI Handbook for Beginners and Business Owners: Master AI Agents, Workflow Automation, Project Management, Team Collaboration, … Productivity (Business Software AI Platforms)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Claude decide which agents to build for a task?

Claude analyzes the task requirements and employs predefined orchestration patterns, such as classification, parallel processing, or verification, to generate a tailored team of subagents.

Is this feature available for all types of tasks?

No, it is optimized for complex, high-value tasks where dividing work and independent verification improves reliability. Simple tasks like fixing typos are not suited for this approach.

Does this increase the cost or resource usage of running Claude?

Yes, dynamic workflows involve more tokens and computational resources, which may lead to higher costs for complex task execution.

Can users customize or control how Claude builds its team?

Currently, users can trigger workflow creation through specific prompts or keywords like ‘ultracode,’ but detailed customization options are still under development.

Source: ThorstenMeyerAI.com

You May Also Like

VoidZero Is Joining Cloudflare

VoidZero, creator of Vite and related tools, joins Cloudflare, ensuring continued open-source development and ecosystem support amid new resources.

Different Game, or Already Lost? Reading Mistral’s Sovereignty Bet

Mistral is pitching full-stack sovereign AI for Europe, betting on local deployment, open weights and enterprise control over frontier scale.

When One Agent Isn’t Enough: Claude Now Builds Its Own Team Of Agents On The Fly

Anthropic’s Claude now builds its own team of agents dynamically to handle complex tasks more effectively, marking a significant upgrade in AI orchestration.

YouTube TV subscribers can get 50% off Google TV Streamer

YouTube TV subscribers can now get the Google TV Streamer at half-price through a limited-time promo, enhancing their streaming setup.