A Chinese developer shares a first-day review of Claude Opus 4.8, which launched just 42 days after Opus 4.7 (released April 17), alongside news that Anthropic closed a $65 billion funding round at a valuation approaching $1 trillion. The author attributes the rapid cadence to competitive pressure from GPT-5.5 and Codex.
Key points
- Unchanged specs, retired predecessor. Model parameters, context length, output length, and pricing (25/M input) are nearly identical to 4.7 — essentially a fine-tune on the same base. Following Claude's two-generation retention tradition, Opus 4.6, the author's preferred daily driver for coding and agent work, was removed.
- Benchmarks still trail GPT-5.5. Opus 4.8 again failed to beat GPT-5.5 on Terminal-Bench 2.1, a real-world command-line agent evaluation where models must inspect files, run commands, read errors, and debug across multiple steps — the author views this as the current ceiling of agent capability, where GPT-5.5 remains stronger.
- Effort control for everyone. Reasoning-depth (effort) control, previously limited to Claude Code and Cowork users, is now available to free users from Low to Max. The author typically runs Extra and Max for heavy tasks, and finds this controllability a real productivity gain for production-grade scripts and agent deployment.
- The first model that doesn't cut corners. The standout change: Opus 4.8 is far less likely to confidently claim code is fine while shipping edge-case bugs. Per official data, the probability of a code flaw slipping through is ~4x lower than the previous generation, and the system card reports 0% defect rate on corner-cutting — the only model to achieve this. In the author's test with an existing Hermes Agent deployment script, 4.7 passed everything but failed on real deployment edge cases, while 4.8 performed line-by-line review and proactively flagged a potential race condition, recommending locks or atomic operations.
- More precise, less proactive. Like GPT-5.5, 4.8 is 'point and shoot': when asked to investigate one network config issue, it examined only the specified file, where 4.6 would have also checked related security policies and routing tables. Great for professionals who want control; less satisfying for users who rely on AI initiative. The author notes this raises the bar for prompt quality.
- Fast Mode price cut and Dynamic Workflows. Fast Mode dropped from 6x to 2x standard pricing (same 2.5x speed). New Dynamic Workflows let Claude write its own orchestration scripts, spin up dozens to hundreds of parallel sub-agents, self-verify results, and deliver them — a major lever for large migrations and bulk edits across hundreds of files.
- Trade-off: reliability vs. flair. 4.8 is methodical and thorough but occasionally lacks the surprising, elegant solutions 4.6 could produce. For daily scripting and agent deployment, the author concludes reliability beats serendipity.
- Mythos teaser. Anthropic reportedly has a higher-tier model, codenamed Mythos, expected within weeks.
References (from the original post)
1. Anthropic. (2026). Claude Opus 4.8 System Card and Release Notes. 2. Terminal-Bench Consortium. Terminal-Bench 2.1: Real-World Command-Line Agent Evaluation. 3. Author's personal test logs comparing Opus 4.6 to 4.8 on agent scripts and deployment. 4. Anthropic. Dynamic Workflows: Multi-Agent Orchestration Capabilities. 5. Community and developer feedback on Opus 4.8 effort control and non-corner-cutting behavior.