Claude Opus 5 just released
There is a point in every AI coding workflow where the “expensive” model becomes the cheaper option.
Not because its token price is lower.
Because it needs fewer retries, catches the edge case, tests its own work and actually finishes the task.
That is the useful way to read this week’s biggest model launch. The benchmark crown will move again. Cost per verified result is the number that changes how we build.
🔥 The Big One

Claude Opus 5 makes the careful agent the practical default
Anthropic released Claude Opus 5 on 24 July, and the positioning is more interesting than another “best model” claim.
It is available across Anthropic’s platforms as claude-opus-5, priced at $5 per million input tokens and $25 per million output tokens. That is the same API price as Opus 4.8. It is now the default model on Claude Max and the strongest model on Claude Pro.
Anthropic says Opus 5 comes close to Fable 5 on coding while costing less per completed task. On the company’s CursorBench 3.2 run, max-effort Opus 5 finished within 0.5% of Fable 5’s peak score at half the cost per task. That is a vendor benchmark, not a promise that every workload gets a 50% discount.
The practical improvements matter more. Anthropic says the model is stronger at difficult multi-file work, root-cause debugging, visual verification and staying with long tasks. Its examples include building a test suite when no live data feed existed and fixing the underlying bug when another model treated only the symptom.
“Claude Opus 5 is available today. It’s a thoughtful and proactive model that comes close to the frontier intelligence of Claude Fable 5 at half the price.” (Anthropic)
My take: stop choosing models from the input-token column alone.
Run the same real task through two models. Count retries, human corrections, failed tool calls and whether the final result passes your tests. A cheaper model that leaves you three plausible bugs is not cheaper.
Opus 5 also gives developers two useful controls. Fast mode runs around 2.5 times the default speed at twice the base price. New beta support lets API users change available tools mid-conversation without breaking the prompt cache, and automatic fallbacks can route safety-classifier blocks to another model.
The agent sweet spot is moving toward models that can work longer, verify harder and still make economic sense.
Read Anthropic’s launch post →
⚡ What shipped this week
1. GitHub Copilot can turn a Linear issue into a draft pull request

GitHub made its Copilot cloud agent for Linear generally available.
Assign an issue to Copilot and it works in an ephemeral GitHub Actions environment, streams progress back to Linear, opens a draft pull request and asks you for review. Teams can choose the model, use a repository-defined custom agent, select base and working branches, and steer the run through issue comments.
“Work independently in its own ephemeral development environment, powered by GitHub Actions.” (GitHub)
This is the right shape for delegated coding: the ticket remains the contract, the agent works in isolation, and the handoff is a reviewable PR. It is available on Copilot Pro, Pro+, Business and Enterprise. Setup requires a GitHub organization owner and a Linear workspace admin.
2. Vercel MCP can deploy the code your agent just wrote

Vercel added a deploy_to_vercel tool to its MCP server.
An assistant can send files to a new or existing project, let Vercel detect the framework, install dependencies, start the build and return a shareable URL while that build continues in the background.
“When your AI assistant finishes building something, it can ship it to Vercel and hand back a shareable URL without leaving the chat.” (Vercel)
Last week, Vercel let agents make purchases after confirmation. This week, it let them deploy. That makes approval boundaries even more important. Give an agent a preview environment first. Require tests and a diff. Keep production promotion as a separate human decision.
3. Prefactor puts live evals inside the production agent loop

Prefactor was Product Hunt’s number one launch on 28 July with 535 votes and 134 comments. Its official product page confirms TypeScript and Python SDKs, native support for LangChain, Claude, Vercel AI, OpenClaw and LiveKit, and a free allowance of 25,000 spans per month.
It traces model calls, tools and decisions, runs your evals against live traffic, and can block, throttle or route a risky action to a human before it executes.
“Block, throttle or require approval the moment a run crosses a line: automatically at runtime, or routed to a person. Every decision logged.” (Prefactor)
The useful shift is from an eval report you check later to an eval that can stop the current run. The open question is cost and trust at scale: if every production step is scored, teams still need to measure judge quality, latency and false positives.
4. npm now scans packages before they become installable

npm introduced automatic malware scanning at publish time.
A new package can publish normally, be held for manual review or be blocked. GitHub says the extra delay is typically around five minutes, but can reach 15 minutes or more at busy times or for larger packages.
“Newly published packages will be automatically scanned before they become available for install.” (GitHub)
If your release automation publishes and immediately installs the new version, add retry tolerance now. Agent-written packages increase output speed. Registry checks and provenance have to increase at the same time.
🧰 Worth your time
-
Vercel Sandbox forking: Branch multiple agents from one saved environment instead of rebuilding the same base for every experiment.
-
Firecrawl’s upgraded
/search: It returns query-relevant excerpts instead of full-page noise. Firecrawl reports 94.7% on its SimpleQA eval with 10x fewer tokens, so test the claim on your own research set. -
Kastra runtime authorization: Deterministic policy checks before an agent’s tool call executes. Product Hunt timing only; the official site verifies the operation, not a dated general-availability announcement.
Try one practical experiment this week.
Take a real bug or feature, run it once with your usual model and once with Opus 5. Track total cost, elapsed time, retries, test failures and how much cleanup you did yourself.
Which model is actually cheapest after the work is verified?
Hit reply and send me the result.
I read every single one.
Talk soon PAPAFAM,
Sonny 👋🏼
👇🏽 Don't forget to follow me across socials!
Responses