One weird trick to making Claude Code palatable to use

2 JSR_FDED 4 8/15/2025, 4:49:05 AM
I'm in awe of Claude Code, but I also curse it many times a day. One thing that I've recently started doing that has made a big difference to my mental health and made me enjoy using it more is this dumb trick... simply ignore what it says at the end of a task.

The self-congratulatory backslapping or glazing of the programmer, e.g. "Perfect! The thingamajig now frobbles before it frazzles, making this a much better experience for the user and improving the versatility of the system" (and of course accompanied by several lines with green checkmarks)...this drives me nuts. Why? Because it told me it's done all these things, so I adjust my mental model of the code accordingly. But then it turns out it actually hasn't done all those things at all.

If this was a junior dev you'd given a task to, and they came back full of praise for themselves for the stellar job they'd done - and then it turned out they'd botched it badly, after a few times you'd be having an HR discussion.

So instead, let all that stuff at the end of the task scroll by, train your eyes to ignore it, and just test whether it's working as intended. Claude Code is no longer my buddy, it's now a tool. Sanity is restored.

Comments (4)

cognix_dev · 29m ago
Sure, Claude makes mistakes too, but it's still better than the despair that GTP often brings.
bdangubic · 1h ago
If this was a junior dev you'd given a task to, and they came back full of praise for themselves for the stellar job they'd done - and then it turned out they'd botched it badly, after a few times you'd be having an HR discussion.

I wish no one I love ever works where you work(ed) to think this sentence is acceptable to write

SamInTheShell · 1h ago
The way I interact with Claude involves referencing pop culture stuff that I enjoy so that it responds with something that I find mildly interesting to read.

At the end of the prompt:

Startrek stuff - Per Jean Luc Picard's orders, engage. - In the immortal words of a great science officer, the needs of this codebase outweighs the needs of few. - Code hard and prosper - You are borg. We are borg. (followed by a simple "status report" prompt after it's done with it's glazing)

Starwars - May the code be with you. - Code or code not, there is no try.

You probably get the idea.

As for the botched code problem. I surprisingly have less issues with Claude than I do GPT. I've gotta ask, do you have any deep knowledge in coding? How are your instructions?

davydm · 2h ago
This is my experience of all the codegen ais I've seen, and, honestly, it's more efficient for me to just figure the problem out on my own instead of sifting through the slop.

I don't think I'm an outlier either. I think most people using these tools are wasting their time having to debug hallucinated bullshit, instead of learning how to solve the problem themselves, by reading accurate, authoritative resources on the subject, ingesting and compiling that data, and experimenting to make it stick. It just feels like less work when the ai botches it and you have to fix it, vs the mental mountain you have to climb to truly get there, but the journey is overall more efficient when you do take the uncomfortable path.