← Hacker News

Ask HN: Why Opus4.6 was silently removed from Claude Code?

Hacker News · t0duf0du · April 22, 2026
Opus 4.6 was working fine after the whole cache problems were solved. Now after the release of Opus 4.7, Anthropic has completely removed Opus 4.6. Why is Anthropic taking such poor descisions and screwing up with their customer

Detailed Analysis

Anthropic's removal of Claude Opus 4.6 from Claude Code following the April 16, 2026 release of Opus 4.7 has sparked pointed criticism on Hacker News, with users objecting primarily to the absence of advance notice rather than the upgrade itself. The removal was effectuated through an auto-update to Claude Code that hardcoded the model selector to exclude "claude-opus-4-6," overriding existing user configurations without surfacing error messages or deprecation warnings. Users who attempted to revert to the older model found their settings silently broken, and no official communication from Anthropic explained the timeline or rationale. The episode has been characterized by the developer community as an example of poor lifecycle management transparency, particularly given that Opus 4.6 had itself only recently stabilized after earlier cache-related issues were resolved.

The technical justification for retiring Opus 4.6 is substantive. Opus 4.7 represents a meaningful capability leap, delivering roughly three times better performance on Rakuten-SWE-Bench for production coding tasks, a 13% improvement on a 93-task internal coding benchmark, enhanced code quality, and new behaviors such as self-verifying proofs on systems code. Anthropic's own migration documentation confirms a number of breaking changes between the two versions, including the removal of extended thinking budgets in favor of adaptive allocation, the elimination of manual sampling parameters such as temperature and top_p, the deprecation of assistant message prefills, and the removal of legacy tools like undo_edit. Collectively, these changes signal that Opus 4.7 was not designed as a drop-in replacement but as a re-architected model, making continued parallel support of 4.6 within a tightly integrated interface like Claude Code genuinely complex to maintain.

The broader frustration expressed in the Hacker News thread centers on cost and communication rather than capability. Multiple users noted that API access to older models carries a 2–2.5x pricing premium, meaning developers who relied on 4.6's behavior patterns and wished to continue using it via the API faced immediate financial consequences. The lack of any official statement explaining the silent removal has been compared unfavorably to standard deprecation practices in enterprise software, where advance notice periods and migration guides are considered baseline obligations to paying customers. Anthropic does appear to have published a migration guide for the 4.6-to-4.7 transition, but its existence was not proactively surfaced to Claude Code users at the moment of removal, undermining its utility as a transition resource.

This incident fits into a recognizable pattern in Anthropic's recent release cadence, which has accelerated sharply through the Claude 4 series following the earlier Sonnet 3.x generation. Rapid iteration is a competitive necessity in the current AI landscape, where OpenAI, Google DeepMind, and others are releasing successive model generations on compressed timelines. However, rapid iteration creates systemic friction for production users who build workflows, prompts, and integrations around specific model behaviors, and who require predictability to manage engineering and cost overhead. The Claude Code interface, as a developer-facing tool explicitly positioned for agentic and production coding workflows, is particularly sensitive to these disruptions, since its users are more likely than casual consumers to have deeply optimized their toolchains around a given model version.

The episode underscores a structural tension that Anthropic and its peers have yet to fully resolve: how to sustain aggressive model improvement cycles while honoring the stability expectations of professional developers. Practices common in enterprise API management — versioned deprecation timelines, proactive email notification, grace periods with parallel availability — have not yet been consistently applied to AI model lifecycle events, even as AI tools increasingly occupy critical positions in production software pipelines. As Claude Code matures and its user base deepens its operational dependency on specific model behaviors, Anthropic will face growing pressure to formalize and communicate model retirement policies, or risk continued erosion of developer trust at precisely the segment of its customer base most capable of driving platform adoption at scale.

Read original article →