Where Anthropic f'ed up was treating their monetization the way they treat model training. Turns out that success in experimentation is not transferrable. They have tried to find the highest that the market pays for sota models; however, on the consumer side, this is just too confusing and unsettling: "You can only use Fable for a week as a part of your plan" "Be ready! You have to start paying per token!" "Nevermind…
I'm surprised no one mentions about their recent privacy violation(s). The breaking point for me was the privacy violation. They've been fingerprinting every request and violating users' privacy hoping no one would notice. Too bad, someone found out and that was the day when I cancelled my subscription. https://thereallo.dev/blog/claude-code-prompt-steganography
Anthropic's best AI model struggles to attract users as cheaper tools thrive
581–590 of 740 posts
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#582They've put themselves in a corner. Fable was too good and they gave it away with the $20 plan. It had to be a big step from Opus 4.8 to show progress, and Opus 4.8 is GREAT at coding in many different domains. But they're getting killed on token cost. They have to get people paying more for tokens. So then they put Fable in the $200 plan and release Opus 5. I'm suspicious of Opus 5. It is mostly worse than 4.8. It _…
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#583They've put themselves in a corner. Fable was too good and they gave it away with the $20 plan. It had to be a big step from Opus 4.8 to show progress, and Opus 4.8 is GREAT at coding in many different domains. But they're getting killed on token cost. They have to get people paying more for tokens. So then they put Fable in the $200 plan and release Opus 5. I'm suspicious of Opus 5. It is mostly worse than 4.8. It _…
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#584Earlier quoted context omitted.
It was flagged for account-sharing, or detecting a compromised account
I had my GMail account locked for 1-2 years because I accessed it from my parents house (in the same country but in a different county) while on holiday. That was because they detected the account being used from a different IP address. Using VPNs can also trip this.
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#585This isn't the reason I'm considering leaving Anthropic. I don't think I can tolerate its writing style anymore. Reading Claude output is starting to cause actual psychological harm. I have tried many ways to get it to stop writing in its stupid punchy linked-in marketing-team voice, and I can't. Is there a model out there that sounds sound this awful? It's like rubbing sand into the folds of my brain.
I don’t think GPT is any better. I swear GPT-3 was the golden area of LLM prose. With a good fine tuning, you really couldn’t tell that an AI was writing (except for when it would devolve into utter nonsense lol)
Often I'll tell it to summarize what it said only because it's providing too much detail, not that it's using esoteric language or weird claudisms.
No idea why people are still using Claude models.
My impression is they started on Claude Code and never tried Codex or other harness+model combos
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#586Where Anthropic f'ed up was treating their monetization the way they treat model training. Turns out that success in experimentation is not transferrable. They have tried to find the highest that the market pays for sota models; however, on the consumer side, this is just too confusing and unsettling: "You can only use Fable for a week as a part of your plan" "Be ready! You have to start paying per token!" "Nevermind…
1) Set pricing tiers that do not change.
2) As models evolve, move the outdated models down the ladder, and replace the top tiers with the frontier models.
3) Give the users a warning before you do this, so they know their model is changing.
4) Sort the economic distortions out of your OPEX and reset pricing when the technology ossifies.
Is that so hard?
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#587Non-LLM user here. Why? Apart from the ecological issues, I'm very uncomfortable giving my organisation's crown jewels to {random_internet__corp}. Look at the lengths they go to for training data - 10M for Spirit's call logs? Destroying millions of obscure books to scan them? They make meth-heads look scrupulous. Your prompts, especially if they contain your entire codebase, are _way_ more data-rich than an airline p…
Because, almost certainly, it's not your source code.
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#588Earlier quoted context omitted.
Qwen 3.8 is excellent. With the right harness, it does about 95% of what Opus can do, in my case automation software development. Since 3.8 came out, I have significantly revised my expectations for a local model. Give it another year or two, and we'll be running fast and free local models for nearly everything that matters, and these costly subscriptions will be a thing of the past. I've always believed that AI shou…
I'd also love to hear your setup? How much VRAM/RAM, I assume Qwen 3.8 27b, what harness, are you using any particular skill set?
I initially used the Claude Code harness on 3.6 A3B, but found that tooling would break as Claude released new versions and things would go weird. I've since written my own harness which has basic operations: read, find, bash (which can write files, python etc...) & web_fetch, all within a mac container. Works amazing. You don't need anything complicated to go very far.
Low hanging fruit would be Pi or OpenCode. If you really want a much better understanding of what your hardware is capable of then give writing your own a go.
Additional tip: Low Power mode reduces some token speed, but stops the laptop over heating and the fans going crazy.
Re: Anthropic's best AI model struggles to attract users as cheaper tools thrive
#589Earlier quoted context omitted.
32GB GPUs are getting expensive so that also affects the price.
I didn't think about GPU size. So they don't run this small model on B200s or something?