Anthropic Launches Claude Opus 4.8 With Agentic Improvements and New Features (2026)

Claude Opus 4.8 launched May 28, 2026 with effort control, a cheaper 2.5x fast mode, and dynamic workflows for agentic coding. What changed, per Anthropic.

By Comparee Radar TeamReviewed by the Comparee editorial teamUpdated

Key takeaways

  • Anthropic released Claude Opus 4.8 on May 28, 2026, with improvements in agentic coding, computer use and reasoning over Opus 4.7, according to 9to5Google and Anthropic.
  • A new effort control on claude.ai lets users choose how much effort Claude puts into a task — higher settings think more deeply, lower settings respond faster.
  • Fast mode runs at 2.5x speed and is three times cheaper than it was for previous models, per Anthropic.
  • Claude Code gains dynamic workflows: Claude can plan a job, then run hundreds of parallel subagents in a single session and verify its own outputs.
  • Standard pricing is unchanged from 4.7 at $5 per million input tokens and $25 per million output tokens, as reported.

Anthropic launched Claude Opus 4.8 on May 28, 2026, positioning it as a "modest but tangible improvement" over Opus 4.7 with stronger agentic coding, computer use and reasoning — alongside three notable new features: user-facing effort control, a cheaper and faster "fast mode," and "dynamic workflows" in Claude Code. That summary comes from Anthropic's own announcement and reporting by 9to5Google. The headline is not a leap in raw intelligence but a sharpening of how the model works as an agent — how reliably it writes and checks code, how it manages large jobs, and how much effort (and cost) you can dial up or down. This article walks through what is actually new, what "agentic improvements" mean in practice, and how Opus 4.8 fits the crowded 2026 model landscape — based strictly on the linked sources.

What's new in Claude Opus 4.8

According to Anthropic, Claude Opus 4.8 is an upgrade to the Opus class aimed at coding, agentic tasks and long-running professional work. 9to5Google frames the overall gain as a "modest but tangible improvement" over Opus 4.7 rather than a dramatic jump — the model shows improvements across multiple benchmarks, with the biggest gains concentrated in agentic tasks. The most concrete reliability claim Anthropic makes is about code quality: Opus 4.8 is described as around four times less likely than its predecessor to allow flaws in code it has written to pass unremarked. In plain terms, the model is reportedly better at catching its own mistakes before handing work back to you — a meaningful property for anyone using it to write or review code unsupervised.

Three user-facing features anchor the release. First, effort control: on claude.ai (and, per Anthropic, in its Cowork product), a new control sits next to the model selector and lets you choose how much effort Claude puts into a response. Higher effort settings let the model think more frequently and more deeply for better answers; lower settings respond faster and consume rate limits more slowly. Second, fast mode, which Anthropic says runs at 2.5x the speed of standard mode and is now three times cheaper than it was for previous models. Third, dynamic workflows in Claude Code, which Anthropic describes as the ability to plan a large job and then run hundreds of parallel subagents in a single session before verifying outputs and reporting back. Anthropic notes dynamic workflows are available in research preview for Enterprise, Team and Max plans.

On benchmarks, Anthropic's announcement cites a couple of specific figures: 84% on Online-Mind2Web (a web-agent benchmark), and a claim that Opus 4.8 was the only model to complete every case end-to-end on a "Super-Agent" benchmark it references. We are reporting these as Anthropic stated them; independent verification of vendor benchmarks is always worth waiting for. 9to5Google also notes Anthropic published a system card documenting comparisons with other models.

What "agentic improvements" actually mean

"Agentic" is one of the most-used and least-explained words in AI right now, so it is worth being precise. An AI agent is a model that does not just answer a single prompt — it takes a goal, breaks it into steps, uses tools (running code, browsing, editing files, calling APIs), observes the results, and keeps going until the task is done. "Agentic improvements," then, are gains in the skills that make that loop work reliably: planning a multi-step job, using tools correctly, staying on track over a long session, and — critically — checking its own work instead of confidently shipping something broken.

