Anthropic's Method to Losing Goodwill in a Few Easy Steps
这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。
Anthropic 近期在多个方面损害了用户信任。其 Claude API 稳定性差,且用户订阅后被锁定在 Anthropic 的生态系统内,无法将订阅用于其他更优的开源工具。此外,Anthropic 对第三方工具的使用采取了“额外使用”计费政策,即使在订阅期内,用户使用第三方工具仍需按量付费,导致成本大幅增加。…
Edit: This was a hit on HackerNews and I received a ton of valuable feedback. I’ve put markers for the amendments I’ve made
Recently, I had the rare opportunity to test several agent harnesses, LLMs, and AI gateways in my daily tasks and greenfield projects. Each discovery befuddled me on the popular sentiment for agentic development.
I learned that in the past two weeks, Anthropic has diminished in value for coding with their enshittification, vendor lock in, consumer malpractice, and price gouging, all while open source models are more competitive than ever.
API Reliability
Claude’s API is notoriously unstable, yet it’s the only API provider that is compatible with a Claude subscription.
Edit: When I began writing this article, it was mid May which is why the screenshot is out of date. As of July, Claude's reliability has increased somewhat
Other API providers like Vertex AI, AWS Bedrock, and Azure only serve the pricier Anthropic API credits. If you want to subscribe to Claude, you’re stuck with Anthropic’s servers.
If you’re debugging an incident at work and are using Claude to help, pray that it stays up because you’re only productive when Claude is online.
Claude Code
Claude Code is Anthropic’s primary consumer-facing engineering interface, and once you’re in, you’re locked in. Your Claude subscription—which is a cheaper version of the Anthropic API—is restricted to use with the Claude Code CLI/Desktop, Claude CoWork, or @Claude in Slack.
Edit: You can also use the Agent SDK
But that isn’t a bad thing! In fact, Claude Code is the most popular and the best agent harness. It’s backed by a large company at the forefront of agentic software development. As of writing, Claude Code CLI only has around 9100 open Github issues , with small unresolved issues like it completely freezing for the last 6+ months or a screen flickering issue open for more than a year. Each changelog entry has a bug fix in almost every release , which is a sign of reliable and stable software!
For those who don’t get it, Anthropic is using Claude Code to write itself, and it shows in its quality. Because they restrict you to their ecosystem, it justifies falling behind better coding harnesses.
For reference, here is what the Claude Code CLI looks like:
And here is what the OpenCode CLI looks like:
I would take OpenCode’s interface any day over Anthropic’s, but I am prohibited from applying my Claude subscription to OpenCode.
There are FOSS projects to circumvent Anthropic’s policies, which allow you to use your Claude subscription instead of an expensive Anthropic API Key. A notable example is the Pi Coding Agent , which comes with built-in support for Claude OAuth.
However, you’ll notice this message at the bottom when you attempt to authenticate with your Claude account:
Warning: Anthropic subscription auth is active. Third-party harness usage draws from extra usage and is billed per token, not your Claude plan limits.
Manage extra usage at https://claude.ai/settings/usage.
“Extra usage” is Anthropic’s answer to their plan limits. When you exceed your five hour session or weekly limit, you’re billed through the Anthropic API. This requires consent by the user on their plan and is good for those with long-running AI sessions. When I authenticate with Claude in Pi Coding Agent, it bills from Extra Usage, meaning my subscription doesn’t save me any money. Fine.
It’s a completely different thing when I’m using the tool they force me to use, and they still retract extra usage before I reach my rate limit.
Here is a confusing announcement from Claude’s Twitter account on May 13th. 2026:
For the confused, here is the no bullshit summary from Zed’s blog :