upvote
Same loved them, told my team about them, got them to switch off of cursor, now I'm telling them to swap to Codex.

Anthropic really pissed me off with their harness crap. They're well within their rights but their communication over it was enough to get me to swap. I don't need extra hurdles when there's a perfectly valid alternative right there. They don't have the advantage they think they do.

reply
I think we are inevitably heading to using the cheap Chinese models like Kimi, GLM, and Minimax for the bulk of engineering tasks. Within 3-6 months they will be at Opus 4.6 level.
reply
This was literally my task today, to try out Qwen 9B locally on my, albeit a bit memory-constrained at 18GB, macbook with pi or opencode. Before reading this update.
reply
Minimax coding plan is $10 a month for roughly 3x the $20 Claude Pro CLI usage allowed. That would be good place to start. 200k context though.
reply
MiniMax has its own issues. Server overloads, API errors, and failure to adhere to even the system prompt. It can happily work for hours and get no job done.
reply
Just like me :)
reply
Please report back, would be very interested in your findings.
reply
I ran OpenCode + GLM-5.1 for three weeks during my vacation. It’s okay. It thinks a lot more to get to a similar result as Claude. So it’s slower. It’s congested during peak hours. It has quirks as the context gets close to full.

But if you’re stuck with no better model, it’s better than local models and no models.

I have to say, OpenCode’s OpenUI has taught me what modern TUIs can be like. Claude’s TUI feels more like it’s been grown than designed. I’m playing around with TUI widgets trying to recreate and improve that experience

reply
To be clear, was OpenCode a better in your opinion compared to ClaudeCode?
reply
> I have to say, OpenCode’s OpenUI has taught me what modern TUIs can be like. Claude’s TUI feels more like it’s been grown than designed.

Claude's TUI is not a TUI. It's the most WTF thing ever: the TUI is actually a GUI. A headless browser shipped the TUI that, in real-time, renders the entire screen, scrolls to the bottom, and converts that to text mode. There are several serious issues and I'll mention two that do utterly piss me off...

1. Insane "jumping" around where the text "scrolls back" then scrolls back down to your prompt: at this point, seen the crazy hack that TUI is, if you tell me the text jumping around in the TUI is because they're simulating mouse clicks on the scrollbar I would't be surprised. If I'm not mistaken we've seen people "fixing" this by patching other programs (tmux ?).

2. What you see in the TUI is not the output of the model. That is, to me, the most insane of it all. They're literally changing characters between their headlessly rendered GUI and the TUI.

> Claude’s TUI feels more like it’s been grown than designed.

"grown" or "hacked" are way too nice words for the monstrosity that Claude's TUI is.

Codex is described as a: "Lightweight coding agent that runs in your terminal". It's 95%+ Rust code. I wonder if the "lightweight" is a stab at the monstrosity that Claude's TUI is.

reply
For what it's worth: here's my experience in the first 10 minutes of using Qwen locally to write some code. https://github.com/robertkarl/local-qwen-first-10-minutes it includes some token generation numbers and steps to repro.
reply
how was it? I'm doing this today
reply
I will report back... but I have to recommend this comment on a post about Qwen 3.6 https://news.ycombinator.com/item?id=47843466 by daemonologist

it goes into detail about llama-server args; quants to try; and layer/kv cache splits. I plan to try the techniques there.

reply
Kimi K3 in July-September is the big one.
reply
Kimi 2.6 works roughly like Opus 4.6, when it used to work. Depending on the task, a bit better or a bit worse. And it's MUCH cheaper.
reply
From this morning: I had a single go file with like 100 loc, I asked it to add debug prints, it thought for 5+ minutes, generating ~1m output token and did not actually update my file.
reply
Anthropic will kick and scream as those are often distilled from their latest models and is cutting into their margin. Though it is not like their hands are clean neither, it is just a different type of stealing, an approved one :-)
reply
How challenging are these to setup locally and have them running?
reply
Getting them running is easy (check out LMstudio or ask one for some recommendations). The real question is whether you have the hardware to make them run fast enough to be useful.
reply
The min req is probably crazy I assume but I'll take a peek :)
reply
One thing I enjoy about Cursor and Codex mac apps is the embedded preview window. I know it's not as hardcore as the terminal/tmux but it's hella convenient. But Cursor bugs me with the opacity around what model I'm using. It seems deliberately to be routing requests based on its perceived complexity. What draws you to codex vs cursor?
reply
LLM monsters are deeply unprofitable, going by the industry hearsay (which is the only thing we have, given ultra secrecy of the LLM corporations). The only two LLM companies which disclosed their finances without lies, were two Chinese corporations and they, unsurprisingly, were deeply in red.

