Hey, Boris from the Claude Code team here. I wanted to take a sec to explain the context for this change. One of the hard things about building a product on an LLM is that the model frequently changes underneath you. Since we introduced Claude Code almost a year ago, Claude has gotten more intelligent, it runs for longer periods of time, and it is able to more agentically use more tools. This is one of the magical th…
I'm a screen reader user and CTO of an accessibility company. This change doesn't reduce noise for me. It removes functionality. Sighted users lost convenience. I lost the ability to trust the tool. There is no "glancing" at terminal output with a screen reader. There is no "progressive disclosure." The text is either spoken to me or it doesn't exist. When you collapse file paths into "Read 3 files," I have no way to…
Claude Code is being dumbed down?
671–680 of 732 posts
Re: Claude Code is being dumbed down?
#672Earlier quoted context omitted.
From the list of problems they are experiencing with rendering in the terminal, it sounds like they want a GUI (Electron would be a good fit).
> From the list of problems they are experiencing with rendering in the terminal, it sounds like they want a GUI (Electron would be a good fit). Electron? The tech that is literally incapable of rendering large amounts of anything, including text, quickly?
Re: Claude Code is being dumbed down?
#673> That’s it. “Read 3 files.” Which files? Doesn’t matter. “Searched for 1 pattern.” What pattern? Who cares. Product manager here. Cynically, this is classic product management: simplify and remove useful information under the guise of 'improving the user experience' or perhaps minimalism if you're more overt about your influences. It's something that as an industry we should be over by now. It requires deep understa…
> under the guise of 'improving the user experience' or perhaps minimalism I think we can be more charitable. Don't you see, even here on HN, people constantly asking for software that is less bloated, that does fewer things but does them better, that code is cost, and every piece of complexity is something that needs to be maintained? As features keep getting added, it is necessary to revisit where the UX is "too mu…
Here lies the problem
Your first users were here without all the added features. It's very likely they didn't need those features to use the software. Then you add new features and clutter it... then remove features from the UX that they were using.
Re: Claude Code is being dumbed down?
#674Earlier quoted context omitted.
> they'd have to be insanely incompetent to not make a profit on inference. Are you aware of how many years Amazon didn’t turn a profit? Not agreeing with the tactic - just…are you aware of it?
Did Amazon really not turn a profit, or apply a bunch of tricks to make it appear like they didn't in order to avoid taxes? Given their history, I'd assume the later: https://en.wikipedia.org/wiki/Amazon_tax_avoidance Anyway, this has nothing to do with whether inference is profitable.
vs give away the farm via free tier accounts, free trials,
and last but not least: subsidized compute to hook entire organizations………
Re: Claude Code is being dumbed down?
#675Earlier quoted context omitted.
> `For example, some of us have been regularly using the double hyphen since long before the LLM era. This "emdash" and "double dash" discussion and mention is the first time I have heard of it or seen discussion of it. I've never encountered it in the wild, nor seen it used in any meaningful way in all my time on the internet these last 27 years. And yes - I've seen that special dash character in word for many years…
Sounds like you see me as an untrustworthy source, so all I can suggest is that you look into this yourself. Search for "--" in pre-LLM forum postings and see how many hits you get. Here are my pre-2020 HN comments, with 3 double hyphens in 8 comments: https://hn.algolia.com/?dateEnd=1576108800&dateRange=custom&... As I was in the process of typing the search term to get my comments (and had just typed 'author'), thi…
Re: Claude Code is being dumbed down?
#676Earlier quoted context omitted.
That's approaching the problem from the worst possible angle. If your security depends on you catching 1 message in a sea of output and quickly rotating the credential everywhere before someone has a chance to abuse it then you were never secure to begin with. Not just because it requires constant attention which will eventually lapse, but because the agent has an unlimited number of ways to exfiltrate the key, for e…
I agree with you but I think there's a "defense in depth" angle to this. Yes, your security shouldn't depend on noticing which files Claude has read, since you'll mess up. But hiding the information means your guaranteed to never notice! It's good for the user to have signals that something might be going wrong.
Re: Claude Code is being dumbed down?
#677Earlier quoted context omitted.
I'm a screen reader user and CTO of an accessibility company. This change doesn't reduce noise for me. It removes functionality. Sighted users lost convenience. I lost the ability to trust the tool. There is no "glancing" at terminal output with a screen reader. There is no "progressive disclosure." The text is either spoken to me or it doesn't exist. When you collapse file paths into "Read 3 files," I have no way to…
Try Codex instead. Much greener pastures overall
Re: Claude Code is being dumbed down?
#678Earlier quoted context omitted.
Such as Claude Code reading your ssh keys. Hiding the file names masks the vulnerability.
That's approaching the problem from the worst possible angle. If your security depends on you catching 1 message in a sea of output and quickly rotating the credential everywhere before someone has a chance to abuse it then you were never secure to begin with. Not just because it requires constant attention which will eventually lapse, but because the agent has an unlimited number of ways to exfiltrate the key, for e…
Re: Claude Code is being dumbed down?
#679Earlier quoted context omitted.
Much better in the codex cli harness
There's one really confusing thing in Codex CLI from my perspective. How do I make it run unsandboxed but still ask me for approvals? I'm fine with it running bare on my machine but I like to approve first before it runs commands. But I only see how I can configure to have both or none. What am I missing?
Re: Claude Code is being dumbed down?
#680Earlier quoted context omitted.
This is an interesting and complex ui decision to make. Might it have been better to retire and/or rename the feature, if the underlying action was very different? I work on silly basic stuff compared to Claude Code, but I find that I confuse fewer users if I rename a button instead of just changing the underlying effect. This causes me to have to create new docs, and hopefully triggers affected users to find those d…
Yeah, in hindsight, we probably should have renamed it.