this post was submitted on 29 Aug 2025
636 points (98.6% liked)

Technology

74594 readers
4029 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Rivalarrival@lemmy.today 22 points 12 hours ago

The fucking taco bell AI likes to ask if I would like anything else, then ask if I want nacho fries. Then, hearing "No", go ahead and add them anyway.

Then it likes watching me drive away, giving the store the finger.

[–] ToastedRavioli@midwest.social 68 points 15 hours ago* (last edited 15 hours ago) (19 children)

“AI will took ur jerb!”

AI: cant even hack it at Taco Bell or McDonalds

load more comments (19 replies)
[–] happydoors@lemmy.world 7 points 10 hours ago (1 children)

I live near an AI Taco Bell. It works pretty damn well and is a lot easier to understand. There is still a cashier, they just don’t have to be on the mic the whole time. Although, the t-bell near me also seems to almost entirely ESL inside. It’s quite a bizarre experience end-to-end but they will certainly not back down. I’m not saying I support it but it’s certainly one of the less evil AI implementations?

[–] finitebanjo@lemmy.world 4 points 9 hours ago

The article quotes an executive saying they're indeed backing down, just like McDonalds did the year before when they tried this.

[–] freedom@lemy.lol 30 points 15 hours ago (3 children)

In a fair world, we would be celebrating our machine labor achievement and enjoy our free time. Instead we have capitalism and virtual luddites shouting to protect menial labor.

Humanity.. sigh

[–] givesomefucks@lemmy.world 90 points 15 hours ago* (last edited 15 hours ago) (5 children)

The luddites didn't hate machines because they loved manual labor...

They wanted to ensure that mechanization benefited the workers via less hours and increased wages rather than the same wages and less jobs to go around.

Destroying mechanization was just an accomplishable goal in that fight.

What you're doing is falling for propaganda from a long ass time ago by the owner class...

[–] Vanth@reddthat.com 30 points 15 hours ago (2 children)

same wages and less jobs to go around

If we're lucky. It's more likely to be lower wages. "We don't need to pay experienced programmers anymore, they aren't writing the code after all. We just need cheaper, less skilled people to review the code that is already 99% fine".

💯 Not about the tech, it's about who is going to use the tech to make life worse for the working class.

[–] givesomefucks@lemmy.world 34 points 15 hours ago

The parrels between the mechanical loom for them and AI for us really seem like they should be obvious...

But it's crazy on Labor Day weekend people are shit talking the luddites

load more comments (1 replies)
load more comments (4 replies)
[–] Gold_E_Lox@lemmy.dbzer0.com 7 points 13 hours ago* (last edited 13 hours ago)

i guess?? but where does the energy and human labor come from in this "fair world"?? coal and wages?

automated luxury space communism is not upon us, we are only a few hundred years from the advent of industrialisation.

we are at the point were social democracies are barely functioning and fascism is still on the rise due to small time dilemmas and culture war. the working class has not been made conscious, and probably wont be for another couple decades.

"ai" is just another corporate invention to steal and resell working class labor for the rich, the "fair world" you ask for was appropriated in the 50s for western exceptionalism and neo colonialism.

edit for; this is a terrible description and barely touches the real world. i hope ypu understand what this drunk man is trying to say

load more comments (1 replies)
[–] m3t00@lemmy.world -1 points 5 hours ago

i'd rather go in anyway. order from the app. maybe they can give it to you at drive thru. TB is once a year belly ache

[–] ch00f@lemmy.world 17 points 15 hours ago* (last edited 15 hours ago) (3 children)

Can someone who understands this better explain to me how this thing actually places the order into whatever POS they use? Like if LLMs are just advanced auto-complete, I get how they can do "fuzzy" tasks like answering questions or carrying on a conversation, but how do they do rigid tasks like entering the tacos into whatever system the cash register and kitchen use?

[–] halcyoncmdr@lemmy.world 41 points 15 hours ago (10 children)

The LLM isn't limited to just what it does. It can interact with other programs.

There are a ton of audio recognition systems available, almost all of them predate this LLM bubble. There's already an API for interacting with the ordering system. So it's just down to having the LLM pull what is then do that corresponding action for the order.

This is so simple it doesn't require anything nearly as complicated as an LLM. The old phone assistants like Siri and Alexa could do this type of thing. It's literally the same as telling Alexa to place an order for something, and that's been an ability for years.

load more comments (10 replies)
[–] Khanzarate@lemmy.world 16 points 15 hours ago (6 children)

Its just an API.

There's a few ways they could go about it. They could have part of the prompt be something like "when the customer is done taking their order, create a JSON file with the order contents" and set up a dumb register essentially that looks for those files and adds that order like a standard POS would.

They could spell out a tutorial in the prompt, "to order a number 6 meal, type "system.order.meal(6)" calling the same functions that a POS system would, and have that output right to a terminal.

They could have their POS system be open on an internal screen, and have a model that can process images, and have it specify a coordinate pair, to simulate a touch screen, and make it manually enter an order that way as an employee would.

There's lots of ways to hook up the AI, and it's not actually that different from hooking up a normal POS system in the first place, although just because one method does allow an AI to interact doesn't mean it'll go about it correctly.

load more comments (6 replies)
load more comments (1 replies)
load more comments
view more: ‹ prev next ›