All posts
Model analysis

Claude Opus 5.5 and the three-minute problem

Claude Opus 5.5 can cut the cost of a coding task. Three extra minutes reviewing the result can swallow the saving.

That is the arithmetic in our worked example below: a $10 model bill falls to $7, but a reviewer valued at $60 an hour consumes the difference in three minutes. The hourly rate and token counts are illustrative. The question applies to every team buying cheaper AI: does the work become easier to accept?

Our view: evaluate this release against your review capacity. Lower model costs buy more attempts. Someone still has to decide which results deserve to ship. Jev, the decision model TypeSafe AI released a week earlier, adds a useful supporting question: can bounded triage direct attention to the work that needs it most?

Opus 5.5: The three-minute problem. An orange light passes through glass inspection frames toward a finished architectural model.
Cheaper generation leaves room to check the result. AI-generated editorial illustration by Casagbic.

Claude Opus 5.5 pricing: what actually got cheaper?

Standard input and output are 20% cheaper than Opus 5. Cache reads are 60% cheaper. Anthropic's roughly 40% saving describes typical workloads at default settings. That last figure combines pricing with how much work the model performs. It is not a flat reduction on every bill. Anthropic's launch announcement makes these separate comparisons.

Standard Claude API prices in USD per million tokens, checked September 23, 2026.
Billed categoryOpus 5Opus 5.5Reduction
Uncached input$5$420%
Output$25$2020%
5-minute cache write$6.25$520%
1-hour cache write$10$820%
Cache read$0.50$0.2060%

Sources: model pricing and Anthropic's task-cost guide. Output includes billed thinking. Tool, infrastructure, and applicable regional charges are separate. Cache writes and cache reads are different billing categories.

That distinction matters in long coding sessions. A cheaper cached read helps when an agent repeatedly uses the same context. A fresh conversation, a changed prefix, or different output volume can produce a different saving. Our Fable 5.1 analysis explains why conversation continuity deserves its own cost review.

The three-minute problem: a $10 task becomes $7

Here is a deliberately fixed token ledger. We hold usage constant to isolate the new prices. These are illustrative quantities, not measured Casagbic usage or a claim about a typical task.

Same billed tokens, different price list. Cache categories do not overlap.
Usage across the sessionOpus 5 costOpus 5.5 cost
500,000 uncached input tokens$2.50$2.00
400,000 five-minute cache-write tokens$2.50$2.00
5 million cache-read tokens$2.50$1.00
100,000 output tokens, including thinking$2.50$2.00
Total model cost$10.00$7.00

The reduction is 30%. There is no conflict with Anthropic's 40% headline: this calculation fixes the token counts, while the launch comparison also accounts for changed model behavior.

Suppose an additional, targeted inspection consumes 100,000 already-cached input tokens and 5,000 output tokens. At Opus 5.5 rates, that adds $0.12: $0.02 for the read and $0.10 for the output. The model-cost saving would still be $2.88. A cache miss, new cache write, fresh input, or tool execution changes that arithmetic.

More checking has a cost, too. At an illustrative reviewer cost of $60 an hour, three additional minutes of human review consume the entire $3 saving. Track reviewer time alongside the API bill. Cheap output that takes longer to inspect can leave the team worse off.

3 minutesThe extra review time that erases a $3 model saving at $60 an hour.

Break-even extra review minutes = model saving ÷ hourly reviewer cost × 60. Substitute your own numbers; this is a cost calculation, not a measured productivity result.

There is a capacity problem even when review time per task stays constant. If cheaper generation doubles a queue from ten to twenty tasks, six minutes of review per task becomes two hours instead of one. A team with one reviewer-hour available finishes the day with work waiting. More generated output has not increased its shipping capacity.

What do the Opus 5.5 benchmarks actually establish?

Anthropic reports 54.6% on FrontierCode at medium effort, ahead of GPT-6 Astra's reported top score of 53.3% at about one-fifth of the cost per task. It also reports 1846 Elo on GDPval-AA v2.1 at maximum effort. These are results presented in Anthropic's launch evaluation, under its stated conditions. They justify a serious evaluation of Opus 5.5.

They do not tell you whether your booking flow handles two simultaneous reservations, your import process survives a malformed row, or your permissions prevent one customer from seeing another customer's records. Those are acceptance criteria for your product.

Ask for evidence at the same level as the claim. If the claim is that a bug is fixed, ask for the failing case before the change and the passing case after it. If the claim is that an interface works on mobile, inspect it at a mobile width. A second model saying the result looks good is a useful signal; an executable check provides a different kind of evidence.

Where Jev fits: cheaper decisions around expensive work

Jev is TypeSafe AI's probabilistic decision model, introduced on September 15, 2026. It returns typed decisions and probabilities for questions supplied by the application. It gives up free-form text generation. That makes classification, routing, and scoring natural candidates to evaluate. See TypeSafe's introduction.

The launch has commercial interest behind it: Vercel reported on September 18 that nearly 13% of its paid AI Gateway teams used Jev within its first 24 hours. That is adoption within one service, not a measure of the entire AI market or proof of retention.

TypeSafe says Jev is named after William Stanley Jevons, connecting its thesis to the idea that lower costs can expand demand. That is the tension in the Opus 5.5 launch, too. If a cheaper call simply triggers more calls, the budget may stay the same while the pile of unchecked work grows.

A small orange junction routes work through two different instruments before both paths reach a glass inspection station.
A proposed division of work: route bounded decisions, solve difficult tasks, then inspect the result. Conceptual AI-generated illustration; not a product integration diagram.

Consider a support ticket about a broken booking page. A decision model could classify the ticket against a fixed list of categories and flag uncertainty. Opus 5.5 could investigate the relevant code and propose a repair. Your tests would check the booking behavior. A person would review exceptions or a consequential change before release.

