Dynamic Workflows Is the Real Headline, Not the Model Bump
Anthropic itself calls the Opus 4.8 model gain 'modest but tangible' and openly signals that the new features shipped alongside the model may matter more than the model update [1]. The feature carrying that weight is Dynamic Workflows, a Claude Code research preview that turns codebase-scale automation into a scripted orchestration problem rather than a single prompt.
A Dynamic Workflow is, concretely, a JavaScript script that spins up parallel subagents [2]. The runtime allows up to 16 concurrent agents at any moment and caps each run at 1,000 agents total [3], available on Max, Team, and Enterprise plans running Claude Code v2.1.154 or later. Anthropic pairs this with two new commands surfaced in its launch demo, /goal for stating a feature spec and /remote-control for the 'hand off long-running coding work and walk away' pattern.
The practical capability that unlocks is unglamorous but consequential: Claude Code with Opus 4.8 can now carry out codebase-scale migrations across hundreds of thousands of lines [4]. That moves the model from per-file assistant into something closer to a scripted engineering process, which is also why Anthropic chose to bundle it with the release rather than ship it as a standalone tool.



