Earlier quoted context omitted.
FWIW I mentioned this in the thread (I am the guy in the big GH issue who actually used verbose mode and gave specific likes/dislikes), but I find it frustrating that ctrl+o still seems to truncate at strange boundaries. I am looking at an open CC session right now with verbose mode enabled - works pretty well and I'm glad you're fixing the subagent thing. But when I hit ctrl+o, I only see more detailed output for th…
Yes totally. ctrl+o used to show all messages, but this is one of the tricky things about building in a terminal: because many terminals are quite slow, it is hard to render a large amount of output at once without causing tearing/stutter. That said, we recently rewrote our renderer to make it much more efficient, so we can bump up the default a bit. Let me see what it feels like to show the last 10-20 messages -- fi…
Claude Code is being dumbed down?
471–480 of 732 posts
Re: Claude Code is being dumbed down?
#472Earlier quoted context omitted.
Why do you think that?
DeepSeek had a theoretical profit margin of 545 % [1] with much inferior GPUs at 1/60th the API price. Anthropic's Opus 4.6 is a bit bigger, but they'd have to be insanely incompetent to not make a profit on inference. [1] https://github.com/deepseek-ai/open-infra-index/blob/main/20...
Are you aware of how many years Amazon didn’t turn a profit?
Not agreeing with the tactic - just…are you aware of it?
Re: Claude Code is being dumbed down?
#473I absolutely love reading thoughts and see the commands it uses. It teaches me new stuff, and I think this is what young people need: be able to know WHAT it is doing and WHY it is doing it. And have the ability to discuss with another agent about what the agent and me are trying to archive, and we can ask them questions we have without disturbing the flow, but seeing the live output. Regarding the thoughts: it also…
TIL that there's an especially apt xkcd comic for this scenario: "Zealous Autoconfig"
Re: Claude Code is being dumbed down?
#474Earlier quoted context omitted.
I think folks might be crossing wires a bit. To make it so you can see full file paths, we repurposed verbose mode to enable the old explicit file output, while hiding more details behind ctrl+o. In effect, we've evolved verbose mode to be multi-state, so that it lets you toggle back to the old behavior while giving you a way to see even more verbose output, while still defaulting everyone else to the condensed view.…
Honestly, I just want to be able to control precisely what I see via config.json. It will probably differ depending on the project. This is a developer tool, I don't see why you'd shy away from providing granular configuration (alongside reasonable defaults). I actually miss being able to see all of the thinking, for example, because I could tell more quickly when the model was making a wrong assumption and intervene…
Re: Claude Code is being dumbed down?
#475Earlier quoted context omitted.
> we take accessibility seriously Do you guys have a screen reader user on the dev team? Is verbose mode the same as the old mode, where only file paths are spoken? Or does it have other text in it? Because I tried to articulate, and may have failed. More text is usually bad for me. It must be consumed linearly. I need specific text. Quality over quantity
"Is verbose mode the same as the old mode, where only file paths are spoken?" -- yes, this is exactly what the new verbose mode is.
Re: Claude Code is being dumbed down?
#476Earlier quoted context omitted.
Not safe, before even knowing if a site has the content you want you can be redirected to malware through ad networks not even joking
On an up to date Safari on Mac, not a realistic concern, and if it were, I’d use security software, not an ad blocker.
Modern advertisement is malware.
Re: Claude Code is being dumbed down?
#477Re: Claude Code is being dumbed down?
#478Re: Claude Code is being dumbed down?
#479Earlier quoted context omitted.
How do you respond to the comment that; given the log trace: “Did something 2 times” That may as well not be shown at all in default mode? What useful information is imparted by “Read 4 files”? You have two issues here: 1) making verbose mode better. Sure. 2) logging useless information in default. If you're not imparting any useful information, claude may as well just show a spinner.
It's a balance -- we don't want to hide everything away, so you have an understanding of what the model is doing. I agree that with future models, as intelligence and trust increase, we may be able to hide more, but I don't think we're there yet.
Like, I'm open to the idea that I'm the one using your software the wrong way, since obviously you know more about it than I do. What would you recommend I do with the knowledge of how many files Claude has read? Is there a situation where this number can tell me whether the model is on the right track?