Emerging
May 28, 20261
50%
Anthropic Introduces Dynamic Workflows in Claude Code for Complex Task Automation

Anthropic announced dynamic workflows in Claude Code, enabling parallel orchestration of multiple AI subagents to complete complex coding tasks end-to-end. The feature, available in research preview across multiple platforms, reduces project timelines from weeks to days by breaking tasks into subtasks and automatically coordinating hundreds of parallel agents with verification checkpoints.

Quick Facts
Who
Anthropic
What
Launch of dynamic workflows in Claude Code
When
May 28, 2026
Where
Claude Code CLI
- Launch of dynamic workflows in Claude Code
- Orchestration of parallel subagents
- Automated bug hunts, migrations, and code reviews
- Bun rewrite from Zig to Rust
- Anthropic
Anthropic has launched dynamic workflows in Claude Code, a new capability that enables the AI assistant to orchestrate multiple parallel subagents to tackle complex, large-scale coding tasks end-to-end. The feature, now available in research preview, allows Claude to break down ambitious projects into subtasks and coordinate hundreds of parallel agents working simultaneously, significantly accelerating work that would traditionally take weeks or months to complete.
Dynamic workflows are accessible through multiple interfaces including the Claude Code CLI, Desktop, VS Code extension, and Claude API, as well as through cloud platforms Amazon Bedrock, Vertex AI, and Microsoft Foundry. The feature is available to Max, Team, and Enterprise plan subscribers where admin access permits. Users can initiate workflows either by directly requesting Claude to create one or by enabling the new "ultracode" setting, which automatically determines when to deploy a workflow based on task complexity.
The workflows excel at handling several categories of work: codebase-wide bug hunts and security audits that search repositories in parallel with independent verification of findings; large-scale migrations and modernization efforts spanning thousands of files; and critical tasks requiring multiple independent reviews before completion. The system dynamically plans based on user prompts, checks results before integrating them, and continues iterating until answers converge, with progress automatically saved throughout the process.
A notable proof of concept demonstrates the capability's scale: Bun's rewrite from Zig to Rust involved dynamic workflows orchestrating parallel agents to map appropriate Rust lifetimes, generate behavior-identical code ports across hundreds of files, and optimize the resulting codebase. The project produced approximately 750,000 lines of Rust code with 99.8% of the existing test suite passing, completed in eleven days from first commit to merge.
Anthropic cautions that dynamic workflows consume substantially more tokens than standard Claude Code sessions and recommends starting with scoped tasks to understand usage patterns. The feature is designed for long-running work extending into hours and days, with built-in progress saving allowing interrupted jobs to resume. For optimal performance, users are advised to enable auto mode when using dynamic workflows.
Topics
Why This Matters
Dynamic workflows in Claude Code represent a significant leap in AI-assisted development, enabling enterprises to tackle large-scale engineering challenges—from codebase migrations to security audits—at unprecedented speed and scale. By reducing project timelines from weeks to days and automating coordination of hundreds of parallel agents, this capability directly addresses productivity bottlenecks in complex software engineering. For development teams and organizations managing legacy systems or undertaking major refactoring initiatives, this feature offers concrete time and cost savings, while the verification checkpoints built into the workflow help maintain code quality and reliability.
Timeline & Sources
May 28, 2026
WireAnthropic announces dynamic workflows in Claude Code research preview
May 28, 2026
WireDynamic workflows become available across Claude Code CLI, Desktop, VS Code extension, and API platforms