FULL STORY

Claude Opus 5 Stumbles: Higher Reasoning Leads to Lower Scores

Claude Opus 5 faces backlash as benchmarks reveal that higher reasoning settings degrade coding performance, alongside unstable probability reasoning and lagging behind GPT-5.6 in bug fixing.

2026-07-24 ~ 2026-07-25 · 3 episodes · 19 posts

Episode 1 · Opus 5 Coding Paradox: Higher Reasoning Leads to Lower Scores (2026-07-24, 13 posts)

Claude Opus 5 reveals a counterintuitive phenomenon in the FrontierCode 1.1 benchmark: increasing reasoning strength to xhigh or max degrades coding scores, making medium effort the optimal setting. This provides practical reference for developers in model selection and configuration.

Confirmed

In FrontierCode 1.1 tests, Opus 5 performs better at medium reasoning effort than at xhigh and max. According to system card data cited by @inductionheads and @keunwoochoi, approximately 20-30% of reported benchmarks show max thinking scoring lower than xhigh. @silasalberti and @hero88645 point out that the core reason for the score drop is that FrontierCode evaluates not just correctness, but also code merge-ability. Its scope metric penalizes the excessive modifications or non-compliant code scope expansion generated by Opus 5 under high reasoning states. Additionally, @thesaraharminta supplemented with Vibe Code Bench data, noting that Opus 5's accuracy rises from low (76.7%), medium (82.0%) to high (88.0%), proving that high reasoning gears still hold an advantage in standard code generation and achieve the best cost-effectiveness.

Unconfirmed

@draginol proposes a speculation that Opus 5's poor performance under high effort might not be a decline in the main model's capability, but rather because it relies more on non-Opus 5 sub-agents to share tasks under this mode, dragging down the overall evaluation score. This mechanism still requires more internal details for confirmation.

Why it matters

This finding breaks the conventional assumption that "more thinking equals better performance." @seh0872 and @brandongalang believe this proves that Opus 5 at medium reasoning effort is the most suitable default state for daily use. It not only avoids code boundary issues caused by "overthinking" but also effectively controls the high cost of the Opus tier, providing a more cost-effective configuration solution for AI programming workflows.

Episode 2 · Claude Opus 5 Shows Erratic Behavior in Probability Tests (2026-07-25, 3 posts)

Benchmark screenshots reveal that Claude Opus 5 exhibits unstable reasoning, repeatedly changing its answer up to 30 times on a single probability question before converging, raising concerns about its reliability.

Episode 3 · GPT-5.6 Beats Claude Opus 5 in Bug Hunt Benchmark (2026-07-25, 3 posts)

In a Bug Hunt Bench test involving 45 hidden bugs in a VS Code extension, GPT-5.6 Sol successfully fixed 22 bugs, outperforming Claude Opus 5 which fixed 11 to 12 bugs and older versions that missed these specific issues.