Anthropic Launches Claude Opus 4.8 with Dynamic Workflows and Enhanced Fast Mode
Anthropic has launched Claude Opus 4.8, alongside dynamic workflows and a cheaper fast mode, aimed at enhancing AI-driven coding and workflow automation.

s Claude Opus 4.8 with Dynamic Workflows and Enhanced Fast Mode">
Anthropic has unveiled Claude Opus 4.8, a significant update that brings with it two major Claude Code updates: dynamic workflows and an enhanced fast mode. The dynamic workflow feature allows users to run multiple subagents in parallel, streamlining complex tasks. This feature, available in research preview, enables Claude to orchestrate subagents at scale through a JavaScript script written by Claude itself.
Dynamic workflows are designed to improve efficiency by allowing the runtime to execute tasks in the background while keeping the user's session responsive. This is achieved by storing intermediate results in script variables, rather than Claude's context window, which only holds the final answer. This core difference sets dynamic workflows apart from subagents and skills.
The feature requires Claude Code v2.1.154 or later and is compatible with the CLI, Desktop, and VS Code extension, available on Max, Team, and Enterprise plans. To initiate a workflow, users can either include the word 'workflow' in their prompt or enable 'ultracode,' which combines high reasoning effort with automatic workflow orchestration. Claude Code also comes bundled with '/deep-research' as a built-in workflow.
When a workflow is launched, Claude dynamically plans and breaks down the task into subtasks, which are then executed by subagents running in parallel. These agents work independently, refute each other's findings, and iterate until the answers converge. Anthropic has implemented hard limits for workflows, capping concurrent agents at 16 and total agents per run at 1,000.
The workflow script itself is sandboxed, unable to interact with the filesystem or shell, ensuring security. Progress is saved as the run proceeds, allowing interrupted jobs to resume within the same session. Anthropic highlighted a notable example where Jarred Sumner used dynamic workflows to port Bun from Zig to Rust, achieving a 99.8% pass rate on the existing test suite and producing 750,000 lines of Rust code in just eleven days.
In addition to dynamic workflows, Anthropic has also made fast mode more affordable for Claude Opus 4.8. Fast mode, which delivers 2.5x faster output token speeds without compromising model intelligence, is now three times cheaper than its previous pricing for Opus 4.7 and 4.6. Priced at $30/$150 per MTok, fast mode is ideal for rapid iteration and live debugging, drawing from usage credits rather than a user's plan.
Source: MarkTechPost