Benchmarking Opus 5 on SlopCodeBench
- AI
- Developer Tools
- Programming
The post benchmarked Opus 5 on a subset of SlopCodeBench, a research benchmark built to catch a failure that normal coding evals miss. Instead of grading one isolated task, it makes an agent add features checkpoint by checkpoint and then checks whether the resulting code still works and stays manageable. On that setup, Opus 5 posted only a small absolute gain over older Claude results from the paper, while also generating far more functions and generally exhibiting the kind of code bloat the benchmark is meant to expose.
If you use coding agents in production, start measuring what happens after the third and fourth change, not just whether the first task passed. Add review loops, complexity checks, and your own evals now, because model upgrades and prompt tweaks can easily trade short-term output for long-term codebase drag.
-
github.com
- Discuss on HN