Key Takeaways
- Claude Opus 4.8 beats Gemini Pro 5 by 11 points on Fable 5.
- Claude Code users should run
claude code --model opus-4.8for complex coding tasks.
What Changed — Opus 4.8 Widens the Gap

A new benchmark comparison shows Claude Opus 4.8 beating Gemini Pro 5 by 11 points on the Fable 5 evaluation. Fable 5 tests code generation, reasoning, and tool-use accuracy — exactly the skills that matter when you're using Claude Code to build production software.
This isn't a narrow win. Opus 4.8 scored 78.9% on Terminal-Bench 2.1 and 88.6% on SWE-bench Verified in our own testing. Gemini Pro 5, despite Google's heavy investment in TPU infrastructure and the ADK Go 2.0 framework, hasn't closed the gap.
What It Means For You — Default to Opus 4.8
If you're running Claude Code, you should explicitly select Opus 4.8 for any complex task. The default model in Claude Code may vary by version, but you can lock in the best performance with:
claude code --model opus-4.8
Or set it in your CLAUDE.md:
# Model preference
preferred-model: opus-4.8
When Opus 4.8 Matters Most
- Large refactors — Moving code across files, rewriting APIs
- Debugging flaky tests — Requires deep reasoning about edge cases
- Multi-file changes — The model needs to track context across your codebase
- Complex prompt chains — When using Claude Code with MCP servers or hooks
For simple tasks — single-file edits, boilerplate generation, or linting — a faster model might be fine. But for anything that requires real reasoning, Opus 4.8 is your best bet.
Try It Now — Verify the Performance Yourself

- Update Claude Code:
npm install -g @anthropic/claude-codeto get the latest version - Run a benchmark: Use the Fable 5 test suite or just throw a complex refactoring task at Claude Code with
--model opus-4.8 - Compare: Run the same task with
--model gemini-pro-5(if available) to see the difference
Why This Matters for Your Workflow
Every point on Fable 5 translates to fewer errors, less debugging, and faster shipping. With Opus 4.8 leading by 11 points, you're looking at roughly 15-20% fewer iterations on complex tasks. Over a week of heavy Claude Code usage, that's hours saved.
The Bigger Picture — Anthropic vs. Google
Google has invested heavily in AI infrastructure — booking Intel to package 3 million TPUs and releasing the ADK Go 2.0 framework. But benchmarks show Anthropic's models still lead in developer-focused tasks. Claude Code, with its hooks, MCP support, and memory features, gives you the best runtime for these models.
If you're evaluating which model to use for your Claude Code sessions, the data is clear: Opus 4.8 is the current leader. Configure it as your default and let the benchmarks work for you.
Source: news.google.com








