ES version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
67% Positive
Analyzed from 5451 words in the discussion.
Trending Topics
#claude#anthropic#code#models#don#more#why#using#model#open

Discussion (134 Comments)Read Original on HackerNews
If you don't want to get locked in to Claude Code, you can pay more. Just like you can pay more for an unlocked non-carrier subsidized phone. (Which I personally do.)
Looks like they actually walked this bit back
In other words, it is not like giving free nuts at bar to make you drink more beer but more like Nestle giving baby formula so that the babies get use to that instead of mothers milk
The monthly plans are heavily subsidized by the API users - why should Anthropic subsidize your use of pi.dev?
What does it matter which tool I use when I hit the limit?
And even if you pay-as-you-go Anthropic seems to prefer their own tools
https://news.ycombinator.com/item?id=48788599
It's totally reasonable for tech folks to be leery of a company using a strong market position from one system (Windows/Claude) to push mediocre complementary software (IE/CC).
Dario took the tremendous goodwill his row with Hegseth gave him and blew it. The major problems are Anthropic’s back-end instability and front-end kludginess (Electron!) revealing the gap between Anthropic’s capability and marketing, and Dario bizarrely copying Altman’s 2023 fire-and-brimstone playbook that had already massively backfired.
And if the Electron app were flawless, that would be one thing. It isn’t. It’s buggy, feature light, constantly updating and slow.
Claude is a buggy mess because it's slop, not because it's electron. Heck, it runs a full Linux VM under the covers without asking.. it's insane.
Their super app is oversized, but that's the MS playbook with Teams, overusing resource to justify upgrade budget from IT dept, typical enterprise sales trick.
>if you don't want to get locked in to Claude Code
All of these companies are built around eventually locking you in then selling to some other company. "Just pay more" is not a real solution. Once the competition dies down and there are only a handful of companies (if we are even lucky enough for that) with viable LLM products, your ability to jump ship is going to diminish. It always does. There is no way they aren't working on better lock in tactics.
The global LLM market seems trending towards fragmentation. And lock-in appears to be diminishing, not increasing, particularly for companies that set up a multi-model workflow.
Wait until investors stop giving out money out of FOMO. Google/Facebook/etc. gonna swoop in on anyone who is remotely viable and independent anyway
You're just upset that you don't get to use their VC money the way you want to use it lol. It either is a good deal or it isn't, if it is just say, thanks free VC money, if it isn't say fuck you.
Except they themselves cannot afford it and as the article also mentioned, their level of service and uptime is atrocious for the price they are offering.
Their unpredictable pricing model is designed to make it easy for you to lose more money without you knowing. Unannounced model switching, nerfing old/new models, classifiers detecting 'unsafe' instructions to downgrade the selected model and overcharging API prices and locking subscriptions to a broken vibe-coded harness.
You don't get anything by defending Anthropic, given their past behavior.
https://news.ycombinator.com/item?id=48597861
Thats not true at all. You can use the Agent SDK [1], which uses your subscription [2]. I use it via ACP [3] with custom system prompts and tooling. I have found it very powerful and flexible. It has its own agent loop, of course, so maybe thats the limitation using it with opencode?
[1] https://code.claude.com/docs/en/agent-sdk/overview
[2] They were talking about giving credits for the SDK usage rather than it using your allowance directly, but that seems to have been put on hold for now. If and when that changes, I will likely jump ship, but I am more than happy with it right now.
[3] there isn't an official ACP wrapper - zed have one but its quite limited. its trivial to build one though, or you can just use the SDK directly and wire it into your interface of choice.
linked by another comment: https://support.claude.com/en/articles/15036540-use-the-clau...
https://support.claude.com/en/articles/15036540-use-the-clau...
https://the-decoder.com/anthropic-backs-off-unpopular-billin...
So... maybe we can still use third party harnesses with Claude Code subscriptions... for now? Until they change their mind again?
The way I read this is: yes, if the third party harness uses Anthropic's Agent SDK. Most of them do not, AFAIK, and are still against ToS (though maybe its not enforced for now)
So this wasn't even about third-party harnesses that replace the toolset Claude has access to, and try to call the Claude API with subsidized credentials. No, this was literally a blessing for their desktop UI's over others, all driving Claude Code's CLI at the end of the day.
To the broader point, it's hard not to see that as arbitrary and borderline spyware. Software that sniffs the context in which it's executed and uses that to phone home about billing is the type of thing you'd expect from the most corporate parts of the gaming industry, not a frontier lab, but here we are.
> If you want to autocomplete, like I do, you don’t need Fable, or even Opus; Sonnet works fine.
It reads like "if you want to go to the grocery store, you don't need a space shuttle, or even a SR-71 Blackbird; a Cessna works fine."
On a modern-ish GPU these should run really fast with little latency. They cost nothing and don't send your data to anyone.
Whenever you are faced with a corpo you should conceptualize it as a system that will happily mow you over for increased profits, unless it is legally bound to not prioritize profits above everything else and its structural incentives push it in a pro-social direction.
People do like to join corporate brand loyalty teams, which just seems to me like a way to guarantee disappointment.
I've used a Mac essentially continuously for 28 years. Always the not-quite cheapest, often secondhand, always in the context of a job that required deep understanding of Linux.
Macs never quite frustrate me more than the alternatives, but I maintain an interest in possible alternatives, and at any point if switching made a fundamental difference, I'd switch. I have found a Windows convertible tablet to be a better lightweight travel companion than a Mac or an iPad, and I have a solid, reliable Kubuntu machine on my desk.
IMO as a professional tech user you should always have options, and you should re-evaluate when you can do so at no real cost.
You can say it's inconvenient but it's hard to argue they're being greedy when they do these things to merely lose a little bit less money on every subscription they sell.
I've already got it hooked up to local models if there's no viable hosted option.
We are currently in the "$7/mo Netflix with all the good movies" era of AI that will leave and never return.
Nowadays I went from Claude 20x to 5x and been using the GLM model on OpenCode... No regrets.
But actually their own codex harness is quite decent on its own and doesn't have the quality issues or bloat that Claude Code does. Native Rust and open source. And in fact I've got a configuration here to point it at GLM which I also use (via Neuralwatt subscription) in addition to OpenAI's sub.
I do not like opencode's philosophy on the clipboard, it tries to be too clever.
me: Can you implement the next thing
OpenCode+Codex: Yep I'll do that next. <does nothing and returns to prompt>
me: Well?
OpenCode+Codex: <starts implementing>
me: Looks good, let's fix this one issue.
OpenCode+Codex: Sure let's do that. <does nothing and returns to prompt>
me: <bangs head against wall>
--
I've found the codex cli to be much better in this regard, it doesn't nearly derp out so much at higher token counts.
Opus is still my favourite model (I've found 4.6 specifically gives me the best results in OpenCode), but with all the shenanigans Anthropic is pulling, Codex is a close enough substitute.
And yeah, I am supplementing with GLM 5.2 and have actually found it quite complimentary.
One of Codex's weaknesses is "excessive staging" -- basically it's quite cautious and pushes a very incremental approach. This is good for working in an established codebase (which most work is anyways). But for yeeting new projects, Claude always shone better for me (though it often left a mess of race conditions and unhandled negative cases that I had to clean up by hand or with codex)
GLM actually does pretty well in this regard, with the right prompting. It's more "creative" than GPT.
Migrating my skills/agents and config was fairly straightforward.
Pi's agent harness seems to be more responsive and quicker than CC (perhaps with the prompt caching and squashing it does behind the scenes)
Tempted to do a write-up on migration.
I am only using Pi with Github Copilot as I am scared I will get my Claude account banned if I use the Oauth with Pi.
pi.dev
OpenAI, as much as I dislike them, seems to be the only big AI lab that doesn't care what agent harness you use, so that's where my $100 a month goes.
Anyone from Anthropic here who could answer this?
How many businesses are actually dependent on Claude? As in - Anthropic’s pricing or licensing changes can kill their business?
How many developers are “Claude developers” and can’t be effective with other tools?
This discussion is full of people saying they won’t use Claude anymore, and presumably some of them will actually do that. That’s good, there are alternatives.
No need to picture general anti-AI stance as some kind of herecy to be punished by the Inquisition Of The Holy Progress.
I saw a guy trashing Anthropic on Threads the other day, looked up his LinkedIn and he worked for OpenAI in PR.
I spent a few weeks in the OpenClaw Discord and there was a competitive sport there where people were posting screenshots of how many hundreds of billions of tokens they were burning per day. It was like what I saw a while back with people on r/DataHoarder abusing the unlimited free storage plans and putting petabytes of torrents onto them. (Well, not technically abusing ;)
That being said it does also of course make normal users sad.
(My harness uses less tokens than Claude Code! But I'm not allowed to use it, because we can't have nice things.)
Don't quote me on this but I recall (in March?) OpenAI saying it's totally cool to use your sub with 3rd party stuff, on like the same day when Anthropic was being grilled hard for their changes. (Never interrupt your opponent when he is making a mistake!) I don't know if they can keep that up though, now that the VC money apparently ran out and everyone needs to actually become profitable overnight.
Their only options. They have to eventually show a return on the investment bonfire that they have been burning. This is apparently all they are teaching at business school now, since it seems to be what almost all companies are doing.
In another year the open source models will be good enough for almost anything.
When your choices are a Cadillac or a bicycle, a lot of people will take the Cadillac. When you add in the option of a Hyundai, that gets the job done for a huge number of needs.
I wouldn’t call Fable “enshittification.”
Anthropic knows what they have.
I’m looking around for the article with the marketshare chart over time and I’ll update my comment if I find it.
This is the closest article I could find, though the one I had read earlier had a nice graph and was updated to 2026:
https://chatforest.com/guides/anthropic-overtakes-openai-ent...
Here’s a decent one:
https://menlovc.com/perspective/2025-the-state-of-generative...
LLM Market Share: Anthropic Extends Its Lead in the Enterprise
This is a non-sequitur.
Most consumer apps don't even list all the bugfixes.
If agi why not agi shaped?
Fable returning wrong answers if it suspects the topic is sensative is the ultimate icing on the huge cake of lies and gaslighting they’ve been baking the past 6 months.
Citation, please? On the original release they downgraded models silently to Opus 4.8 when they suspected it was being used for LLM development, but they stopped doing that. Now when you hit one of the guardrail subjects it downgrades to Opus 4.8 visibly in all cases.
I've never seen anything suggesting they're deliberately returning wrong answers. Maybe you're thinking of Gemini's anti-distillation tech?
Of course they won't give you thousands of dollars of inference for a couple hundred bucks without making sure you're properly tied to their walled garden.
Yeah, of course Dario and any other Anthropic spoke person will vastly exaggerate the capabilities of their product and promote vibe coding and now "loop engineering", just like Coca-Cola would love for you to drink gallons of Diet Coke everyday, just like Oracle some twenty ago promoted for Enterprises that they could just use Oracle Databases to serve web applications right from the DB, as this would force you to use more CPUs and Oracle DB is licensed by core.
The business model for inference is metered usage, more usage => mode money. Again, the subscription model is just a bump in the road to acquire customers, once you're metered, the more you use, the better for anthropic.
Why people get surprised with that stuff?
Surely, they're not making up for the costs of training and R&D and may be losing money on the hardcore users, but rest assured they are not losing thousands of dollars for each customer on average.
I agree that this is their goal. The reason that people don't understand why Anthropic wont let the subscription be used with other harnesses is because they believe that this hope of Anthropic is just that: a hope.
I personally don't believe that a harness is a moat.
Even more specifically, the very fact that people would prefer, if they had the option, to use other harnesses with roughly equivalent feature sets strongly implies that the harness is not bringing them any value they couldn't get from a bunch of other places, including open-source equivalents.
Anthropic might want you to use their harness for their own reasons (control over caching, logging your interactions for training data, et cetera), but the idea that the Claude Code harness itself is bringing significant value which would help to lock users into the Anthropic ecosystem more than the Claude models alone do is kind of laughable. So _of course_ it seems like a baffling and arbitrary restriction to many users.
Whenever you don't understand how people can think things on the internet, consider that they might be younger than you. They may not be, but it makes the world far less rage inducing. None of us are born knowing everything.
Open models like GLM 5.2 are getting good enough to handle 90% of tasks, and will eat most of their usage unless they start serving it at cost. And on the 1% work they fearmongered their way into falling under government control, which will limit how much they can commercialize the frontier.
Nobody will keep paying their premiums and put up with their BS when they can have similar models at cost of inference in any harness that they want.
But, and this is the problem corporations face, that's the truth TODAY. They need to make decisions for the next quarter at minimum, for a year ideally. I don't envy IT leadership in this environment, there's no right answer along the lines of "no one ever got fired for buying IBM". Any choice today may potentially make you look silly in 90 days.
Most people either don’t have the money to buy hardware to run open models and/or don’t have the utilisation to make renting cost effective.
you can use these in hermes, cursor, openclaw, opencode, etc with 2 lines of config that claude code will happily do for you if you ask
GLM 5.2, deepseek 4 Flash and the newly released Hy3 are Opus 4.8 and Sonnet 4.6 level models at a tiny fraction of the cost.
I'm on the $200 claude plan and blew through my weekly limits with Fable in a day, then ended up wasting $20 with opus 4.8 overages in an hour to finish out work in active sessions. Since then I've been using GLM 5.2 with openrouter + opencode and am spending less than $5/day for equivalent output.
But it's a very competitively priced model other providers can offer (since it's open) so it's a much cheaper alternative than claude in practice.
I assume that is what they meant.
They basically gave stuff away for free and now they're speed-running enshittification. The end state will be an abusive, adversarial, fully monetized, vendor lockin experience like Oracle or Broadcom. Nobody is forced to play.
People who don't wanna spend too much on LLMs and are trying to optimize whats subsidized even on the Max plans are customers Anthropic is honestly better off without.
We have yet to see any company use Fablr to increase their profits. Until and unless you can increase your profits with the expensive models, it makes no sense to pay for them.
IOW, the expensive AI providers only draw is goodwill.
If you want a look at the timeline where the microwave solved cooking, this was an interesting article: https://malmesbury.substack.com/p/my-journey-to-the-microwav.... You can apparently sear meat with a microwave (provided you have the necessary pan).
> Second, microwave cooking fell victim to the same curse that threatens every new easy-to-use technology: it became low-status tech.
If you're a software engineer you should do your best to advocate for more open tools and treat this company as radioactive.
Opencode/Pi/ohmypi are much better than claude code. And with models like GLM/Kimi/Qwen you can get really really far. Add in a design tool like Paper so your AI can "see" what it's designing and you can close the gap incredibly tight.
Try it and free yourself.
But surely those fully autonomous coding loops will solve all those 9,100+ open issues on GitHub? Why haven't they?
What happened to Claude's C Compiler [0], or that browser "built from scratch" by Cursor? [1]
Why aren't the agents maintaining it if they are supposed to be cheaper than humans?
> But why do they have us by the balls? Dario and Boris have us convinced that “coding is solved” with their loops. But microwaves didn’t solve cooking.
They have you by the balls if you allow them to, if you continue to listen to their bullshit.
Both of them are essentially salesmen at this point. They don't care if they are wrong and will sell Claude to whoever is thinking of planning the next mass layoff. Their definition of "AGI" is different to yours.
The correct answer to all of this pricing nonsense that Anthropic and others are doing is local open weight models that you run on your own machine. They know this and powerful local models undercut their entire business model if hosted by others or if a smaller local model matches the performance of larger ones.
[1] https://github.com/anthropics/claudes-c-compiler
[0] https://github.com/wilsonzlin/fastrender
Shhh, you may pop the bubble and cause the collapse of the US economy.