this post was submitted on 16 Jun 2026
498 points (98.6% liked)

Programmer Humor

31959 readers
1860 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 3 years ago
MODERATORS
 

cross-posted from: https://discuss.online/post/41098657

http://www.smbc-comics.com/comic/huh-2

Alt textOnce I realized this, all those inept AI laundry-folding videos became hilarious.

Bonus panelBonus panel

you are viewing a single comment's thread
view the rest of the comments
[โ€“] echodot@feddit.uk -1 points 1 week ago (1 children)

It's a little computer of course it can do maths. Where it struggles is working out what math to do, but so do humans.

If I need to work out what 12 out of 294 is as a percentage I just Google it. I can never remember the formula, the actual mathematics is not complicated, it's the formula I can't remember, and it's the same with the AI.

[โ€“] ranzispa@mander.xyz 8 points 1 week ago

I get your point, I often search for equations, but really 12/294*100 is not so difficult to remember.

You've got two numbers and a division, putting the in the wrong order will give you a clearly wrong result.

The problem with LLMs is that they are not reliable at numerical calculations even if they got the correct equation. But that is now easily fixed by giving them access to computation software.