Claude Code A/B Test Silently Shrinks 'High' Effort to Former 'Low' Level
Developers using Claude Code may have noticed a sudden dip in performance this week. According to a report from X user @argofowl, Anthropic is running a server-side A/B test that silently reduces the effective effort level for certain sessions. The change affects Claude Code version 2.1.236 and later, where the model now interprets "high" effort as 10 out of 100 — the exact value "low" used to use. Older versions and Opus 5 are unaffected, and the changelog doesn't mention it.
Key Details
- Version affected: Claude Code 2.1.236+ (specifically noted after 2.1.237)
- Change: The effort scale is shrunk server-side; "high" now maps to 10/100 instead of its previous higher value.
- Scope: Enrolled sessions only — it's an A/B test, so not everyone sees it.
- Detection: If "high" feels like "low" to you, you're in the test group.
- No changelog entry: The change was made without any public documentation.
The reporter, @argofowl, spent an afternoon convinced their own tools were broken before discovering the issue. They expressed frustration with Anthropic's opaque testing practices: "holy fuck anthropic, you guys are unbearable sometimes."
Analysis
This isn't a client-side fix — it's a server-side configuration that affects how the model interprets effort parameters. If you're on version 2.1.236 or later and notice degraded output quality when setting effort to "high", you may be part of this experiment. To avoid the test, you could pin to an older version (e.g., 2.1.235 or earlier) or wait for Anthropic to roll out or revert the change. Since it's an A/B test, your experience may vary.
For developers relying on consistent AI coding agent behavior, this kind of silent change is concerning. There's no official statement from Anthropic yet, and the change isn't mentioned in any public changelog. If you're hit, consider checking your Claude Code version and possibly downgrading to ensure stable performance.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Skills vs. MCP: A Developer's Practical Boundary Question
A developer questions where MCP's value becomes decisive versus Claude Skills after the Skills release made tool integration reasoning harder, noting that well-structured instructions can often suffice without protocol boundaries.
AI Startups Publish Less Research: What It Means for Open Source and Developers
Top AI startups are publishing significantly less research, raising concerns about transparency and reproducibility in the field.

Docker Containers: The Case Against Cron Jobs
A discussion from r/openclaw highlights the contentious topic of using cron jobs within Docker containers. While easy automation might be the immediate appeal, the community advises against it.
Cognitive Surrender: When AI Agents Write Code You Don't Understand
AI coding agents can produce code authors don't understand, leading to unreviewed PRs. The article explores 'cognitive surrender' and how to avoid it in your workflow.