Claude Opus 4.7 launched on April 16, 2026, and Claude Opus 4.8 launched on May 28, 2026, exactly 41 days later. That cycle is unusually fast for an Opus release (Anthropic’s normal cadence between Opus dot-releases has been measured in months, not weeks), and the question every team running Opus is now asking is the same one: should you migrate from 4.7 to 4.8, and when is 4.7 still the right call? This post is the side-by-side comparison. Same family, same pricing tier, materially different capabilities on a few specific axes that matter for production use.
The short version: 4.8 is the better model on every published benchmark Anthropic and its early-tester partners reported, the honesty profile is meaningfully tighter, fast mode is substantially cheaper than it was on 4.7, and three new features (Dynamic Workflows in Claude Code, the effort dial on claude.ai and Cowork, mid-conversation system entries in the Messages API) ship alongside the model. Most teams should plan the migration. A small set of workloads still have legitimate reasons to stay on 4.7 for a few more weeks, which we’ll cover below. For the foundational post on Opus 4.8 itself, see our Claude Opus 4.8 launch coverage.
At-a-glance: the spec sheet
The headline numbers side by side, with sources noted in the workdoc:
- Release date. Opus 4.7: April 16, 2026. Opus 4.8: May 28, 2026. Cycle: 41 days.
- API model identifier. Opus 4.7:
claude-opus-4-7. Opus 4.8:claude-opus-4-8. - Context window. Both: 1 million tokens.
- Standard pricing. Both: $5 per million input tokens, $25 per million output tokens. Up to 90% savings with prompt caching, 50% savings with batch processing on both.
- Fast mode pricing. Opus 4.7: previous-generation fast-mode pricing. Opus 4.8: $10 per million input tokens, $50 per million output tokens, three times cheaper than the prior Opus generation’s fast mode, running at 2.5x the speed of standard inference.
- Image input. Both support high-resolution images up to 2,576 pixels on the long edge (roughly 3.75 megapixels), introduced in Opus 4.7 and carried forward in 4.8.
- Effort levels. Both expose
high(default),xhigh/extra, andmaxsettings. 4.7 introduced these via the API; 4.8 adds a user-facing effort dial on claude.ai and Claude Cowork. - Code-flaw rate. Opus 4.8 is approximately four times less likely than Opus 4.7 to allow code flaws to pass unremarked, per Anthropic’s own evaluations.
- Computer use. Opus 4.8 scores 84% on Online-Mind2Web, a meaningful jump over 4.7 per Browserbase’s testing.
- Mercor Super-Agent benchmark. Opus 4.8 is the only model in the field to complete every case end-to-end, beating prior Opus models and OpenAI’s GPT-5.5 at parity on cost.
- Harvey Legal Agent Benchmark. Opus 4.8 sets the highest recorded score and is the first model to break 10% on Harvey’s strict all-pass standard. (Opus 4.7’s score on the same benchmark trails 4.8 measurably.)
- Databricks Genie multimodal cost. Opus 4.8 reasons over PDFs, diagrams, and unstructured content at 61% lower token cost than 4.7.
- Headline Claude Code feature. Opus 4.7:
xhigheffort setting plus task budgets (hard token ceilings on agentic loops). Opus 4.8: Dynamic Workflows (hundreds of parallel subagents per session, with parent-Claude verification) on Enterprise, Team, and Max plans.
The shared baselines (price, context window, image support, model family positioning) are deliberate: Anthropic wants the migration to be a "free upgrade" for teams already on 4.7 rather than a re-platforming decision. The deltas are where 4.8 earns its release.
What 4.7 brought to the table in April 2026
Opus 4.7 was, at launch, Anthropic’s most capable generally available model. The release positioned the model around agentic coding, long-running autonomous tasks, structured enterprise workflows, and visual reasoning that benefits from higher-resolution image input. The capability story stood on a few specific shoulders.
Coding gains over Opus 4.6. SWE-bench Pro jumped from 53.4% on 4.6 to 64.3% on 4.7, a 10.9-point improvement in a single dot-release. SWE-bench Verified moved from 80.8% to 87.6%. Anthropic’s own internal 93-task coding benchmark lifted resolution by 13% over 4.6, including four tasks neither Opus 4.6 nor Sonnet 4.6 could solve.
Higher-resolution image input. Opus 4.7 took image input up to 2,576 pixels on the long edge (roughly 3.75 megapixels), more than three times the resolution of prior Claude models. For visual-reasoning workloads (diagrams, screenshots, document analysis), this was a real capability jump.
The xhigh effort setting and task budgets. Opus 4.7 introduced finer-grained control over how hard the model worked. The xhigh effort setting sat between the existing high and max options for situations where developers wanted more reasoning than the default but less than max. Task budgets let developers cap an agentic loop at a hard token ceiling, which made open-ended autonomous workloads safer to deploy.
Multi-step enterprise workflows. 4.7’s headline use case framing was "thorough and consistent on difficult work, with better results across professional knowledge work." Real workloads in legal, financial, and analyst domains saw measurable improvements over 4.6.
If 4.7 had landed in a less competitive market, it would have been celebrated as a clear generational step over 4.6. It did not land in that market.
What 4.8 brought 41 days later
Opus 4.8’s release explicitly builds on what 4.7 shipped, refines the rougher edges, and adds three substantive new features at the platform level. The post on the standalone Opus 4.8 release covers all of this; the highlights for comparison purposes:
The "honesty" fix. Opus 4.7 drew specific criticism from Cognition (the team behind Devin) for comment verbosity and tool-calling issues. Anthropic’s own alignment team reports that 4.8 is approximately four times less likely than 4.7 to allow code flaws to pass unremarked. Cognition’s published 4.8 testimonial explicitly states 4.8 "fixes the comment-verbosity and tool-calling issues we saw with Opus 4.7." This is the unusual case of a vendor admitting and shipping a fix for a specific predecessor regression.
Sharper agentic benchmarks. Mercor’s Super-Agent benchmark: 4.8 is the only model to complete every case end-to-end. Browserbase’s Online-Mind2Web: 84% (4.7 trails). Harvey’s Legal Agent Benchmark: 4.8 is the first model to break 10% on the all-pass standard, an accuracy lift Harvey explicitly translates into "how much real attorney work our customers can hand off with confidence."
Dynamic Workflows in Claude Code. New on the Enterprise, Team, and Max tiers. Lets Claude plan a complex task, run hundreds of parallel subagents in a single session, verify their outputs against the existing test suite, and report back. The motivating use case is codebase-scale migrations across hundreds of thousands of lines of code from kickoff to merge. Conceptually similar to the multi-agent orchestration trajectory across the industry (Google Antigravity’s Manager view, the various OpenAI Codex scaling efforts), but with a different implementation: parent Claude supervising the swarm rather than humans supervising a small fleet.
Effort control on claude.ai and Cowork. All plans. Adds a dial next to the model selector that lets users choose how much effort Claude puts into a response. The underlying levels (high, xhigh/extra, max) have been API-available since 4.7; what changed in 4.8 is the user-facing surface in the consumer apps. This shifts the "switch to a smarter model" pattern toward "stay on the right model, dial the effort."
Mid-conversation system entries in the Messages API. Developers can now inject new system-level instructions mid-task without breaking the prompt cache or routing through user turns. Architecturally significant for production agentic harnesses; not a headline feature but a real quality-of-life improvement.
Fast mode reprice. Opus 4.8 fast mode is three times cheaper per token than the previous Opus generation’s fast mode, at 2.5x the speed of standard inference. This changes the economics of latency-sensitive Opus workloads materially.
Reliability and the honesty gap
The most consequential difference between 4.7 and 4.8 may be the one that doesn’t have a single benchmark number to point at: how often the model gets things wrong while sounding confident, and how willing it is to push back on uncertain inputs.
Anthropic’s framing on Opus 4.8 emphasizes this dimension consistently. The launch post notes that early testers "found 4.8 more likely to flag uncertainties about its work and less likely to make unsupported claims." Bridgewater Associates’ published testimonial specifically calls out 4.8’s "tendency to proactively flag issues with the inputs and outputs of an analysis, something other models routinely missed and left to the users to catch." Anthropic’s alignment team adds that 4.8 reaches "new highs on our measures of prosocial traits like supporting user autonomy and acting in the user’s best interest," with misaligned-behavior rates substantially lower than 4.7 and similar to Anthropic’s best-aligned model, Claude Mythos Preview.
In day-to-day Claude Code use, this shows up as the model asking the right clarifying question before charging into a refactor, catching its own mistakes during code generation, building context across a multi-service exploration before making large changes, and pushing back when a proposed plan doesn’t hold up. Tom Pritchard at Stripe (the staff engineer quoted in Anthropic’s launch materials) characterized this as "noticeably better judgment."
For workloads where the cost of a confidently wrong answer is high (legal research, financial analysis, autonomous coding, anything where the model’s output gets acted on without close human review), the honesty gap is the single most important reason to migrate from 4.7 to 4.8.
Pricing: identical standard, meaningfully cheaper fast mode
The standard pricing is the same on both models: $5 per million input tokens, $25 per million output tokens. Prompt caching saves up to 90%; batch processing saves 50%. US-only inference is available at 1.1x for teams that need it. None of that changes between 4.7 and 4.8.
Fast mode is where the cost story matters. Opus 4.8 fast mode runs at $10 input / $50 output per million tokens. That’s three times cheaper than the previous Opus generation’s fast mode and 2x more expensive than 4.8 standard mode. For workloads that need both frontier-model quality and low latency (live coding assistance, interactive agent loops, real-time analysis), the fast-mode reprice on 4.8 changes the cost-benefit calculation enough that workloads previously running on Sonnet for latency reasons can reasonably reconsider Opus 4.8 fast mode.
A useful mental model: standard Opus 4.8 = lowest cost, deepest reasoning, slowest response. Fast mode = higher cost per token but faster response, now at a price point that’s competitive rather than punitive.
Tooling and ecosystem: what shipped alongside each
The features bundled with each release tell you a lot about where Anthropic was investing at the time.
With Opus 4.7 (April 16, 2026): higher-resolution image input, the xhigh effort setting, task budgets (hard token caps on agentic loops). The investment focus was visual reasoning and giving developers more control over agent runtime behavior.
With Opus 4.8 (May 28, 2026): Dynamic Workflows in Claude Code (parallel subagent orchestration), effort control on claude.ai and Cowork (user-facing dial for the levels 4.7 introduced via API), mid-conversation system entries in the Messages API. The investment focus shifted to multi-agent orchestration, consumer-facing controls, and harness ergonomics.
There’s a coherent through-line here. 4.7 made agents more controllable; 4.8 made multi-agent systems more buildable and made the controls more discoverable. Both moves are pieces of a broader trajectory toward agentic workflows as a first-class deployment pattern.
When Opus 4.7 is still the right answer (for a while)
The default recommendation is to migrate from 4.7 to 4.8. There are still a few workloads where staying on 4.7 for a little longer is reasonable.
If you have evaluation infrastructure pinned to specific Opus 4.7 outputs and you’re not yet ready to re-baseline your evals, run 4.7 until you can. Production rollouts with strict regression-test gates often have a few weeks of lag built into model migrations specifically to avoid surprising downstream consumers.
If you’re on a Claude Code plan tier where Dynamic Workflows isn’t available (Pro or below) and the primary reason you’d upgrade is the swarm pattern, the upgrade case is less compelling for now. The other 4.8 features (honesty improvements, benchmark gains, fast-mode reprice) are still meaningful, but the headline platform feature isn’t available to you yet.
If your workload is heavily dependent on the specific 4.7 behaviors that 4.8 changed (the comment-verbosity pattern, for example, if you happen to like verbose comments; or specific tool-calling patterns 4.8 reworked), test before migrating rather than treating the swap as a drop-in. Anthropic’s framing is that the changes are improvements; for most workloads they will be. For specific harnesses tuned to the predecessor behavior, validate first.
If you’re running unattended autonomous workloads with high token budgets and you haven’t yet validated that 4.8’s behavior under those conditions matches your safety expectations, run a staged migration with sampling rather than a wholesale cutover.
In all of these cases, the right move is "migrate after a few weeks of staged validation," not "stay on 4.7 indefinitely." Opus 4.7 will continue to be available through Anthropic’s normal deprecation cadence, but the active development and feature investment is on 4.8.
A migration playbook
If you’re upgrading from 4.7 to 4.8 on a production system, the cleanest sequence:
- Change the model identifier from
claude-opus-4-7toclaude-opus-4-8in a development branch. The API call shape and request structure are unchanged. - Run your existing evaluation suite. The expected outcome is improvements across most metrics; investigate any regressions and capture them as test cases.
- Re-test prompts and agent harnesses that depend on specific 4.7 behaviors (especially around comment style, tool-calling patterns, and chain-of-thought verbosity, the three areas 4.8 explicitly addresses).
- If you operate Claude Code on Enterprise, Team, or Max, pilot Dynamic Workflows on a real codebase task that fits the parallel-subagent pattern (a framework upgrade, a library swap, a deprecation cleanup). Treat the pilot as a separate evaluation from the underlying model swap.
- If your harness has been wedging system-level updates into user messages, refactor to use the new Messages API system entries. This is a one-time cleanup that improves harness ergonomics permanently.
- For latency-sensitive workloads previously on Sonnet (or on 4.7 standard mode), re-evaluate Opus 4.8 fast mode now that the per-token cost is materially lower than the prior generation’s fast mode.
- Cut production traffic over in stages. Even with a clean evaluation, real production data has long tails that synthetic evals miss. Sample a percentage of traffic, monitor for regressions over a few days, expand.
The migration is straightforward. Most of the work is validation rather than re-implementation.
Where this fits in the broader Claude family conversation
A useful framing: Opus 4.7 and Opus 4.8 are both Anthropic’s flagship intelligence tier; the model below them in Anthropic’s lineup is Claude Sonnet (general-purpose default), and the model below that is Haiku (fast, lower-cost). The fact that 4.7 to 4.8 was a 41-day cycle, combined with Anthropic’s published Mythos Preview signaling that a higher-intelligence model class is coming "in the coming weeks," means the frontier-model conversation in mid-2026 is moving faster than it was even six months ago.
The practical implication is that teams building production AI workloads should invest in the model-evaluation infrastructure and deployment tooling that makes frequent model migrations a routine activity rather than a major project. The era of "pick a model and ride it for six months" appears to be ending across all the frontier-model providers. Opus 4.7 to 4.8 in 41 days is a concrete example.
Frequently Asked Questions
When was Claude Opus 4.7 released?
Claude Opus 4.7 was released on April 16, 2026, as Anthropic’s most capable generally available model at the time. It introduced higher-resolution image input (up to 2,576 pixels on the long edge), the xhigh effort setting between high and max, and task budgets for capping agentic loops at a hard token ceiling. SWE-bench Pro jumped from 53.4% on Opus 4.6 to 64.3% on 4.7; SWE-bench Verified moved from 80.8% to 87.6%.
When was Claude Opus 4.8 released?
Claude Opus 4.8 was released on May 28, 2026, exactly 41 days after Opus 4.7. The release shipped alongside three new features: Dynamic Workflows in Claude Code (hundreds of parallel subagents per session on Enterprise, Team, and Max plans), the effort control dial on claude.ai and Claude Cowork (user-facing surface for the API-level effort levels 4.7 introduced), and mid-conversation system entries in the Messages API. Fast mode was repriced to roughly three times cheaper than the prior Opus generation’s fast mode while running at 2.5x the speed of standard inference.
How much do Opus 4.7 and 4.8 cost?
Standard pricing is identical on both: $5 per million input tokens and $25 per million output tokens, with up to 90% savings on prompt caching and 50% savings on batch processing. US-only inference is available at 1.1x pricing on both. The fast-mode pricing is where the two diverge: Opus 4.8 fast mode is $10/$50 per million input/output tokens, three times cheaper than fast mode on the previous Opus generation.
Should I migrate from Opus 4.7 to 4.8?
Most workloads should plan the migration. The model identifier change is a one-line update (claude-opus-4-7 to claude-opus-4-8); the standard pricing is unchanged; the benchmark gains are real across coding, agentic, computer-use, and professional-domain measurements; and the honesty improvements (4x less likely to allow code flaws to pass unremarked, more proactive issue-flagging) reduce a category of failure mode that’s expensive to catch downstream. Exceptions: workloads with evaluation infrastructure pinned to specific 4.7 outputs, workloads that depend on the specific 4.7 behaviors 4.8 changed (comment verbosity, tool-calling patterns), and unattended autonomous workloads where you need staged validation before cutover. None of these are reasons to skip the migration permanently, only to take it in phases.
What changed about Claude Code between 4.7 and 4.8?
Opus 4.7 introduced the xhigh effort setting (sits between high and max) and task budgets (hard token caps on agentic loops). Opus 4.8 introduced Dynamic Workflows, available in research preview on Enterprise, Team, and Max plans: Claude plans a complex task, runs hundreds of parallel subagents in a single session to execute it, and verifies their outputs against the existing test suite before reporting back. The motivating example is codebase-scale migrations across hundreds of thousands of lines of code from kickoff to merge.
Did Anthropic fix specific issues from Opus 4.7 in 4.8?
Yes, and unusually publicly. Cognition (the team behind Devin) noted that Opus 4.7 had comment-verbosity and tool-calling issues in their published 4.7 evaluation. In the Opus 4.8 launch testimonials, Cognition’s CEO Scott Wu explicitly states that 4.8 “fixes the comment-verbosity and tool-calling issues we saw with Opus 4.7.” Anthropic’s alignment team also reports 4.8 is approximately four times less likely than 4.7 to allow code flaws to pass unremarked. This is the unusual case of a vendor admitting and shipping a fix for a specific predecessor regression rather than positioning the new release purely as an upgrade.
Why was the upgrade cycle from 4.7 to 4.8 so fast (only 41 days)?
Two factors look credible. First, competitive pressure: OpenAI’s Codex saw significant releases in the interval, and Google shipped Gemini 3.5 Flash at I/O 2026 on May 19 with frontier coding and agentic benchmarks. Second, Opus 4.7 drew a mixed reception, including specific public complaints about regressions on X and LinkedIn. A faster follow-up gets in front of any narrative that suggests Anthropic is falling behind. Both pressures are real and neither contradicts the technical claim that 4.8 is a meaningfully better model than 4.7. The broader takeaway for builders: expect faster Opus refresh cycles going forward and build the deployment and evaluation tooling accordingly.
Is Opus 4.7 going away?
Not immediately. Anthropic typically maintains older Opus versions through a normal deprecation cadence, which means 4.7 will remain available for some time after 4.8’s launch. The active feature development and most of the early-tester investment is on 4.8 going forward, but production workloads still pinned to 4.7 will continue to function. The right way to think about it is “4.8 is now the active recommendation; 4.7 remains available for teams that need migration time.”








