📊 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 AI now has the ability to create and orchestrate its own team of sub-agents dynamically for complex tasks. This development aims to address limitations of single-agent workflows, especially in high-value or long-term projects. The feature is called ‘dynamic workflows’ and is designed for advanced use cases, not simple corrections.

Anthropic’s Claude AI has introduced a new feature called dynamic workflows, allowing it to automatically build and manage its own team of sub-agents during complex tasks. This marks a significant step in AI orchestration, enabling Claude to handle high-value or long-term projects more effectively, according to the company.

The dynamic workflows feature enables Claude to write and execute small JavaScript programs that spawn multiple specialized sub-agents, each with focused goals and isolated contexts. These sub-agents can operate in parallel, with the main workflow orchestrating their interactions, decision-making, and result synthesis. This approach addresses common failure modes of single-agent tasks, such as partial work, bias, and goal drift, by dividing labor and introducing independent review steps, including adversarial verification.

Anthropic emphasizes that this capability is primarily intended for complex, high-value tasks, as it requires significantly more tokens and computational resources. The system can decide which model to use for each sub-agent, and whether they should operate in isolated worktrees to prevent interference. The feature is triggered by specific prompts, such as the keyword ‘ultracode,’ and is built atop Claude Opus 4.8, leveraging advanced reasoning capabilities to generate tailored workflows.

At a glance
updateWhen: announced March 2024
The developmentClaude now autonomously constructs and manages its own team of agents during complex tasks, marking a new capability in AI orchestration.
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 Task Management

This development means that Claude can now autonomously assemble specialized teams to tackle complex problems, reducing the limitations associated with single-agent workflows. It enhances the model’s ability to perform multi-step reasoning, verification, and parallel processing, potentially transforming how AI handles high-stakes or intricate projects. For organizations, this could lead to more reliable outputs, better quality control, and expanded use cases beyond simple automation or fact-checking.

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

AI AGENT DEVELOPMENT AND ORCHESTRATION: Autonomous workflows tool integration and intelligent decision-making systems

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of AI Workflow Capabilities

Previous iterations of Claude focused on single-agent tasks, which often faced issues like incomplete work, bias, or goal drift over long or complex projects. The introduction of skills packages and looping mechanisms addressed some limitations, but the new dynamic workflows take this further by enabling real-time, autonomous team formation. This approach builds on Anthropic’s ongoing efforts to improve AI reasoning and orchestration, following earlier features that allowed Claude to perform multi-step reasoning and modular task execution.

While static workflows and hand-built harnesses existed, the new capability allows Claude itself to generate custom orchestration programs tailored to each task, leveraging its reasoning to optimize performance and reliability.

“Claude’s new dynamic workflows enable the model to write its own orchestration code, assembling specialized sub-agents on the fly for complex, high-value 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 Dynamic Workflow Use

It is not yet clear how widely this feature will be adopted in practice, or how it performs across different real-world scenarios. Details about limitations, safety measures, and potential risks associated with autonomous team formation are still emerging. Additionally, the extent to which this capability can be integrated into existing workflows or scaled for enterprise use remains to be seen.

Project Management with AI For Dummies

Project Management with AI For Dummies

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 dynamic workflows to select partners and gather feedback on its performance in complex tasks. Future updates may include enhanced safety controls, broader application examples, and integration with other AI orchestration tools. Monitoring real-world deployments will be critical to understanding its full potential and limitations.

Sub-Agents with Claude: Building Specialized AI Assistants and Task Automation with the Claude API (AI Development with Claude Book 1)

Sub-Agents with Claude: Building Specialized AI Assistants and Task Automation with the Claude API (AI Development with Claude Book 1)

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 and executes small JavaScript programs that spawn multiple sub-agents, each with specific goals, and orchestrates their interactions to complete complex tasks more reliably.

What types of tasks benefit most from dynamic workflows?

High-value, multi-step, or long-term projects that require detailed verification, parallel processing, or specialized knowledge are the primary candidates for this feature.

Is this feature available for general use now?

As of the latest announcement, dynamic workflows are being rolled out gradually to select partners for testing and feedback, with broader availability expected later.

What are the main limitations of this approach?

It requires more computational resources and tokens, is suited for complex tasks rather than simple fixes, and safety controls are still being refined to prevent unintended behaviors.

Source: ThorstenMeyerAI.com

You May Also Like

After 7 years in production, Scarf has reluctantly moved away from Haskell

After seven years in development, the team behind Scarf has announced a shift away from Haskell, citing practical challenges and strategic reasons.

OpenWiki: CLI That Writes And Maintains Agent Documentation For Your Codebase

OpenWiki introduces a command-line tool that automatically writes and maintains documentation for codebase agents, streamlining developer workflows.

Podman V6.0.0

Podman v6.0.0 has been officially released, introducing new features and improvements aimed at enhancing container management and security.

Grimfaste: Operations for a Fleet

Grimfaste introduces a control plane for managing large publishing fleets, focusing on operational health, link integrity, and GDPR compliance.