The useful Jev experiment is whether triage saves reviewer time without hiding important failures. Run it alongside your existing review process first. Compare its flags with the reviewer's findings, and sample the cases it would have passed over. The number of calls it avoids is incomplete evidence unless you also count the errors it misses.

A type-safe answer can still be the wrong answer. TypeSafe's guarantee concerns the output's structure. A valid category does not prove that the ticket belongs in it. Measure false positives and false negatives on your own labeled examples, retain an uncertain route, and keep permissions in application code. A model score should never grant access by itself.

We are proposing a workflow to evaluate, not reporting a tested Opus–Jev integration. For a small queue, ordinary rules or manual triage may be simpler. Add another model only when its measured benefit covers its operating cost and the mistakes it introduces.

How do you access Opus 5.5, and what can break?

Opus 5.5 is available on paid Claude plans and through the Claude API, Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry. Use claude-opus-5-5 on the Claude API. The standard model accepts text and images and produces text. Sources: Claude Opus availability and the model overview.

For an existing API integration, test these changes before switching traffic. The details come from Anthropic's Opus 5.5 migration guide.

Existing integrationCheck before upgrading
Thinking disabled or manually budgetedAdaptive thinking is always on. Remove disabled/manual-budget settings; select effort explicitly.
Forced tool selectiontool_choice values any and tool fail. Use supported automatic selection; strict schemas constrain arguments, not which tool runs.
Rewritten history or model switchingPreserved thinking is bound to its model and conversation. Test replay and fallback against the documented account-specific enforcement rules.
Progress shown from text blocksBetween-tool updates now arrive in thinking blocks. Configure thinking.display and the renderer so a working agent does not appear silent.
Older computer-use toolOn the Claude API and Google Cloud, replace computer_20251124 with the supported toolset and update the loop. Bedrock retains the earlier tool.

Also set effort deliberately. Opus 5.5 defaults to medium; Opus 5 defaulted to high. Anthropic says the new model can think more per turn at the same effort setting, especially at higher levels. A default-versus-default comparison and an equal-effort comparison answer different questions. Behavior changes.

Should you upgrade? Start with work you can grade.

Opus 5.5 deserves an early trial for teams already paying for Opus 5. The lower rates are real; whether the full workflow improves depends on your tasks and integration.

Choose a small, representative set of completed tasks with known outcomes. Include a routine change, a difficult bug, an ambiguous request, and a task the old model mishandled. Keep the starting repository, available tools, and acceptance criteria consistent. Record the model, effort, and prompt version.

  1. Define the finish line. Write the acceptance check before the run. Include the edge case that made the task difficult.
  2. Count the whole attempt. Include failed runs, retries, tool charges, and human corrections. Do not discard failures from the bill.
  3. Spend a measured amount on verification. Add checks aimed at plausible failures. Repeating the same review without new evidence has diminishing value.
  4. Compare accepted results. Report total spend divided by accepted tasks, plus reviewer minutes and escaped defects. If nothing passes, report that directly.

If you build an app rather than an agent platform, the same discipline fits in a plain-English brief: “The booking must survive a page refresh. A second user must not see my reservation. Show me what you checked.” Our production-readiness guide gives you more questions to ask.

The opportunity in Opus 5.5 is affordable depth. Use it to investigate a harder bug, inspect an overlooked path, or produce a change another person can review quickly. Then ask the three-minute question with your own numbers: how much extra attention can this saving afford?

Claude Opus 5.5: quick answers

When was Claude Opus 5.5 released?

September 22, 2026. It is the first release in Anthropic's Claude 5.5 family.

How much does Claude Opus 5.5 cost?

Standard API pricing is $4 per million input tokens and $20 per million output tokens. Cache reads cost $0.20 per million. Cache writes and tool usage are billed separately.

Is Opus 5.5 always 40% cheaper than Opus 5?

No. Anthropic reports roughly 40% lower cost for typical workloads at default settings. Your saving depends on token mix, reasoning, cache reuse, retries, and task success.

Does Opus 5.5 have a free tier?

Anthropic lists access on paid Claude plans. The API uses usage-based billing. A lower API rate does not make every Claude plan free.

Is Jev an alternative to Opus 5.5 for coding?

Jev produces typed decisions and probabilities rather than free-form code. It is a candidate for bounded routing or scoring around a coding workflow. That role still needs its own evaluation.

Does a lower Opus 5.5 API price reduce my Claude subscription fee?

The token prices in this article are API rates, not subscription fees. Anthropic says Pro, Max, and Team usage limits go about 25% further with the lower model price; actual usage varies by task. See its billing explanation.

Sources and editorial method

Researched September 23, 2026. Specifications and vendor results are attributed below and beside the relevant claims. The fixed-token ledger and reviewer-time comparison are our calculations. The Opus–Jev workflow is a proposal. We have not run a Casagbic benchmark of either release, and this article does not announce model availability inside Casagbic.

  1. Anthropic: Introducing Claude Opus 5.5. Launch date, cost claims, and benchmark conditions.
  2. Claude Platform: Opus 5.5 overview. Specifications and standard pricing.
  3. Anthropic: What a task costs on Opus 5.5. Billing categories, caching, and subscription-limit distinctions.
  4. Claude Platform: What's new and migration guide. Default effort and integration changes.
  5. TypeSafe AI: Introducing System One Models & Jev. Release, output design, naming, and limits of type-safety claims.
  6. Vercel: Jev's AI Gateway launch. Adoption within Vercel's paid-team population.
  7. Anthropic: Claude Opus. Paid-plan and cloud availability.

Build something you can put to the test.

Describe the app you want to build. Explore Casagbic's workflow, live previews, and code ownership.

Start building with Casagbic