Comparisons

Claude Opus 5 Review: Brilliant, Frustrating, and Easy to Misconfigure

Direct Answer

Claude Opus 5 is a major technical upgrade and a poor candidate for a blind model swap. Anthropic says it approaches Claude Fable 5 on difficult coding and knowledge work at half the price, while keeping Opus 4.8's $5 input and $25 output price per million tokens. In a week of real use, however, Dan Shipper and the Every team found a model that could be argumentative, stop before finishing, and perform worse inside elaborate skills built for Opus 4.8.

Those two stories are not mutually exclusive. A stronger model can expose assumptions baked into an older harness. Opus 5 verifies, narrates, scopes, and delegates more proactively than Opus 4.8. When a skill already tells the model to do all four, the instructions can compound into wasted work or the wrong stopping behavior.

Field-test credit: Every and co-founder and CEO Dan Shipper. Every tested Opus 5 across production coding and knowledge-work workflows before publishing this early verdict.

JQ AI SYSTEMS take: Opus 5 should enter a test lane, not replace every Opus 4.8 workflow on launch day. Remove legacy verification scaffolding, simplify the task contract, test several effort levels, and promote it only after it completes the same real work with less repair.

Source Note

The video supplies Every's experience and preferences. These are useful field observations, not universal benchmark results. Anthropic's launch post, model documentation, effort guide, prompting guide, and migration guide are the sources for pricing, context limits, model behavior, safeguards, and migration details.

The second embedded video is the four-minute launch recap that matches the supplied transcript. It is useful for seeing Anthropic's benchmark story quickly, but the charts are vendor evaluations or partner evaluations. They do not prove that Opus 5 will improve a specific codebase, skill, or business workflow.

Resource Status Use it for
Every's Opus 5 field review Creator test Observed behavior in mature coding and knowledge-work workflows.
Every on X and Dan Shipper on X Credits Follow-up experiments, corrections, and evolving model preferences.
Introducing Claude Opus 5 Anthropic official Launch claims, benchmark methodology notes, safety, availability, and pricing.
What's new in Opus 5 Anthropic official Model ID, context, output, thinking defaults, effort levels, caching, and breaking changes.
Prompting Claude Opus 5 Anthropic official Scope, verbosity, progress updates, verification, subagents, and self-correction guidance.
Claude effort guide Anthropic official Low, medium, high, xhigh, and max behavior and cost tradeoffs.
Claude migration guide Anthropic official API changes and the bundled /claude-api migrate workflow.
EveryInc Compound Engineering Open-source, MIT The mature multi-skill workflow discussed in Every's test.

What Anthropic Officially Launched

Claude Opus 5 is available as claude-opus-5 through the Claude API and on Claude for Pro, Max, Team, and Enterprise users. It has a one-million-token context window, up to 128,000 output tokens, and thinking enabled by default. It supports the full effort ladder: low, medium, high, xhigh, and max.

Standard API pricing is $5 per million input tokens and $25 per million output tokens, unchanged from Opus 4.8 and half Fable 5's base token price. Fast mode runs at roughly 2.5 times the standard speed and costs $10 input and $50 output per million tokens. The model also lowers the minimum cacheable prompt from 1,024 to 512 tokens.

Anthropic reports a 0.5 percentage-point gap from Fable 5's peak on CursorBench 3.2 at max effort, at half the cost per task. It also reports state-of-the-art or best-at-cost results on Frontier-Bench, ARC-AGI 3, AutomationBench, OSWorld 2.0, GDPval-AA, and other evaluations. These are impressive launch results, but the relevant question for a team is still whether the new model passes its own acceptance tests.

Launch recap credit: Chase AI. The video walks through Anthropic's benchmark, visual-output, verification, and safety claims. Treat the demonstrations as orientation, then validate the model on your own work.

Every's Field Verdict

Dan's early routing is blunt. He uses GPT-5.6 Sol for roughly 80 percent of daily work, Fable 5 for the largest 20 percent, and has not yet found a stable place for Opus 5. He describes the new model as hard to love: capable of flashes of excellent judgment, but pushy, verbose, and sometimes unwilling to follow a workflow the way Opus 4.8 did.

Test area What Every observed What to test next
Existing coding skills Complex instructions could cause early stopping or a false declaration of completion. Remove redundant verification and delegation rules before blaming base capability.
Fresh, small builds Simple prompts produced more promising results than mature, instruction-heavy workflows. Compare a minimal task contract with the full legacy skill on the same repository.
Reasoning effort Medium or low sometimes behaved better than high or max. Run an effort sweep and score completion, repairs, tokens, and elapsed time.
Model personality The model can push back or reshape the assignment instead of simply executing it. Add a narrow scope rule and distinguish material ambiguity from routine judgment.
Current routing Sol remains the daily worker; Fable remains the highest-capability manager. Give Opus 5 a bounded pilot lane until the team learns its operating pattern.

