Anthropic released Claude Opus 5 on July 24. API pricing is unchanged — still $5 / $25 per million tokens. The truly interesting thing isn't how high it scores, but that it has turned a knob called effort (thinking intensity) into a product feature — and the official benchmarks show the medium tier is the sweet spot. ## "Economy mode" still scores well Opus 5's effort parameter controls how many tokens the model is willing to spend thinking during inference — not the output length. The most eye-catching number in the system card: on OSWorld, Opus 5 at medium effort scores 24%, with a per-task cost of just $0.89 — leaving both Opus 4.8 and Fable 5 in the dust, where the latter runs $12–20 per task. In other words, medium effort isn't "settling" — it's the highest cost-effectiveness tier at the current token budget. The truth behind this: many frontier models, when stacking thinking budget at high effort, are already seeing diminishing marginal returns. Opus 5's training is clearly aligned for the low-to-medium effort range — low and medium cost a few points of quality for 3–5x lower cost and latency on multiple benchmarks. ## The real battlefield is the agent cost curve For teams deploying Claude Code, computer-use, or similar agents, benchmark scores are PPT numbers — per-task dollar cost is the procurement KPI. Anthropic also announced that Sonnet 5 at medium effort "can match Opus 4.8" — meaning the same team can do the work of last-gen Opus on a Sonnet budget. The pair Opus 5 medium + Sonnet 5 medium effectively lowers Anthropic's actual effective inference cost by 40–60% without moving the unit price. This is the most subtle and most lethal form of price cut in 2026's LLM contest: don't change the unit price, change the default thinking tier. ## Commentary Exposing effort as a first-class API parameter to developers is Anthropic's most important product decision in the past year. It bundles "model + inference budget" and lets users make the trade-off themselves. If this path works, it'll pull the LLM market away from "I'm X% better than GPT" arms races and into "I save you Y cents per task" ops races. The lesson for Chinese vendors is also direct: what Qwen, DeepSeek, and Kimi need to compete on next isn't just SWE-bench scores — whether they can stay stable on quality and tool-calling success rate at medium inference budget, the way Opus 5 does, is the real moat for agent deployment.