this post was submitted on 28 Sep 2025
31 points (74.6% liked)

Ask Lemmy

34862 readers
1087 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Ok, you have a moderately complex math problem you needed to solve. You gave the problem to 6 LLMS all paid versions. All 6 get the same numbers. Would you trust the answer?

you are viewing a single comment's thread
view the rest of the comments
[–] markz@suppo.fi 30 points 1 day ago* (last edited 1 day ago) (3 children)

LLMs don't and can't do math. They don't calculate anything, that's just not how they work. Instead, they do this:

2 + 2 = ? What comes after that? Oh, I remember! It's '4'!

It could be right, it could be wrong. If there's enough pattern in the training data, it could remember the correct answer. Otherwise it'll just place a plausible looking value there (behavior known as AI hallucination). So, you can not "trust" it.

[–] msage@programming.dev 10 points 1 day ago (1 children)

Every LLM answer is a hallucination.

[–] CanadaPlus@lemmy.sdf.org 8 points 1 day ago

Some are just realistic to the point of being correct. It frightens me how many users have no idea about any of that.

[–] NewNewAugustEast@lemmy.zip 2 points 1 day ago* (last edited 1 day ago)

A good one will interpret what you are asking and then write code, often python I notice, and then let that do the math and return the answer. A math problem should use a math engine and that's how it gets around it.

But really why bother, go ask wolfram alpha or just write the math problem in code yourself.

[–] Greg@lemmy.ca 1 points 1 day ago

They don’t calculate anything

They calculate the statistical probability of the next token in an array of previous tokens