this post was submitted on 13 Aug 2025
249 points (99.2% liked)

Programmer Humor

26932 readers
1941 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Korne127@lemmy.world 60 points 2 months ago (17 children)

When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

It then saved this memory:

Since then I didn't have such issues anymore.

[–] Brujones@lemmy.world 10 points 2 months ago (3 children)

I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that's accurate. At least it reminds me to verify.

[–] saltesc@lemmy.world 8 points 2 months ago* (last edited 2 months ago) (1 children)

I have the confidence level turned down too but lately it doubles down on itself.

The usual conversation....

VI: "You could do this."
Me: "That won't work because XYZ."
VI: "No, you can definitely do that. XYZ has nothing to do with it."
Me: pastes it's own suggestion in.
VI: "Almost, but that won't work because of XYZ."

It's most notorious one is adding an s to Table.AddColumn() then proceeding to make a full snippet around this newly made up function. This specific example is so regular it's become a joke at work for giving someone an unhelp response,

"What do you want to do for lunch today?"

"Have you tried table add columns?"

[–] Brujones@lemmy.world 7 points 2 months ago

I got curious about x86 assembly, so I followed some tutorials to get the hang of it. Once I had some confidence, I wrote a prime number generator. I had a loop that I was sure could be more efficient, but couldn't figure it out.

I pasted the code to ChatGPT. It came back with an optimization that wouldn't work because it wasn't preserving critical register values. I pointed that out, and it responded, again and again, with the same code with the same problem. I was never able to get it out of this broken record mode.

[–] BakerBagel@midwest.social 2 points 2 months ago (1 children)

Why bother asking it if you are just going to verify anyway? That's an unnecessary and wasteful step.

[–] tinyvoltron@discuss.online 6 points 2 months ago

Because it can be a good starting point. Many times I have found chat GPT will give me three quarters of an answer. Which is still better than starting at zero. And then I can refine the answer.

[–] spooky2092@lemmy.blahaj.zone 1 points 2 months ago

Did that actually work? I've gotten in the habit of demand sources for outrageous claims, and it's almost funny how often it quickly changes its tune when I press it.

load more comments (13 replies)