Anthropic launched Claude Opus 4.8 on May 28, 2026. It replaces Opus 4.7 as Anthropic’s most capable general model and lands with three buyer-relevant changes: better agentic performance, new effort controls, and a major Claude Code workflow feature.
This is not just another benchmark post. The practical story is that Anthropic is making Claude more controllable for long-running work: choose effort level, let Claude Code split a hard task across parallel subagents, and keep standard Opus API pricing flat at $5 per million input tokens.
What changed
Anthropic says Opus 4.8 improves on Opus 4.7 across coding, agentic skills, reasoning, and professional work. The official docs now describe Opus 4.8 as the starting point for the most complex reasoning, long-horizon agentic coding, and high-autonomy work.
The launch also adds:
- Dynamic workflows in Claude Code. Claude can plan a large task, fan it out across tens or hundreds of parallel subagents, verify the output, and report back with one coordinated result.
- Effort controls. Claude users can choose lower effort for speed or higher effort for harder tasks. Claude Code exposes
xhighand anultracodesetting for workflow-heavy jobs. - Cheaper fast mode. Opus 4.8 fast mode runs at 2.5x speed and costs $10 per million input tokens and $50 per million output tokens.
- Messages API instruction updates. Developers can place system entries inside the messages array so an agent harness can update instructions mid-task without breaking prompt caching.
Why this matters for buyers
The biggest shift is not raw intelligence. It is parallelized agent execution.
Most coding agents still struggle when the job is too broad for one context path: a whole-codebase migration, a security audit across many services, dead-code cleanup, or a modernization task with many independent files. Dynamic workflows turn Claude Code into something closer to an orchestration layer. Claude can break the work apart, run independent checks, and converge on a result.
That is powerful, but it changes cost and governance. Anthropic warns that dynamic workflows can consume substantially more usage than a typical Claude Code session. The first run asks for confirmation, and organization admins can disable workflows through managed settings.
Plan guidance
For individual Claude users, the practical plan advice changes:
- Use Pro for normal Claude writing, analysis, and lighter coding help.
- Use Max if Claude Code or Opus 4.8 is part of your daily work.
- Use Team or Enterprise when dynamic workflows need admin controls, managed settings, and shared governance.
- Use the API when you are building an agent product and need explicit pricing, logging, and harness control.
Fast mode is worth testing only if latency matters enough to pay the premium. Standard Opus 4.8 pricing stayed flat relative to Opus 4.7, so teams should benchmark actual prompts before assuming a cost increase or decrease.
Watch-outs
Dynamic workflows are not a permission model. They are a work execution model. Teams still need repository permissions, branch protections, secrets hygiene, test gates, logs, and human approval before large migrations or security-sensitive edits land.
The better way to think about Opus 4.8 is: stronger autonomous work, but with more need for budget and policy controls.
AiPedia verdict
This is a major Claude and Claude Code release. Opus 4.8 is now the Claude model to evaluate for serious reasoning, coding, and agentic work. Dynamic workflows are especially important because they make Claude Code more credible for codebase-scale jobs that used to require a human to manually decompose the work.
For buyers comparing Claude, Claude Code, Codex, Cursor, and GitHub Copilot, the next question is no longer only “which model is smartest?” It is: which agent can plan, parallelize, verify, stay within budget, and leave an evidence trail before code reaches production?
Sources
Primary and corroborating references used for this news item.