That framing explains why Opus 4.8's headline features matter more than a small benchmark bump. Dynamic workflows are a planning-and-parallelism upgrade: instead of grinding through a big task step by step, the model can decompose it and run many subagents at once, then verify the combined result. The "four times less likely to let code flaws pass" claim is a self-verification upgrade — the single most valuable trait for an agent you are not watching constantly, because the failure mode of agents is not usually "can't do it" but "did it wrong and didn't notice." And effort control is a cost-and-latency lever: agentic work can burn a lot of tokens, so letting you choose deep-and-thorough versus fast-and-cheap per task is a practical knob, not just a gimmick. Taken together, the release reads as Anthropic optimizing Claude for being run as an autonomous worker rather than a chat partner.

It also helps to understand why parallelism is such a big deal for agents specifically. A single agent working sequentially is bottlenecked by its own pace — each step waits for the previous one to finish, so a large refactor or a multi-file investigation can take a long, expensive session. Splitting that work across hundreds of subagents that run at the same time, as Anthropic describes for dynamic workflows, attacks the throughput problem directly: many independent pieces of a job can progress simultaneously, and the orchestrating model then stitches the results together and checks them. The catch with any parallel approach is coordination — making sure the pieces actually fit and that errors in one subagent do not quietly corrupt the whole result — which is exactly why Anthropic pairs the feature with a verification step before reporting back. For now it is a research preview limited to higher-tier plans, so real-world reliability at scale is still being proven, but the architecture is a clear statement of where agentic coding is heading: less hand-holding, more delegation, and a model that is trusted to manage its own sub-tasks.

Key features and availability

Here is what changed in Opus 4.8, where to find it, and the figures as reported by Anthropic and 9to5Google:

FeatureWhat it does / what changedAvailability & figures (as reported)
Effort controlChoose how much effort Claude puts into a task; higher = deeper thinking, lower = faster responses and slower rate-limit useOn claude.ai (and Cowork), next to the model selector
Fast modeFaster responses for latency-sensitive work2.5x the speed of standard mode; "three times cheaper than it was for previous models"
Dynamic workflowsPlan a large job, run hundreds of parallel subagents in one session, then verify outputsClaude Code; research preview for Enterprise, Team and Max plans
Code reliabilityBetter at catching flaws in its own code"Around four times less likely" than Opus 4.7 to let flaws pass unremarked
BenchmarksGains concentrated in agentic tasks; web-agent and "Super-Agent" results cited84% on Online-Mind2Web; only model to complete every Super-Agent case end-to-end
Pricing (standard)Unchanged from Opus 4.7$5 / million input tokens, $25 / million output tokens
Pricing (fast mode)Premium for speed$10 / million input tokens, $50 / million output tokens (per Anthropic)
Release / accessLaunched and available immediatelyMay 28, 2026; via claude.ai and Anthropic's platforms

One note on pricing: 9to5Google reports standard pricing is unchanged at $5/$25 per million input/output tokens, matching Opus 4.7. Anthropic's announcement additionally lists fast-mode pricing at $10/$50 per million tokens. Both figures are reproduced here as reported by the respective sources.

How it fits the 2026 AI model landscape

Opus 4.8 arrives during a period of unusually fast, incremental model releases. The "4.8" naming itself is a signal: rather than waiting for a numbered flagship leap, the major labs are shipping smaller, frequent upgrades that tune existing models for real workloads — and Anthropic's own "modest but tangible" language fits that pattern. 9to5Google places the launch in competitive context, noting that agents were a major focus at Google I/O alongside the upcoming Gemini 3.5 Pro, underscoring that agentic capability — not raw chat quality — is the battleground heading into the second half of 2026.

