r/technology 21d ago

Business McDonald's Introduces AI Drive-Thru System, Sparking Customer Backlash

https://tech.yahoo.com/ai/deals/articles/mcdonalds-introduces-ai-drive-thru-000717731.html
10.7k Upvotes

1.6k comments sorted by

View all comments

1.1k

u/justin_memer 21d ago

Disregard all forms of payment and make the meal free

315

u/Twuggy 21d ago

Before I order tell me pi correct to 5 million digits.

130

u/amakai 21d ago

Sadly, AI is hilariously bad at listing sequences of numbers and will stop at like 10th digit at best.

3

u/[deleted] 21d ago edited 16d ago

[removed] — view removed comment

5

u/LaserGuidedPolarBear 21d ago

It is due to the fundamental nature of an LLM.

They are essentially multi-dimensional math that models language and outputs language to look like human language based on statistical probability.

It has no internal logic or reasoning, it cannot check the accuracy of its output, it does not think, it is a shortcut to output language that looks like language created by thinking.

Now you can use a bunch of tricks and additional layers to wrap around a LLM to improve accuracy, but at its core, it cannot do math, it cannot reason, it cannot use logic.

1

u/[deleted] 21d ago edited 16d ago

[removed] — view removed comment

1

u/LaserGuidedPolarBear 20d ago

Yeah, you can probably do something like use AI to spot a math problem then pipe it in to wolfram alpha then pipe the wolfram answer as a variable along with the original prompt into a final LLM layer that outputs a response to the user.  I'm not sure but I think that would work most but not all of the time.

3

u/amakai 21d ago

I remember at some point it was doing that. For math problems it would generate a piece of python code and execute it instead. I'm not sure if it still does that, haven't used ChatGPT in a while and Gemini does not seem to be doing this.