Remember the old saying about boiling a frog? LLM corporations need to make most of their users pay hundreds per month, asap. This is Anthropic increasing temperature regulator under the pot just a tiny little bit. Not the first and not the last time.

reply

  > LLM corporations need to make most of their users pay hundreds per month, asap.
it would explain why tech is so hard on forcing it down everyones throats (need to get that scale asap and hope it holds)
reply
I assume the Chinese corporations can operate in the red forever and be subsidized by the Chinese government.
reply
That's true of any company in any country. If you can convince the government that your company is sufficiently important, you can get subsidized.
reply
deleted
reply
Their price point goal is a SWE salary.
reply
I think removing Claude Code from the $20 tier is a terrible idea, I never would've gone from nothing right into the $100/200 tier. The $20 plan let me get my feet wet and see how good it could be, and in less than a week I was on the $100 plan.

I think they need to at least have a 1 month introductory rate for the max plan at $20, or devs that decide to try out agentic coding just won't go to Anthropic.

That leads to downstream impacts, like when a company is deciding which AI coding tools to provide and the feedback management hears everyone is already used to (e.x.) Codex, then Anthropic starts losing the enterprise side of things.

reply
They're not losing anything. They have much more demand than they could ever fulfill to care anymore about promotional or subsidized user groups.
reply
Until magically all their demand vaporizes.

I suspect a lot of people are like me. They got into this at the $20/month level individually to check things out. I'm not stressing things out, so I haven't moved up, but the moment I bump into a limit, I'll pull the trigger by default. Until then, I'm the sleeping dog, and you should let me lie.

Well, Anthropic decided to kick me. Now, I'm investing the time to figure out how to use the "open" and "Chinese" models assuming that Anthropic is about to screw me. Once I switch, Anthropic is going to have to demonstrate significant improvements over what I'm now using to get me to even consider them again.

reply
I don't think they need the $20/month users when there are some who use over $1000 in tokens per day.
reply
I agree. Why would they not keep the $20 plan as a gateway drug?
reply
Matches my experience very well. All the goodwill earned from taking a stand against the DoD seemingly forgotten in a month. Coincidentally, I canceled my pro subscription and got set up with OpenCode and OpenRouter last night.
reply
Got any good pointers to documentation for making the transition? I'd like to pull the trigger for OpenCode and OpenRouter as well.
reply
> I can't understand removing Claude Code from $20

Not according to their webpage: "Claude Code is included in your Pro plan. Perfect for short coding sprints in small codebases with access to both Sonnet 4.6 and Opus 4.7." [1]

[1]: https://claude.com/product/claude-code

reply
There are clear contradictions across their marketing site. As others have pointed out, it's being removed from some help articles and the pricing chart now shows it revoked. Confusing signals, but they seem to be changing all pages in this direction and haven't updated that one yet.

See https://news.ycombinator.com/item?id=47854478

reply
what happened to agentic superintelligence based development?
reply
This is superintelligence. The mixed signals are tested to increase their revenues. Superintelligent AIs wouldn't be honest.
reply
> I quickly started hitting limits developing several apps at the same time

> I'm a career engineer

I'm trying really hard here to be nice, but what the hell are you doing? Are you vibe coding multiple apps in parallel and calling it engineering?

Is it like those people who eat 2-3x the amount of meat to ensure they offset the positive impact 1-2 vegans are having? :D

reply
I had a similar ride, but disagree with your conclusion. Opus 4.7 is so incredibly powerful from my experience, that nothing else really matters and I think at Anthropic they know it. People will pay a lot for access to this model.
reply
>Opus 4.7 is so incredibly powerful from my experience,

I'm not challenging your opinion, but this is an outlier in the general current public opinion about it.

reply
This is one of the most civil disagreements I've ever seen on the internet and I intend to start using this myself
reply
Yea, I've seen a lot of whining online, because its more expensive, but from the interactions I've had I'd say, that it's well worth it. To me it feels like another step change, similar to when 4.5 was introduced. Definitely a different beast.

EDIT: it is also surprising to me that everyone seems to believe the people at Anthropic are simply incompetent and recklessly risking their good reputation, while very few consider the possible good reasons they might have for taking such drastic measures. And I don't think it's because of financial pressures in their case

reply
deleted
reply
Having too much usage and not enough GPUs is a form of financial pressure, no? since you want to replace your less profitable customers with more profitable customers
reply
I can’t say I’ve used it extensively enough to draw a conclusion, but it did seem similar to GPT 5.4 in Codex.

When I threw it at a difficult issue in an iOS app, it like GPT came up with wrongly guessed explanations. It only found the issue after I had it instrument the app and add extensive logs. Usually GPT 5.4 is the same.

