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

Why Lawyers Keep Citing AI-Hallucinated Cases: A Developer's Take
1,400+ court cases cite AI-made-up precedents. Lawyers keep trusting hallucinations despite sanctions. How automation bias undermines professional judgment.

Reddit Post Critiques Virtual CEO Agent Workflows, Advocates for Skill-Based Approach
A Reddit post on r/openclaw criticizes creating AI agents with job titles like 'backend developer' or 'growth hacker' as unnecessary overhead, proposing instead to package abilities as reusable skills that can be called when needed.

Microsoft releases Phi-4-reasoning-vision-15B multimodal model with training insights
Microsoft Research has released Phi-4-reasoning-vision-15B, a 15 billion parameter open-weight multimodal reasoning model available through Microsoft Foundry, HuggingFace, and GitHub. The model balances reasoning power with efficiency and excels at math/science reasoning and UI understanding.

DeepSeek Paid API Uses Prompts for Training — What OpenClaw Users Need to Know
DeepSeek's official API logs prompts for training, even on paid tiers. Gemini only logs on free AI Studio. OpenClaw now defaults to DeepSeek V4 Flash — beware when processing personal data.