📊 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

Claude has launched a new feature called dynamic workflows, enabling it to autonomously assemble and manage teams of agents for complex tasks. This development addresses limitations of single-agent approaches, improving accuracy and efficiency in high-value projects.

Claude has introduced a new capability called dynamic workflows, allowing the AI to construct and manage its own team of specialized agents on the fly. This feature addresses longstanding limitations of single-agent processing in complex, high-value tasks, making Claude more effective at orchestrating multi-step projects without human intervention.

The new feature is part of Anthropic’s ongoing development of Claude, specifically in its third installment of the ‘skills package’ and workflow enhancements. Unlike traditional single-agent models that plan and execute within a fixed context window, Claude now writes small JavaScript programs—called workflows—that spawn and coordinate multiple sub-agents. These agents can operate in isolated environments, use different models suited to their specific task, and communicate results efficiently.

Anthropic emphasizes that this system is designed for complex, high-value tasks due to its increased token usage and computational demands. The workflows can implement various orchestration patterns, such as classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done. These patterns mirror the strategies used by skilled human team leaders, enabling Claude to perform tasks like deep research, fact verification, ticket ranking, and code merging more effectively.

Under the hood, a dynamic workflow is a small program that can resume if interrupted, decide which model to deploy for each sub-agent, and run agents in parallel without conflicts. Claude can generate these workflows automatically, tailoring them to specific tasks when prompted with keywords like ‘ultracode.’ This capability enhances the AI’s ability to handle multi-faceted projects that require dividing work among independent agents.

At a glance
updateWhen: announced March 2024
The developmentClaude now dynamically creates and orchestrates its own team of agents during task execution, marking a significant advancement in AI workflow automation.
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 Collaboration and Complex Tasks

This development signifies a step toward more autonomous and scalable AI systems capable of managing multi-agent collaborations without human oversight. It could transform workflows in sectors like software development, research, and customer support by enabling AI to handle complex projects more reliably and efficiently. However, the increased token consumption and computational costs mean it is best suited for high-value, intricate tasks rather than simple corrections or straightforward inquiries.

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Multi-Agent AI Systems at Anthropic

Anthropic has been progressively advancing Claude’s capabilities through a series of updates focused on skills, loops, and now dynamic workflows. Previous efforts concentrated on enabling Claude to perform complex reasoning and task delegation. The current innovation builds on these by allowing Claude to autonomously generate orchestration scripts—small programs that manage multiple sub-agents—effectively simulating a human team leader orchestrating a team.

This approach addresses known limitations of single-agent models, such as agentic laziness, self-preferential bias, and goal drift, which become problematic in long or complicated tasks. By dividing work into focused sub-tasks, Claude can mitigate these issues, improving accuracy and reliability in high-stakes projects.

“Claude’s new dynamic workflows enable it to write and execute its own orchestration scripts, effectively building a team of specialized agents tailored to complex tasks.”

— Thorsten Meyer, AI Research Lead at Anthropic

Amazon

multi-agent AI system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Workflow Reliability and Cost

It remains unclear how well these dynamic workflows perform across different real-world applications and whether they can consistently avoid issues like goal drift or agent conflict in practice. Additionally, the impact on computational costs and token usage, which are higher than traditional models, has not been fully quantified or tested at scale.

Amazon

AI orchestration software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Deployment and Performance Evaluation

Anthropic plans to further test and refine Claude’s dynamic workflows in real-world scenarios, potentially expanding access to enterprise clients. Future updates may include more sophisticated orchestration patterns and performance metrics to evaluate efficiency, accuracy, and cost-effectiveness. Monitoring how these workflows perform at scale will determine their broader adoption.

Amazon

AI task management platform

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 small JavaScript programs called workflows that spawn and coordinate multiple specialized sub-agents, each with a focused task and isolated environment.

What types of tasks benefit most from dynamic workflows?

High-value, complex projects like research synthesis, code integration, or multi-step verification are ideal, as they require dividing work and independent review.

Does this increase the resource cost of using Claude?

Yes, dynamic workflows consume more tokens and computational resources, making them more suitable for demanding tasks rather than simple corrections.

When will this feature be generally available?

Anthropic has announced the feature in a developmental stage; wider deployment will depend on ongoing testing and refinement, with no specific date yet confirmed.

Can Claude’s workflows be customized for specific industries?

Yes, the workflows are programmable and can be tailored to particular tasks or industry requirements by adjusting the orchestration patterns and sub-agent roles.

Source: ThorstenMeyerAI.com

You May Also Like

Field service photo checklist for HVAC teams

HVAC teams are testing a new mobile photo checklist to improve job documentation, client proof, and safety labeling, with plans for a subscription model.

Opus 4.8 Lands, and the Quiet Headline Is Honesty

Anthropic releases Claude Opus 4.8 with notable improvements in honesty, safety, and efficiency, emphasizing reduced flaws and better alignment amid industry pressure.

The Memory Squeeze: Why Your RAM Bill Doubled

RAM prices have surged by 90% in 2026 as manufacturers reallocate capacity toward AI hardware, causing shortages and higher costs for consumers.

IdeaClyst: The Engine That Decides What’s Worth Building

A new idea engine called IdeaClyst analyzes roadmaps and market opportunities to recommend valuable product ideas, filling a key tooling gap for product teams.