Only that with GPT 5.4 it’s at least included in my subscription, while sending 3-4 messages to Opus 4.7 for this blew through my $20 plan limits and consumed $10 of extra usage on top. At that point I can’t help but bring up how much more expensive it is.

reply
> Only that with GPT 5.4 it’s at least included in my subscription, while sending 3-4 messages to Opus 4.7 for this blew through my $20 plan limits and consumed $10 of extra usage on top. At that point I can’t help but bring up how much more expensive it is.

Rest assured OpenAI won’t want to leave that kind of money on the table…

reply
There’s also still Google with their TPUs, xAI has some large models in the works, not to mention China.

With that much competition and ongoing improvements, I don’t have such a pessimistic view on future usage limits and cost.

reply
I personally prefer 4.7 to 4.6 or previous model.
reply
I've had completely the opposite experience. I've asked for it to research things and it's just told me to "paste xyz into google". Just now I revisited a chat that's 5 days old and asked it to check again (because what I was looking for might have changed), and it said "no".
reply
It's funny how experiences can be so different. I wonder if this comes down to context. My interactions so far were fairly high-level and in some cases it having a strong opinion was actually super beneficial to the outcome. To me it seemed opinionated, but in a very good way. I can see how this could backfire though and have heard similar reports.
reply
Curious to know what plan you're on? I was on the max 5x plan, but downgraded to pro a few days before the opus 4.7 release.
reply
I'm on max 5x
reply
Opus 4.7 may be incredible but for how long? And they may have Mythos but I feel like they will put it out if pressed too much by their competitors. And again for how long will they keep the advantage?

At the speed everything is advancing I don’t think it’s such an advantage. They all catch each other up pretty fast. That’s why I prefer to pay Cursors and have access to all of them instead of being lock to a single one (even if that means to lose some discounted credits). If they opened Mythos today at a good price that would be something but that’s not the case and it won’t happen.

reply
Incredible, powerful, but I couldn't believe how fast I hit the limits compared to how it was with Opus 4.6. They removed Opus 4.6 completely from CC. I would prefer it with the previous limits.

That's not how you keep your customers. None of these agents have a moat, I moved away from Cursor when they started doing what Anthropic is doing now, and never went back even when I was a paying customer since the start.

reply
You can just use the model parameter to bring it back
reply
they need the devs on board for that to matter, i can get whatever i want done with lesser models already. It is quite literally about just who is not gonna give me the shittiest experience, and at anthropic it sure seems they are determined to annoy everyone since they started gaining in popularity.
reply
> I can't understand removing Claude Code from $20. I'm interested to see whether this is confirmed or not.

Anthropic bleeds money per user. No matter if it's the $20 or $200 plan, every Claude Code user is unprofitable.

The only way to not bleed money is to eventually move everyone to API pricing. Hiring a personal senior engineer will likely be cheaper.

reply
[flagged]
reply
FWIW their "Fin" agent on their web page tells me: "Claude Code is not included in the standard Pro plan. It's only available with premium seats on Team and Enterprise plans. However, Pro plans do include improved coding capabilities through our GitHub integration, which lets you connect code repositories directly to Claude. You also get access to code execution and file creation features in the Claude apps. For the full Claude Code terminal experience, you'd need to upgrade to a Team or Enterprise plan with premium seats"
reply
Even odder. I asked: Are you sure?

Yes, confirmed directly from Anthropic's website. Claude Code is included in the Pro plan, described as perfect for short coding sprints in small codebases with access to both Sonnet 4.6 and Opus 4.7. Claude

You said: Is claude code included with the pro subscription Is claude code included with the pro subscription

3:11 PM Claude responded: Yes, Claude Code is included with the Pro plan ($20/month). Yes, Claude Code is included with the Pro plan ($20/month). You can use it in the terminal, desktop app, VS Code, JetBrains, and on the web.

The main caveat is that Claude Code draws from the same usage limits as your regular Claude chat — so heavy coding sessions can eat into your quota faster. If you find yourself hitting limits often, the Max plans ($100–$200/month) offer significantly more headroom.

Thats a head scratcher:)

reply
deleted
reply
The $20/month, which is now $17, should give you a hint? Models have a knowledge cut-off and will not reflect up to date information unless you trigger a web search.
reply
That's just a billing trick.

>$17 Per month with annual subscription discount ($200 billed up front). $20 if billed monthly.

reply
Do you understand how LLM's work and that they are always behind in their knowledge? Unless Claude does a network call to check its own website, it will give you outdated information. Its a prediction model, its not magic.
reply
Claude often doesn't know the truth about Claude Code etc. lol
reply
I got down voted by 4 people just for pointing that out. lol
reply