User Reports Sonnet 4.6 Outperforms Opus 4.6 for Practical Coding Tasks

A developer shared their experience switching from Claude Opus 4.6 to Sonnet 4.6 after encountering issues with over-engineering and incomplete work. The user had been using Opus 4.5 and 4.6 through the API, initially impressed but later discovering problems.
Key Issues with Opus 4.6
The developer reported that Opus 4.6 would mark work as "complete" when it was actually half-done. In one specific example, when asked to ensure a copytrade app used default risk settings to override scraped Telegram signals, Opus implemented a fix that worked but introduced a 500ms lag to the broker API. The lag occurred because Opus added code that checked risk settings twice, significantly slowing down the copy trader.
Sonnet 4.6 Performance
After switching to Sonnet 4.6, the developer observed:
- Huge drop in token burn (reduced API costs)
- More careful and thoughtful work output
- Sonnet identified and fixed the lag issue in 2 seconds
- Traced the performance problem directly to Opus's "fix"
The developer characterized Opus's approach as "over engineered without a thought to the result of the actual process," while finding Sonnet superior for practical implementation tasks.
📖 Read the full source: r/ClaudeAI
👀 See Also

VibeThinker-3B: A 3B Parameter Model That Matches 671B DeepSeek on AIME Math Benchmarks
Sina Weibo researchers released VibeThinker-3B, a 3B parameter model scoring 94.3 on AIME 2026—matching DeepSeek V3.2 (671B). The paper introduces the Parametric Compression-Coverage Hypothesis, arguing verifiable reasoning can be compressed into small models.

Claude Code v2.1.129: Autonomous Loop Persistence Guidance and Background Agent State Classifier
Claude Code v2.1.129 adds CLAUDE_CODE_LOOP_PERSISTENT system prompt for autonomous work loops, removes verification specialist subagent, and expands background agent state classifier with detailed boundaries.

DeepSeek V4 pricing reality check: 178x cheaper cached tokens vs Opus, but capability lag acknowledged
DeepSeek V4 Pro input at $0.145/M tokens vs Claude Opus 4.7 at $5/M (34x cheaper); cache hits at $0.0036/M vs $0.625/M (173x cheaper). Capability is 3-6 months behind GPT-5.4 and Gemini 3.1 Pro.

Claude Code v2.1.160: Safety Prompts for Shell Config, acceptEdits File Protection, and Dozens of Bug Fixes
Anthropic released Claude Code v2.1.160 with safety prompts before writing to shell startup files and build-tool configs in acceptEdits mode, improved Windows clipboard support, and fixed session history loss.