Why Mature Workflows Can Break

Every's Compound Engineering plugin is not a small prompt. It combines planning, execution, review, debugging, browser testing, specialist agents, and saved learning. That structure helped earlier models finish work reliably. Opus 5 changes several defaults underneath it.

Anthropic says Opus 5 verifies its work without being asked, delegates more readily, narrates progress more often, and can expand task scope using its own judgment. Its official prompting guide recommends removing legacy instructions such as "use a subagent to verify" or "include a final verification step" because they can create over-verification without improving quality.

This explains a common migration failure: the team keeps every old guardrail, raises effort to max, and assumes more intelligence can only help. The result can be more tool calls, more agents, more narration, higher cost, and a model that loses the simple contract of what done means.

Useful distinction: simplify the model instructions, not the acceptance criteria. Keep tests, required files, source rules, security boundaries, and the definition of done. Remove duplicated coaching about how many times the model should think, verify, or delegate.

The Effort Paradox

Opus 5 defaults to high effort. Anthropic recommends xhigh as a starting point for genuinely difficult coding and agentic work, but it also says low and medium can retain strong quality with a fraction of the tokens and latency. Every's early tests found that stepping down sometimes improved behavior.

Lower effort is not secretly "more intelligent." It can be better matched to a bounded task. The model makes fewer tool calls, spends less time reopening settled decisions, and has less room to widen scope. Max remains useful for frontier problems, but it should be earned by an evaluation rather than selected as a status symbol.

Effort Good starting use Watch for
Low Small edits, fast review passes, narrow subagent tasks, and high-volume work. Missing a section in a multi-part assignment.
Medium Balanced implementation, research, and tool-heavy business workflows. Insufficient depth on genuinely ambiguous architecture.
High Complex reasoning and difficult coding; also the API default. More narration, tool use, and scope expansion than the task needs.
Xhigh Long-running coding and agentic work where deeper reasoning has measurable value. Large token use and unnecessary delegation.
Max Rare frontier tasks where an eval shows a real gain over xhigh. Overthinking, high cost, and small quality gains on structured work.

Opus 4.8 to Opus 5 Migration

  1. Freeze one real evaluation. Choose a repeated task with known inputs, expected outputs, tests, and a human reviewer.
  2. Run the Opus 4.8 baseline. Record completion, defects, repair prompts, tool calls, tokens, latency, and review minutes.
  3. Change only the model first. Use claude-opus-5 and keep the same task. This exposes the actual behavior change.
  4. Remove duplicated verification. Delete instructions that force extra checks or a verifier subagent when tests already define acceptance.
  5. Cap delegation. Permit subagents only for large, independent tracks. Set a deterministic maximum if the harness supports it.
  6. Constrain scope. Tell the model to finish the requested task, make routine judgment calls, and raise only ambiguities that would materially change the result.
  7. Sweep effort. Test low, medium, high, and xhigh. Reserve max for a task that demonstrably benefits.
  8. Check the API changes. Thinking is on by default. Disabling it is allowed only at high effort or below. Revisit max_tokens because thinking and visible output share the output limit.
  9. Promote by accepted result. Change the team default only when Opus 5 improves quality, cost, speed, or review burden across several runs.

Anthropic also provides a bundled migration command for Claude Code: /claude-api migrate this project to claude-opus-5. It can update model IDs and flag relevant parameter changes, but it cannot decide whether a long-lived skill still matches the new model's behavior. That requires an evaluation.

Copy-Ready Opus 5 Test Brief

Complete the requested task end to end.

Scope
- Deliver exactly what was requested.
- Make routine judgment calls yourself.
- Ask only when two reasonable interpretations would materially change the result.
- Do not add adjacent features or refactor unrelated code.

Delegation
- Use a subagent only for a large, genuinely independent workstream.
- Do not use subagents to repeat or verify work you can test directly.
- Use no more than [NUMBER] subagents.

Definition of done
- [Required output or behavior]
- [Tests or acceptance checks]
- [Files or surfaces that must be updated]
- [Actions that require approval]

Verification
- Run the listed acceptance checks once after implementation.
- Fix failures you caused.
- Report the result, remaining risks, and anything you could not verify.

Communication
- Keep progress updates brief.
- Lead the final response with what changed and whether the acceptance checks passed.

Run this brief at more than one effort level. Keep the inputs and acceptance criteria fixed. If medium passes and max adds cost without improving the accepted result, medium is the better configuration for that workflow.

Opus 5 vs Sol vs Fable

