I know this is somewhat unreasonable but watching "devs" unable to work because "faceless corp 1007" cut their access definitely has a level of schadenfreude to it.
Anthropic blocks third-party use of Claude Code subscriptions
221–230 of 533 posts
Re: Anthropic blocks third-party use of Claude Code subscriptions
#222Earlier quoted context omitted.
> Anyway, this is embarrassing for Anthropic. Why? A few times in this thread I hear people saying "they shouldn't have done this" or something similar but not given any reason why. Listing features you like of another product isn't a reason they shouldn't have done it. It's absolutely not embarrassing, and if anything it's embarrassing they didn't catch and do it sooner.
Because the value proposition that has people pay Anthropic is that it's the best LLM-coding tool around. When you're competing on "we can ban you from using the model we use with the same rate limits we use" everyone knows you have failed to do so. They might or might not currently have the best coding LLM - but they're admitting that whatever moat they thought they were building with claude code is worthless. The b…
Re: Anthropic blocks third-party use of Claude Code subscriptions
#223Re: Anthropic blocks third-party use of Claude Code subscriptions
#224They can’t apply these changes or update parts of the flow for the non-Claude CLI, which explains their latest move.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#225Earlier quoted context omitted.
More evidence the EU solved the wrong problem. Instead of mandating cookie banners, mandate a single global “fuck off” switch: one-click, automatic opt-out from any feature/setting/telemetry/tracking/training that isn’t strictly required or clearly beneficial to the user as an individual. If it’s mainly there for data collection, ads, attribution, “product improvement”, or monetization, it should be off by default an…
Remember what happened do the DNT flag in the browser? They just ignored until it was gone. If you don’t give them a way to trick and annoy you into accept tracking they ignore completely what you want
to the point that Apache web server developers added a custom rule in the default httpd.conf to strip away incoming DNT headers !!!
https://arstechnica.com/information-technology/2012/09/apach...
Re: Anthropic blocks third-party use of Claude Code subscriptions
#226This is an unusual L for Anthropic. The unfortunate truth is that the engineering in opencode is so far ahead of Claude Code. Obviously, CC is a great tool, but that's more about the magic of the model than the engineering of the CLI. The opencode team[^1][^2] built an entire custom TUI backend that supports a good subset of HTML/CSS and the TypeScript ecosystem (i.e. not tied to Opencode, a generic TUI renderer). Th…
This is nothing new, they pulled Claude models from the Trae editor over "security concerns." It seems like Anthropic are too pearl-clutching in comparison to other companies, and it makes sense given they started in response to thinking OpenAI was not safety oriented enough.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#227Earlier quoted context omitted.
My favorite is running CC in a screen session. There if I type out a prompt and then just start holding down the backspace key to delete a bunch of characters, at some point they key press refresh rate outruns CC’s brains and it just starts acting like it moved the cursor but didn’t delete anything. It is an embarrassing bug, but one that I suspect wouldn’t be found in automated testing.
Talking about embarrassing bugs, Claude chat (both web and iOS apps) lately tend to lose the user message when there is a network error. This happens every day to me lately. It is frustrating to retype a message from memory, first time you are "in the flow" second time it feels like unjust punishment. With all the Claude Code in the world how come they don't write good enough tests to catch UI bugs? I have come to th…
Re: Anthropic blocks third-party use of Claude Code subscriptions
#228For folks not following the drama: Anthropic's $200/month subscription for Claude Code is much cheaper than Anthropic's pay-as-you-go API. In a month of Claude Code, it's easy to use so many LLM tokens that it would have cost you more than $1,000 if you'd paid via the API. Why is Anthropic offering such favorable pricing to subscribers? I dunno. But they really want you to use the Claude Code™ CLI with that subscript…
I guess one issue is that you pay $200/month whether you use it or not. Potentially this could be better for Anthropic. What was not necessarily foreseeable (ok maybe it was) back when that started was that users have invented all kinds of ways to supervise their agents to be as efficient as possible. If they control the client, you can't do that.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#229Earlier quoted context omitted.
Or call the tool "Read" and it works, according to an issue comment. But actually the solution is checking out how the official client does it and then doing the same steps, though if people start doing this then Anthropic will probably start making it more difficult to monitor and reverse engineer. It might not matter, as some people have a lot of expertice in this, but people might still get the message and move aw…
The endgame is a small background agent that runs Claude Code every once in a while, inspects its traffic, and adjusts on the fly.
And if an open source tool would start to use those keys, their CI could just detect this automatically and change the keys and the obfuscation method. Probably quite doable with LLMs..