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

Context Quality Degradation in AI Agents: Hallucination Rates Increase with Token Count
Testing shows hallucination rates increase from ~3% at 10K tokens to ~28% at 200K tokens, with recall accuracy dropping below 90% for early-session information once context exceeds 50K tokens.

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

OpenClaw LTS Prioritizes Codex Instructions Over AGENTS.md — Breaks Custom Workflows
OpenClaw LTS 2026.6.33 routes all agents through the Codex harness, ignoring AGENTS.md custom instructions. This breaks workflows for users with custom AGENTS.md files.

Two AI Failures in One Demo: Claude Code Fixes Spelling Instead of Schema Error, OpenAI Mangles Custom Field Mapping
During a live workshop, Claude Code ignored a JSON schema validation error to fix spelling warnings, and OpenAI returned garbage on first attempt at mapping weird custom Salesforce fields.