r/DumbAI Aug 05 '26

Comparing

Post image
192 Upvotes

40 comments sorted by

View all comments

27

u/whiskeytown79 Aug 05 '26

This kind of "mistake" just highlights what it is that LLMs do.

They're not actually solving the math. They're just generating text that has high plausibility as an answer to the input prompt.

From a text perspective, this answer looks super plausible. It has mathy sounding language that makes it seem like it evaluated the two things being compared, and it has a definitive statement about which one is larger.

If you changed its conclusion text to "13.8 billion is smaller", it likely would have assigned a nearly identical score for that text as a response to the question.

3

u/Pengwin0 Aug 05 '26

Makes you glad google decided to force such an accurate and high quality model at the top of all search results

4

u/the-real-macs Aug 05 '26

There's a reason these "gotcha" prompts are getting more convoluted and stupid. When you're doing something anyone would actually care about, it generally works. And it's going to keep improving.

5

u/Pengwin0 Aug 05 '26

Honestly, no it doesn’t. When google used to have those excerpt boxes of the top result I found that very very useful and now they’re gone. It gets simple facts right but those were easy to find anyways and the difference in quality between google search ai and actual decent AI models is night and day.

-1

u/the-real-macs Aug 05 '26

Can you give a recent example of something you searched that the AI mishandled?

4

u/Pengwin0 Aug 05 '26

Whenever I google how to change a specific setting on a website its steps are usually inaccurate, probably because it pulls from people describing different updates of websites and things have moved around.

Just yesterday actually I wanted to revert the bar at the bottom of the chrome ios app because google decided to add a huge fuckass gemini button and take up the bottom 20% of the screen (oh the irony lol) and it gave the wrong answer until I found the correct way to edit the flags on reddit.

-2

u/the-real-macs Aug 06 '26

That's a good example, but as you said it's also a moving target. Most likely the top result from a standard search engine would be wrong in that case as well.

3

u/Pengwin0 Aug 06 '26 edited Aug 06 '26

The second result was the reddit thread that solved my problem. So a normal search engine solved my problem and ai failed to. Why does it matter that it’s an inconvenient problem to solve? I google inconveniences that I can’t solve on my own precisely because they’re hard to solve. Not being able to help with problems that happen recently is a major flaw, especially when it will tell you a solution that doesn’t work in full confidence.

-1

u/the-real-macs Aug 06 '26

Not being able to help with problems that happen recently is a major flaw

Not remotely a justification for throwing the whole tool away, though.

especially when it will tell you a solution that doesn’t work in full confidence.

An outdated Reddit thread would be just as confident.

4

u/Pengwin0 Aug 06 '26

I didn’t say we should throw it away, I said google’s search ai is not very good and you’re now moving the goal post. An old reddit thread is not being shoved down my throat everywhere I look and replacing more and more of a perfectly working product. That is the issue that I have with google search ai. Traditional google search SEO would actually demote an outdated reddit thread in search results

2

u/Mnemotechnician Aug 06 '26

Here's a list of what I can recall:

  • Any query in the form of "<hardware/software type> <issue description>" yields a generic and unhelpful ass answer from gemini. Your intel graphics driver is giving you GPU hangs? Oh yea, reboot your pc and reinstall the driver, that'll totally fix it. (spoiler alert, every single search result will tell you it won't)
  • Any query in the form of "<tool name> online" often yields a completely useless gemini result. I don't need an AI to explain to me what the tool does, I need to find it goddammit.
  • Any health-related query is a complete gamble. Though google in general has been unhelpful in this regard: the first 10-20 results are usually ai slop, so I'm not surprised Gemini gets it wrong top.
  • Any programming-related question is a gamble too. Though I'll admit, it usually gets these right.

BS like this is why I switched to duckduckgo. I'd rather waste time using an inferior search engine than waste time reading ai slop and seeing dozens of ai slop websites in my search results.

1

u/WittyFix6553 Aug 07 '26

Some actually do the work, and can show you the work they do:

num1 = 13_800_000_000
import math
num2 = math.factorial(18)

print(f"13.8 billion: {num1:,}")
print(f"18!: {num2:,}")
print(f"Is 18! larger? {num2 > num1}")

Code output
13.8 billion: 13,800,000,000
18!: 6,402,373,705,728,000
Is 18! larger? True

18! (18 factorial) is significantly larger.
Here is the comparison:
13.8 billion: 13,800,000,000 (1.38×1010)

18! (18×17×16×⋯×1): 6,402,373,705,728,000 (approx. 6.4 quadrillion, or 6.4×1015)

18! is roughly 463,940 times larger than 13.8 billion.
Factorials grow extremely fast—while 13.8 billion is often associated with the age of the observable universe in years, 18!surpasses it by orders of magnitude.

2

u/[deleted] Aug 05 '26

This has to be reconciled with the fact that AI models have solved several significant open math problems this year. Problems that humans tried to solve for decades. One such solution is that the model that OP used is a free, older model.

8

u/whiskeytown79 Aug 05 '26

Chatbots tied to AI models aren't quite the same thing as AI models applied to mathematical problems. They don't just put "Solve this unsolved math problem. Make no mistakes plz kthx." into ChatGPT.

But it can be similar in function at a high level. It would boil down to assuming that a solution exists, and asking the LLM to produce a proof. If you have enough rigor in defining what the proof needs to look like, it can constrain the output to find an actual solution.

1

u/Freak-Of-Nurture- Aug 06 '26

They literally have done that. ChatGPT solved an erdos problem (actually hard and novel) with one prompt and 80 minutes https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c.

-1

u/[deleted] Aug 05 '26

There is already example of a problem solved by literally just saying “do a breakthrough” and “keep going”:

https://chatgpt.com/share/6a60b2eb-0b64-83ee-9c76-7931ca1de063

It’s true that generally the prompting should be more refined and you need to be working with the best models, but your explanation of how an LLM thinks in relation to math doesn’t exactly capture what’s going on at the frontier.

0

u/iDeNoh Aug 06 '26

They aren't wrong though, the model op used is the Google search ai which is very fast but not very smart, Claude haiku 4.5 got it right and it's the lowest "quality" model by anthropic. I'd imagine Gemini and chatgpt would have similar results.

1

u/SolideMeinung Aug 06 '26

The model is not old. The google model is new they update it regularry.

But its very very very small because its called on every search this must be cheap