Book a 30-min call →
Skip to main content
Blog · 14 Jun 2026 · 11 min read

What Claude Opus 4.8 changed for internal build-vs-buy decisions

Anthropic shipped Opus 4.8 in Q2. Three things are now cheaper to build than buy that weren’t six months ago — and one that still isn’t.

Software engineering workspace with model output
TLDR audio briefing
For busy executives
~1m 30s summary · 0:00 / 1:30

Opus 4.8 shipped in Q2 with two shifts that materially move the internal build-vs-buy math: reasoning that’s reliably deep enough for structured extraction on the first try, and effective throughput on a coding-agent loop that lands 3–5× what a hand-coded team delivers. The 1M context option (in beta) is the third lever, more situational.

Every internal-build discussion we’ve had since April has hit the same three surprises. Here they are.

1. Extraction from unstructured documents is now trivially in-scope

The archetype: an ops team pays $180K/yr for a document-processing SaaS (Rossum, Docsumo, Klippa, or an equivalent) to pull line items off invoices, contracts, or shipping documents. Renewal is up 22%. The ops team asks whether we can rebuild it. Six months ago the answer was “yes, but the cost floor is $60K plus 8 weeks and the quality curve tapers off around 92%.”

Now the answer is “$32K, 4 weeks, and the quality curve tapers off around 98% — above what the SaaS delivers.” Two things changed:

  • The extraction prompt is one page long instead of ten. Opus 4.8 gets it right on the first pass. No layered post-processing, no confidence-thresholded fallback to a second model.
  • The eval harness runs in an afternoon instead of a week. A junior engineer can iterate the prompt, watch the eval dashboard, and land at 98% by Wednesday.

The rebuild is now cheaper than a single renewal cycle.

2. Internal tooling is now a 3-day sprint, not a 6-week discussion

Every mid-market company has a backlog of “wouldn’t it be nice if” internal tools that never got built because the ROI didn’t justify a real engineering engagement. Small workflow apps, one-off dashboards, integration glue, spreadsheet-to-app migrations.

Opus 4.8 running in a coding-agent loop lands these in 3–5 days each. Not because AI writes the whole thing — the senior engineer still owns the architecture and the data model — but because the drudge tier (CRUD scaffolding, form validation, table pagination, deployment plumbing) evaporates. A senior spends their week designing three tools; the model builds them; the senior reviews and lands.

The build-vs-buy inversion here is subtle but real. It used to be that any tool under $30K/yr in wrapper cost was cheaper to buy than to build, because the engineering hours to build it dwarfed the SaaS bill. That floor has dropped to somewhere between $8K and $12K/yr for mid-complexity tools. Above that, the internal build is now cheaper on Y1 and dramatically cheaper on Y3.

3. Structured output + tool use is finally deployable to non-technical operators

This is the one that shifted procurement conversations most. For the last two years, LLM-as-decision-maker workflows had a governance ceiling — they couldn’t be cleanly audited, they hallucinated in edge cases, and the tool-use loops were brittle enough that a compliance officer wouldn’t sign off.

Opus 4.8’s structured output modes now return JSON that matches a schema on the first pass, and the tool-use loops are deterministic enough that an audit log actually reflects what happened. The threshold effect: workflows that used to require a human in the loop can now be shipped as agent-only, with the human reviewing exceptions instead of routing every case.

What this means in a Rebuild engagement: the SaaS you’re replacing is often a per-seat wrapper around an LLM the vendor is running for you. That wrapper margin now goes to zero if you’re willing to run the model directly. Direct billing on Anthropic’s API is 10–30% of what the wrapper vendor charges.

What did NOT change

Three things that some teams have wrongly assumed changed:

  • Fine-tuning is not the answer. Nine out of ten prompt-engineering problems people try to solve with fine-tuning are actually schema-clarification problems that vanish once the prompt is properly structured. Save fine-tuning for the tenth.
  • Observability is not free. Opus 4.8 makes the workflow cheaper to build; it does not make the observability, eval harness, cost caps, and rollback drills cheaper. Those still cost 20–30% of the build. Skipping them is the fastest way to a “we shipped an agent, it worked for six weeks, then a customer sued us” incident. See Agent observability.
  • Latency-sensitive workflows still favour Haiku 4.5 or Sonnet 5. Opus 4.8 is the right choice for depth. For chat, autocomplete, and any hot path where P95 matters more than depth, use one tier down. Direct billing means you can mix tiers per call.

The build-vs-buy scorecard, updated for 2026-H2

How we’re scoping decisions on live client engagements:

  1. SaaS wrapper cost over 3 years is > $80K. Rebuild almost always wins. The Y1 build cost is now typically 30–50% of what it would’ve been in 2024.
  2. SaaS wrapper cost over 3 years is $30K–$80K. Rebuild if the workflow will still be needed at Y3. Buy if it’s a stopgap.
  3. SaaS wrapper cost over 3 years is under $30K. Buy. The build-cost floor even in the cheapest configuration is still ~$18K, and one team’s time is worth more than the ~$12K difference.
  4. The workflow touches customer data at scale. Build wins earlier because per-record wrapper pricing compounds — add a “we’re growing to 500K customers” multiplier before doing the math.
  5. The workflow is regulated (HIPAA / DPDP / MAS / GDPR). Build wins earlier because per-vendor procurement + DPA + audit overhead is a real cost the SaaS math often hides.

Where the money actually is right now

We’ve done 6 build-vs-buy scoping calls in the last 4 weeks. The common thread: the SaaS being replaced was priced when the underlying LLM cost was 10–40× what it is now, but the SaaS price hasn’t moved. The wrapper margin has ballooned. Renewal notices come out with double-digit price increases while unit-cost economics on the vendor side have improved by 3–5×.

Founders who spent the last 3 years buying SaaS because “engineers are expensive and Ops needs it Tuesday” are re-scoping. The scoping call ends the same way most times: “send us the current stack, we’ll price a rebuild, if the payback is under 12 months we do it.” The payback is almost always under 12 months.


Read more: /rebuild/ · build-vs-buy 2026 (Jan) · AI cost per query · The FORGE method

#ai-strategy #build-vs-buy #anthropic
Want this kind of work for your stack? Book a 30-min call →