logoalt Hacker News

SoftTalkertoday at 5:15 PM1 replyview on HN

I probably use LLMs less than most people here, and I rarely use Claude but I've noticed that if I ask ChatGPT about some shell commands or linux admin task, it will give me three paragraphs of "you could do X, then Y, check that output, then do Z," and then say "What I would do instead of all that is <one-liner>"

I have learned to scroll ahead and read the last paragraph of its response first, then back up into the preamble if needed.


Replies

ak6tetoday at 5:28 PM

I'm pretty sure this is just the LLM "thinking out loud". For some reason even when it has thinking enabled and does a thinking step before generating output, it still has to explain what it's doing to itself in the output, which often leads to it correcting itself in the output. I've pretty much stopped letting LLMs write code directly in large part because I cannot get them to stop injecting comments talking themselves through how the code relates to the chat the prompted it in ways that no human would ever write and will make no sense to anyone re-reading the code months later.