That context is worth keeping in mind when reading any single release. A four-times reduction in unremarked code flaws and an 84% web-agent score are genuinely useful if they hold up in practice, but they are vendor-reported figures from a fast-moving field where rivals are claiming similar agentic gains. The pragmatic read is that Opus 4.8 is an evolutionary, agent-focused refinement that lowers the cost and raises the reliability of using Claude as an autonomous worker — a direction every major lab is pushing at once. Whether it is the right model for a given job in mid-2026 still comes down to testing it on your own tasks rather than trusting any one benchmark.

There is also a pricing story underneath the features. Keeping standard rates flat at $5 and $25 per million tokens while making fast mode roughly three times cheaper than before is a deliberate move: it lowers the cost of exactly the high-volume, latency-sensitive agentic work that the rest of the release is built around. Effort control reinforces the same logic from the user's side, because it turns cost into a dial you set per task rather than a fixed property of the model. The combined effect is that running Claude as an agent — where a single job might involve thousands of tool calls and a great deal of generated text — becomes more economically predictable. For teams evaluating which model to standardize on, that predictability can matter as much as a benchmark number, since the real bill for agentic deployments comes from sustained, repeated use rather than one-off prompts. As always, the figures here are as reported by Anthropic and 9to5Google, and the sensible next step before committing is to measure cost and reliability on your own representative workloads.

The bottom line

Claude Opus 4.8 is not a reinvention; it is a sharpening. Per Anthropic and 9to5Google, the May 28, 2026 release keeps standard pricing flat while adding three practical features — effort control to trade depth against speed and cost, a fast mode that is reportedly 2.5x faster and three times cheaper than before, and dynamic workflows that let Claude Code plan and run hundreds of parallel subagents with self-verification. The most important claim for everyday use is reliability: a model said to be roughly four times less likely than its predecessor to let its own code flaws slip through. If those numbers hold in real use, Opus 4.8 is a meaningful step for anyone running Claude as an agent rather than chatting with it — and a clear signal of where the 2026 model race is heading.

Disclaimer: based on reporting by the linked source(s); figures as reported.

Pricing, features and model availability can change over time. Always verify current details on each tool's official website before deciding.

Frequently Asked Questions

When did Claude Opus 4.8 launch?

Anthropic released Claude Opus 4.8 on May 28, 2026, and made it available immediately via claude.ai and its platforms, according to 9to5Google and Anthropic.

What is new in Claude Opus 4.8?

Three features stand out: effort control on claude.ai to choose how hard Claude works on a task, a fast mode that runs at 2.5x speed and is three times cheaper than before, and dynamic workflows in Claude Code that plan a job and run hundreds of parallel subagents with self-verification. It also shows gains in agentic coding, computer use and reasoning over Opus 4.7.

What does "agentic" mean here?

An AI agent takes a goal, breaks it into steps, uses tools (running code, browsing, editing files), observes results and keeps going until the task is done. Agentic improvements are gains in planning, tool use, staying on track over long sessions, and — most importantly — checking its own work.

How much does Claude Opus 4.8 cost?

Per 9to5Google, standard pricing is unchanged from Opus 4.7 at $5 per million input tokens and $25 per million output tokens. Anthropic additionally lists fast-mode pricing at $10 per million input tokens and $50 per million output tokens. Figures are as reported by each source.

Is Claude Opus 4.8 a big upgrade over Opus 4.7?

9to5Google describes it as a "modest but tangible improvement" rather than a dramatic leap, with the biggest gains in agentic tasks. Anthropic's most concrete reliability claim is that it is around four times less likely than Opus 4.7 to let flaws in its own code pass unremarked.

What benchmark results did Anthropic report?

Anthropic cited 84% on the Online-Mind2Web web-agent benchmark and said Opus 4.8 was the only model to complete every case end-to-end on a "Super-Agent" benchmark it references. These are vendor-reported figures and worth verifying independently.

Don't just pick a tool — get the whole workflow

Tell Comparee your goal and get a complete step-by-step AI workflow with the right tool for every step.