HN에게 전하세요: Anthropic에서는 더 이상 특정 모델 버전을 수정할 수 없습니다.
hackernews
|
|
{'이벤트': '📰', '머신러닝/연구': '📰', '하드웨어/반도체': '📰', '취약점/보안': '📰', '기타 AI': '📰', 'AI 딜': '📰', 'AI 모델': '📰', 'AI 서비스': '📰', 'discount': '📰', 'news': '📰', 'review': '📰', 'tip': '📰'} AI 모델
#ai 모델
#anthropic
#claude
요약
그들이 나열하는 유일한 버전은 "claude-sonnet-4-6"이며, 자체 문서에 따르면 항상 Claude Sonnet 4.6의 최신 버전을 나타냅니다. AI 챗봇은 "claude-sonnet-4-6" 버전을 사용하면 항상 최신 모델 버전을 참조하므로 대신 특정 버전인 "claude-sonnet-4-6"을 고정해야 한다고 알려줍니다.
왜 중요한가
본문
I just got an email from Anthropic telling me they are deprecating their good model, which actually works well, claude-sonnet-4-5-20250929, and will be forcing all users to use the worse newer model, claude-sonnet-4-6. Okay, fine, I thought. Then I went to their model page to check what is the latest version of that model. They don't list any! The only version they list is "claude-sonnet-4-6", which, according to their own documentation, always refers to the newest version of Claude Sonnet 4.6. This means that the client applications I've built using Sonnet will unpredictably break at random times when the model version changes. I tried contacting Anthropic customer support, but of course they don't have any actual humans, they only have an AI chatbot (chatbot called "Fin", OUTSOURCED from Intercom, which is notoriously bad at making chatbots). Their AI chatbot tells me that 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". Those strings are the same. Anthropic's AI chatbot does not seem to comprehend that they are the same strings. I also checked the model listing in their API playground and I checked the docs, and there's absolutely no way to pin a specific version anymore.