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 the AI to create and manage its own team of specialized agents for complex tasks. This development aims to address limitations of single-agent approaches in handling high-value or multi-faceted projects.

Anthropic’s Claude has introduced a new capability called dynamic workflows, enabling the AI to generate and manage its own team of specialized agents on the fly for complex, high-value tasks. This marks a significant evolution in AI orchestration, moving beyond single-agent limitations and addressing common failure modes in large-scale projects.

The feature allows Claude to write and execute small JavaScript programs that spawn multiple sub-agents, each with a focused brief and isolated context. These sub-agents can operate in parallel, use different models suited to their tasks, and communicate results back to the orchestrator. The process includes patterns like classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournaments, and loop-until-done, mirroring team management strategies used by human leaders.

According to Anthropic, this approach is especially useful for complex, multi-step projects such as code refactoring, research routines, fact-checking, and large-scale data analysis. The company emphasizes that the feature is more resource-intensive and suited for high-value tasks, not simple corrections or straightforward queries. It is enabled by Claude’s recent updates, including the ability to reason about tasks and write custom harnesses, which was shipped alongside Claude Opus 4.8.

At a glance
reportWhen: announced early 2024
The developmentClaude now autonomously constructs and orchestrates teams of sub-agents in real-time to improve performance on complex tasks.
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 Capabilities and Workflow Management

This development signifies a leap in AI autonomy, allowing Claude to manage complex workflows internally rather than relying solely on human orchestration or static setups. It addresses known failure modes like agent laziness, self-bias, and goal drift, which occur when a single agent handles multi-faceted tasks over extended periods. By dynamically assembling teams, Claude can improve accuracy, completeness, and reliability in high-stakes applications, such as software development, research synthesis, and quality assurance.

For organizations, this means more scalable and adaptable AI tools capable of handling diverse, complex projects with less human intervention. It also raises questions about resource consumption and the need for careful oversight, given the higher token and compute costs involved.

Design Multi-Agent AI Systems Using MCP and A2A: Engineer your own Python-based agentic AI framework with tool use, memory, and multi-agent workflows

Design Multi-Agent AI Systems Using MCP and A2A: Engineer 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 Multi-Agent AI and Workflow Orchestration

The concept of orchestrating multiple AI agents to perform complex tasks has been developing over recent years, with earlier efforts focusing on static setups and hand-coded workflows. Anthropic’s recent announcement builds on this by enabling Claude to generate tailored workflows dynamically, using reasoning capabilities introduced in Claude Opus 4.8. This aligns with broader trends in AI research aiming to improve task reliability, reduce errors, and manage long-term projects more effectively. Prior to this, most AI systems relied on single-agent models, which often struggled with multi-step or adversarial tasks, highlighting the need for more sophisticated orchestration.

“Claude’s ability to write and run its own orchestration scripts marks a new era in autonomous AI management, especially for complex, high-value tasks.”

— Thorsten Meyer, AI researcher at Anthropic

Unanswered Questions About Resource Use and Safety

It is not yet clear how resource-intensive these dynamic workflows are in practice, especially regarding token consumption and compute costs. The safety implications of autonomous team assembly, such as potential for unintended behavior or overuse of resources, remain under discussion. Anthropic has acknowledged the feature is intended for complex, high-value tasks but has not yet detailed safeguards or limitations in deployment scenarios.

Next Steps for Deployment and Evaluation

Anthropic plans to roll out the feature to select users for testing, focusing on applications like software refactoring, research synthesis, and large-scale data analysis. Further updates are expected to include performance benchmarks, safety protocols, and best practices for managing resource costs. Observers will watch for how well the system handles real-world, high-stakes projects and whether it can be integrated into broader AI workflows effectively.

Key Questions

How does Claude decide when to build a team of agents?

Claude assesses the complexity and scope of the task, determining if a multi-agent approach is necessary to ensure accuracy and completeness. The decision is based on task characteristics and user prompts.

Can users customize or influence the team composition?

Yes, users can trigger specific orchestration patterns or request workflows using keywords like ‘ultracode,’ which guide Claude to assemble and manage its team accordingly.

Is this feature available for all tasks?

No, Anthropic emphasizes that dynamic workflows are designed for complex, high-value projects and are resource-intensive. They are not intended for simple queries or minor corrections.

What are the safety considerations?

Anthropic is still evaluating safety protocols for autonomous team management, including safeguards against unintended behaviors and resource overuse. Details are forthcoming.

Will this feature reduce the need for human oversight?

While it automates some orchestration, human oversight remains important, especially for high-stakes or sensitive projects, to ensure proper management and safety.

Source: ThorstenMeyerAI.com

You May Also Like

Zig by Example

A new project called ‘Zig by Example’ has been launched to provide practical coding tutorials for the Zig programming language, attracting interest on Hacker News.

The $725 Billion Question: Hyperscaler Capex Q1 2026 and What the Earnings Don’t Answer

Major hyperscalers announced a combined $725 billion in AI infrastructure spending for 2026, raising questions about future revenue growth and industry dynamics.

Software engineering. The canonical case.

New data shows a 40% drop in junior developer hiring since 2022, with senior engineers benefiting from augmentation. The sector reveals a bifurcated AI impact.

DeepSWE – The benchmark that made the models spread out again

DeepSWE, released May 26, 2026, shows wider performance differences among AI coding models, challenging previous benchmark results and exposing flaws.