this post was submitted on 15 Nov 2024
364 points (94.0% liked)
Programmer Humor
19564 readers
930 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think thats an issue with AI, it has been so much trained on complex questions that now when you ask a simple one, it mistakes it for a complex one and answers it that way
It's auto-complete. It knows that "4" is the most common substring to follow "2 + 2" in its training. It's not actually doing addition.
The issue is it's an LLM. It puts words in an order that's statistically plausible but has no reasoning power.