Anthropic Removes Model Version Pinning, Breaking Client Applications

Anthropic's Model Version Policy Change
Anthropic has sent emails to users announcing the deprecation of claude-sonnet-4-5-20250929, forcing all users to migrate to claude-sonnet-4-6. According to their documentation, "claude-sonnet-4-6" always refers to the newest version of Claude Sonnet 4.6, and they no longer list specific version numbers on their model page.
Breaking Change for Client Applications
This change means client applications built using Sonnet will unpredictably break at random times when the model version changes. There's no way to pin to a specific version anymore - checking the model listing in their API playground and documentation confirms this limitation.
When users contacted Anthropic customer support, they encountered an AI chatbot called "Fin" (outsourced from Intercom) that provided contradictory information. The chatbot stated: "if I use the version 'claude-sonnet-4-6', it will always refer to the latest model version, so I should instead pin to the specific version, 'claude-sonnet-4-6'" - which are identical strings.
The user reports that Anthropic's AI chatbot doesn't comprehend that these strings are the same, and there are no actual human support representatives available to address this issue.
📖 Read the full source: HN AI Agents
👀 See Also
Claude Code v2.1.210 Fixes Worktree Isolation, Ultracode Opt-In, and Dozens of Bugs
Highlights include subagent worktree isolation fix, ultracode keyword opt-in fix, new elapsed-time counter, and permission rule deprecations.

Claude Agent SDK Billing Changes June 15: Per-User Credits, No Rollover, Hard Cliff
Starting June 15, Claude Agent SDK usage and claude -p stop counting against subscription limits. Each user gets a separate monthly credit (e.g., Pro $20, Max 5x $100). Credits don't pool, don't roll over, and have a hard cliff.

OpenClaw contributor criticizes project's focus on pixel-perfect parity over modern features
A Reddit post from r/openclaw details how a contributor's PR addressing resolution scaling and high-refresh-rate support was rejected for deviating from the original engine's visual constraints, sparking debate about the project's direction.

When RLVR Helps Small Fine-Tuned Models: A 12-Dataset Analysis
A controlled experiment tested adding RLVR reinforcement learning on top of 1.7B parameter models fine-tuned with SFT. Results show text generation tasks improved by +2.0 percentage points on average, while structured tasks declined by -0.7pp.