If you're not vibecoding your own UX to render CC's output the way you like it, you're not living.
Claude Code is being dumbed down?
41–50 of 732 posts
Re: Claude Code is being dumbed down?
#42Often a codebase ends up with non-authoritative references for things (e.g. docs out of sync with implementation, prototype vs "real" version), and the proper solution is to fix and/or document that divergence. But let's face it, that doesn't always happen. When the AI reads from the wrong source it only makes things worse, and when you can't see what it's reading it's harder to even notice that it's going off track.
Re: Claude Code is being dumbed down?
#43Quite 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.
Yes and no. There are many not-trivial things you have to solve when using an LLM to help (or fully handle writing) code. For example, applying diffs to files. Since the LLM uses tokenization for all its text input/output, sometimes the diffs it'll create to modify a file aren't quite right as it may slightly mess up the text which is before/after the change and/or might introduce a slight typo in text which is being…
Re: Claude Code is being dumbed down?
#44Maybe Claude Code web or desktop could be targeted to these new vibe coders instead? These folks often don't know how simple bash commands work so the terminal is the wrong UX anyway. Bash as a tool is just very powerful for any agentic experience.
Re: Claude Code is being dumbed down?
#45I wanted a terminal feel (dense/sharp) + being able to comment directly on plans and outputs. It's MIT, no cloud, all local, etc.
It includes all the details for function runs and some other nice to haves, fully built on claude code.
Particularly we found planning + commenting up front reduces a lot of slop. Opus 4.6 class models are really good at executing an existing plan down to a T. So quality becomes a function of how much you invest in the plan.
Re: Claude Code is being dumbed down?
#46Re: Claude Code is being dumbed down?
#47another case of 'devs are out of touch with users basics needs and basic day-to-day usage of our app'
Re: Claude Code is being dumbed down?
#48All 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…
Re: Claude Code is being dumbed down?
#49This comes up from time to time and although my experience is anecdotal, I see clear degradation of output when I run heavy loads (100s of batched/chunked requests, via an automated pipeline) and sometimes the difference in quality is absolutely laughable in how poor it is. This gets worse for me as I get closer to my (hourly, weekly) limits. I am Claude Max subscriber. There’s some shady stuff going on in the backgr…
Man, you have to read the article, not just the headline
Re: Claude Code is being dumbed down?
#50I don't feel as if any CLI editor has quite nailed UX yet
If you are talking about agents I feel like opencode has gotten pretty good UI/UX If you are talking about a CLI editor, then micro has hit the nail on quality UX https://micro-editor.github.io/