NativeAIHub

Dynamic Workflows

All paid plans (research preview, requires v2.1.154+)2 min read
Plain PromptingSubagentsDynamic Workflows
OrchestratorYou guide Claude turn by turnClaude spawns workers and decides next stepsA JavaScript script controls the entire operation
Results locationIn the conversation contextIn the conversation contextIn script variables (out of context window)
ScaleSingle exchangeA few workers per turnUp to 1,000 agents per run, 16 concurrent
ResumableNo (turn restarts on interruption)No (turn restarts on interruption)Yes, within the same session
Best forSimple, focused tasksSmall to medium delegationLarge scale audits, migrations, adversarial verification

0

Maximum agents per workflow run

0

Maximum concurrent agents

0

Intermediate results in context window

Dynamic workflows are in research preview

Workflows launched on 28 May 2026 alongside Opus 4.8 and require Claude Code v2.1.154 or later. They are available on all paid plans (Pro, Max, Team, Enterprise) with Anthropic API access, and on Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry. On Pro plans, workflows must be enabled manually in /config. Features and limits may change during the preview period.

Start with /deep-research

The easiest way to experience workflows is the built-in /deep-research command. It fans out web searches across several angles, fetches and cross-checks sources, has independent agents vote on each claim, and filters out anything that does not survive cross-checking. The result is a cited report with high confidence findings. This gives you a feel for how workflows operate before you start triggering them for code tasks.