this post was submitted on 03 Oct 2024
37 points (87.8% liked)

Furry Technologists

1304 readers
3 users here now

Science, Technology, and pawbs

founded 1 year ago
MODERATORS
 

You might've noticed that ChatGPT — and AI in general — isn't good at math. There's a reason, and it has to do with how modern AI is built.

Basically, they're autocorrect on steroids. Which some of us have been saying for, like, ages.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago (1 children)

Programming languages are structured and have rigid syntax that fits well in a LLM model, so it spitting out working code for simple things is like having a sentence that is structured like a normal person.

The code might not do what you are actually trying to do, or might work while being inefficient, even if it runs.