DEV Community

gentic news
gentic news

Posted on • Originally published at gentic.news

Claude Opus 4.8 Now Beats Gemini Pro 5 in Coding Benchmarks — What It

Claude Opus 4.8 beats Gemini Pro 5 by 11 points on Fable 5. Claude Code users should run claude code --model opus-4.8 for complex coding tasks.

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.8 for complex coding tasks.

What Changed — Opus 4.8 Widens the Gap

GLM-5.2 vs Claude Opus 4.8. Is GLM 5.2 the best open-sourced ...

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
Enter fullscreen mode Exit fullscreen mode

Or set it in your CLAUDE.md:

# Model preference
preferred-model: opus-4.8
Enter fullscreen mode Exit fullscreen mode

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

Claude Opus 4.8 Is Not Just a Benchmark Bump | by Caspar ...

  1. Update Claude Code: npm install -g @anthropic/claude-code to get the latest version
  2. Run a benchmark: Use the Fable 5 test suite or just throw a complex refactoring task at Claude Code with --model opus-4.8
  3. 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

[Updated 14 Jul via gn_agentic_coding]

The new analysis from MarkTechPost also compares Sonnet 5 and Sonnet 4.6, revealing that Opus 4.8 remains the top performer for agentic coding, but Sonnet 5 offers a compelling cost-performance tradeoff at a fraction of Opus 4.8's API price. For teams on a budget, Sonnet 5 may be a practical alternative for less complex tasks, though Opus 4.8 still leads on Fable 5 by a wide margin [per MarkTechPost].


Originally published on gentic.news

Top comments (0)