Benchmarking Opus 5 on SlopCodeBench: Analyzing Long-Horizon Coding Performance and Codebase Evolution Quality
A recent evaluation of Anthropic's Opus 5 on the SlopCodeBench benchmark, a long-horizon coding test developed by the UW Madison lab, reveals that while the model leads with a 24% pass rate, it faces significant challenges in maintaining codebase quality. Unlike traditional benchmarks that provide all requirements upfront, SlopCodeBench utilizes evolving checkpoints to simulate real-world software development. The results show that Opus 5, along with Sonnet 5 and Opus 4.8, exhibits significant increases in verbosity and "code smell" as tasks progress. Notably, Opus 5 produced five times the number of functions compared to Opus 4.8 for the same challenges. These findings suggest that current AI models still face substantial hurdles in simulating the iterative nature of professional software engineering.
Key Takeaways
- Opus 5 Performance: Opus 5 achieved a 24% strict pass rate on a subset of SlopCodeBench, outperforming previous leaders like Opus 4.6 (17%) and GPT-5.4 (11%).
- Benchmark Innovation: SlopCodeBench, released in March 2026 by UW Madison, introduces "checkpoints" where requirements evolve over time, moving away from the "whole problem upfront" approach of traditional benchmarks.
- Quality Degradation: All tested models, including Sonnet 5 and Opus 5, showed a significant increase in verbosity, complexity, and code smell metrics as they progressed through the challenges.
- Structural Inefficiency: In the tested subset, Opus 5 wrote five times the number of functions/callables compared to Opus 4.8, indicating a potential struggle with maintaining concise codebase architecture.
In-Depth Analysis
The Evolution of Coding Benchmarks: SlopCodeBench vs. Traditional Methods
The landscape of AI coding evaluation is shifting with the introduction of SlopCodeBench, a long-horizon benchmark from @GOrlanski's lab at UW Madison. The primary critique of existing coding benchmarks is their tendency to divulge the entire problem statement at the beginning of the task. This does not accurately reflect real-world software engineering, where requirements are often fluid and codebases must be evolved incrementally.
SlopCodeBench addresses this by implementing multiple "checkpoints." In this framework, the model does not know the full scope of the problem initially; instead, it must adapt and evolve the codebase as new requirements are revealed at each stage. This methodology tests a model's ability to maintain codebase quality over a long horizon, a metric that has historically been difficult to quantify beyond subjective "vibes." The benchmark remains largely unsaturated, as even the most advanced models available in early 2026, such as GPT-5.4 and Opus 4.6, recorded strict pass rates of only 11% and 17%, respectively.
Performance Metrics: Opus 5 and the Challenge of Codebase Quality
In a recent six-hour live test involving a subset of SlopCodeBench, three Claude models—Opus 4.8, Sonnet 5, and Opus 5—were evaluated. While Opus 5 emerged as the technical winner with a 24% pass rate, the improvement over Opus 4.6's 17% was relatively modest. The data suggests that while raw problem-solving capability is increasing, the ability to manage complex software architecture remains a significant hurdle.
One of the most striking findings was the increase in code complexity and verbosity across all models. As the challenges progressed through different checkpoints, the models consistently produced code that exhibited higher "code smell" metrics. Specifically, Opus 5 demonstrated a tendency toward extreme structural expansion, writing five times the number of functions or callables than Opus 4.8 when faced with the same set of challenges. This suggests that while Opus 5 may be more capable of meeting the evolving requirements, it does so at the cost of codebase maintainability and structural efficiency.
The Gap Between Benchmarks and Real-World Engineering
The results from SlopCodeBench provide a rare empirical signal for the limitations of current AI models in professional software engineering contexts. The benchmark highlights that building one issue at a time—the standard practice for human developers—is a task where today's models still struggle to remain reliable. The tendency for models to become more verbose and complex as requirements change indicates a lack of "long-term vision" for the codebase.
While Opus 5 represents the current state-of-the-art in this specific long-horizon context, the 24% pass rate underscores the fact that AI coding agents are not yet proficient at the iterative evolution of software. Future evaluations are expected to include other high-tier models such as Fable and 5.6 Sol to see if they can bridge this gap in codebase quality and evolutionary logic.
Industry Impact
The benchmarking of Opus 5 on SlopCodeBench signals a critical turning point for the AI industry's approach to coding assistants. It moves the conversation from "can the AI solve a snippet?" to "can the AI manage a project?" The high failure rates and the observed degradation in code quality suggest that the industry may need to focus less on raw logic and more on context engineering and architectural preservation. For companies developing AI coding agents, these results highlight that verbosity and complexity are emerging as primary technical debts that AI models incur when tasked with long-term software maintenance. This benchmark will likely become a standard for measuring the "real-world readiness" of future models like the upcoming 5.6 Sol.
Frequently Asked Questions
Question: What makes SlopCodeBench different from other coding benchmarks?
Unlike traditional benchmarks that provide the entire problem at once, SlopCodeBench uses a checkpoint system. Models must evolve a codebase over time as new requirements are revealed, which better simulates real-world software development cycles.
Question: How did Opus 5 compare to GPT-5.4 in these tests?
According to the original paper and recent tests, Opus 5 achieved a 24% pass rate on a subset of the benchmark, while GPT-5.4 previously recorded an 11% strict pass rate. While Opus 5 is technically superior in this metric, both scores remain relatively low, reflecting the difficulty of the benchmark.
Question: What is "code smell" in the context of these AI benchmarks?
In this context, "code smell" refers to metrics like increased verbosity, unnecessary complexity, and an excessive number of functions. The tests showed that as requirements evolved, models like Opus 5 wrote significantly more code (5x more functions than Opus 4.8) to solve the same problems, indicating declining code quality.


