Live data from Hacker News

Claude Code is being dumbed down?

symmetrybreak.ing

51–60 of 732 posts

Re: Claude Code is being dumbed down?

#51
post #6

All my information about this is being based on feels, because debugging isn't really feasible. Verbose mode is a mess, and there's no alternative. It still does what I need so I'm okay with it, but I'm also on the $20 plan so it's not that big of a worry for me. I did sense that the big wave of companies is hitting Anthropic's wallet. If you hadn't realized, a LOT of companies switched to Claude. No idea why, and th…

[flagged]

> FWIW I think LLMs are a dead end for software development, and that the people who think otherwise are exceptionally gullible.

By this do you mean there isn't much more room for future improvement, or that you feel it is not useful in its current form for software development? I think the latter is hard position to defend, speaking as a user of it. I am definitely more productive with it now, although I'm not sure I enjoy software development as much anymore (but that is a different topic)

Re: Claude Code is being dumbed down?

#52
post #6

All my information about this is being based on feels, because debugging isn't really feasible. Verbose mode is a mess, and there's no alternative. It still does what I need so I'm okay with it, but I'm also on the $20 plan so it's not that big of a worry for me. I did sense that the big wave of companies is hitting Anthropic's wallet. If you hadn't realized, a LOT of companies switched to Claude. No idea why, and th…

> If you hadn't realized, a LOT of companies switched to Claude. No idea why, and this is coming from someone who loves Claude Code.

It is entirely due to Opus 4.5 being an inflection point codingwise over previous LLMs. Most of the buzz there has been organic word of mouth due to how strong it is.

Opus 4.5 is expensive to put it mildly, which makes Claude Code more compelling. But even now, token providers like Openrouter have Opus 4.5 as one of its most popular models despite the price.

Re: Claude Code is being dumbed down?

#53

Quite frankly, most seasoned developers should be able to write their own Claude Code. You know your own algorithm for how you deal with lines of code, so it's just a matter of converting your own logic. Becoming dependent on Claude Code is a mistake (edit: I might be too heavy handed with this statement). If your coding agent isn't doing what you want, you need to be able to redesign it.

It's not that simple. Claude Code allows you to use the Anthropic monthly subscription instead of API tokens, which for power users is massively less expensive.

Drug dealer business model. The first bag is free. Don't act surprised when you get addicted and they 10x the price.

Re: Claude Code is being dumbed down?

#54
>Try using it for a few days. We've been using this internally at Anthropic for about a month now, and found that it took people a few days to mentally switch over to the new UI. Once they did, it "clicked" and they appreciated the reduced noise and focus on the tools that actually do need their attention.

Ah, the old "you're holding it wrong."

Re: Claude Code is being dumbed down?

#56
post #31

Vibe-coders griping about Claude's vibe-coded CLI hits all the right vibes.

Jokes about vibe-coded CLI aside, I think that's the issue for me, the defaults are being tailored to vibe coders. (and the general weirdness of trying to fix it with verbose mode)

I like that people who were afraid of CLIs perhaps are now warming up to them through tools like Claude Code but I don't think it means the interfaces should be simplified and dumbed down for them as the primary audience.

Sure you can press CTRL+O, but that's not realtime and you have to toggle between that and your current real time activity. Plus it's often laggy as hell.

Re: Claude Code is being dumbed down?

#57
post #6

All my information about this is being based on feels, because debugging isn't really feasible. Verbose mode is a mess, and there's no alternative. It still does what I need so I'm okay with it, but I'm also on the $20 plan so it's not that big of a worry for me. I did sense that the big wave of companies is hitting Anthropic's wallet. If you hadn't realized, a LOT of companies switched to Claude. No idea why, and th…

[flagged]

LLMs are super efficient at generating boilerplate for lots of APIs, which is a time consuming and tedious part of programming.

Re: Claude Code is being dumbed down?

#58

Quite frankly, most seasoned developers should be able to write their own Claude Code. You know your own algorithm for how you deal with lines of code, so it's just a matter of converting your own logic. Becoming dependent on Claude Code is a mistake (edit: I might be too heavy handed with this statement). If your coding agent isn't doing what you want, you need to be able to redesign it.

The model is being trained to use claude code. i.e. the agentic patterns are reinforced using reinforcement learning. thats why it works so well. you cannot build this on your own, it will perform far worse

Are you certain of this? I know they use a lot of grep to find variables in files (recall reading that on HN), load the lines into into context. There's a lot of common sense context management that's going on.

Re: Claude Code is being dumbed down?

#59

>Try using it for a few days. We've been using this internally at Anthropic for about a month now, and found that it took people a few days to mentally switch over to the new UI. Once they did, it "clicked" and they appreciated the reduced noise and focus on the tools that actually do need their attention. Ah, the old "you're holding it wrong."

Sorry I'm dumber than the average Anthropic employee, might just take me a few more days for it to "click" that I'm no longer seeing useful information and that this is good.

Re: Claude Code is being dumbed down?

#60
post #6

All my information about this is being based on feels, because debugging isn't really feasible. Verbose mode is a mess, and there's no alternative. It still does what I need so I'm okay with it, but I'm also on the $20 plan so it's not that big of a worry for me. I did sense that the big wave of companies is hitting Anthropic's wallet. If you hadn't realized, a LOT of companies switched to Claude. No idea why, and th…

[flagged]

> FWIW I think LLMs are a dead end for software development, and that the people who think otherwise are exceptionally gullible.

I think this takes away from the main thrust of your argument which is the marketing campaign and to me makes you seem conspiratorial minded. LLMs can be both useful and also mass astroturfing can be happening.

Personally I have witnessed non coders (people who can code a little but have not done any professional software building) like my spouse do some pretty amazing things. So I don’t think it’s useless.

It can be all of:

1. It’s useful for coding

2. There’s mass social media astroturfing happening

3. There’s a massive social overhype train that should be viewed skeptically

4. Theres some genuine word of mouth and developer demand to try the latest models out of curiosity, with some driven by the hype train and irrational exuberance and some by fear for their livelihoods.

Post reply on HN