Model Start here when Current caveat
Claude Opus 5 You need strong coding, review, professional knowledge work, vision, or long-context execution at Opus pricing. Recalibrate old skills; it can over-verify, over-delegate, narrate, or widen scope.
GPT-5.6 Sol Fast daily collaboration, implementation, writing, research, and in-app work matter most. Every still sees weaker taste or top-end management on its hardest assignments.
Claude Fable 5 The job is unusually ambiguous, creative, architecturally difficult, or needs the highest available capability. Twice Opus 5's base token price and subject to stronger classifier behavior.
Opus 4.8 A production workflow is stable and the migration has not passed evaluation yet. It lacks Opus 5's capability and efficiency improvements.

Routing does not need to be permanent. A useful first policy is Opus 5 medium for bounded professional work, Sol for fast interactive execution, Fable for the rare assignment where direction is the hardest part, and Opus 4.8 as the fallback for workflows that have not yet migrated cleanly.

Price Is Not Cost per Result

"Half the price of Fable" is true at the base token-rate level. Anthropic also reports half the cost per task on specific evaluations. Neither number predicts your production bill by itself.

Count the full accepted-task cost: uncached input, cache writes and reads, thinking and output tokens, tool calls, subagents, retries, elapsed time, human review, and repair work. A medium-effort run that ships cleanly can be cheaper than a low-effort run that needs three repairs. A Fable plan plus an Opus implementation can beat either model alone.

Safety behavior also affects routing. Anthropic expects Opus 5's cyber classifiers to intervene about 85 percent less often than Fable 5's, while keeping stronger restrictions on penetration testing, binary vulnerability scanning, and exploit generation. In Claude products, flagged requests can fall back to Opus 4.8; API users can configure server-side fallbacks. Log the model that actually completed the request before comparing results.

Video Chapters

Time Topic
00:00Dan's day-zero verdict on Opus 5
00:31Whether Codex users should switch
02:24Compound Engineering and early stopping
03:37Why simpler prompts may work better
04:40The lower-effort discovery
05:42Anthropic and OpenAI's different product strategies
07:56Why the verdict may change as prompting patterns emerge
09:03Current routing: Sol, Fable, and the missing Opus 5 lane

Bottom Line

Opus 5 appears to be a genuine generation change. The official benchmarks, one-million-token context, lower-effort efficiency, visual gains, stronger code review, and Opus pricing make it one of the most important models to evaluate.

Every's frustration is the more useful launch lesson. A model can be stronger and still be worse inside a system designed around its predecessor. Do not compensate by writing an even longer prompt or turning effort to max. Simplify the behavioral scaffolding, keep the acceptance criteria strict, and measure the lowest effort level that reliably finishes your actual work.

Sources

Common questions

Is Claude Opus 5 better than Claude Fable 5?
Not universally. Anthropic reports Opus 5 reaching near-Fable performance on several coding and knowledge-work evaluations at about half the cost per task. Dan Shipper still prefers Fable for his hardest assignments and found Opus 5 less dependable in some mature skill-driven workflows.
Should I replace Claude Opus 4.8 with Opus 5 immediately?
Treat it as a measured migration. Update a copy of one repeated workflow, run the same acceptance tests at low, medium, high, and xhigh effort, then compare completion rate, corrections, review time, and cost per accepted result before changing the default.
Why can Claude Opus 5 stop early or behave badly with an existing skill?
A skill may contain verification, delegation, narration, or scope instructions added for older models. Anthropic says Opus 5 already performs these behaviors more aggressively. When the old scaffolding compounds with the model defaults, the workflow can over-verify, over-delegate, widen scope, or misread when the task is complete.
Which effort level should I use with Claude Opus 5?
Anthropic recommends xhigh as a starting point for difficult coding and agentic work, but also says low and medium can preserve strong quality with fewer tokens. Every observed better behavior at medium or low on some tasks. The correct setting is the lowest level that still passes your own evaluation.
How much does Claude Opus 5 cost?
At launch, Anthropic lists standard API pricing at $5 per million input tokens and $25 per million output tokens, the same list price as Opus 4.8. Fast mode costs twice the base token price. Prompt caching and batch processing can reduce some workloads.
What changed technically from Claude Opus 4.8?
The API model ID is claude-opus-5. It has a 1M-token context window, up to 128k output tokens, thinking enabled by default, a full low-to-max effort ladder, and new behavior around tool changes, fallbacks, caching, narration, verification, and subagent delegation.
Is Opus 5 the best daily model?
That depends on the work surface and the operator. Dan currently uses GPT-5.6 Sol for most daily work, Fable for his largest assignments, and Opus 5 as an evaluation lane. Other teams may prefer Opus 5 once their prompts and harnesses are calibrated.
Share
X LinkedIn Reddit
Build Yours

Want a system
like this one?

Book a free 30-minute call. We map your situation, identify the highest-impact automation, and figure out if we are a fit.

Book Free 30-min Call