this post was submitted on 03 Sep 2025
-6 points (43.5% liked)

Technology

74831 readers
2609 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
you are viewing a single comment's thread
view the rest of the comments
[–] JohnEdwa@sopuli.xyz 9 points 2 days ago* (last edited 2 days ago) (2 children)
[–] chaosCruiser 10 points 2 days ago* (last edited 2 days ago)

Optical Character Recognition used to be cutting edge AI buzz in the 70s and 80s. Eventually, it got applied to all sorts of places, so OCR kinda lost some of the magic and sparkle. After that, people stopped thinking of it as AI, even though it relies on a neural network.

[–] _cryptagion@anarchist.nexus 4 points 2 days ago (1 children)

If that’s AI, then my ten year old dryer has AI because of the sensor that tells it how much humidity is in the air so it knows when my clothes are dry.

And my washer is AI because it knows how much water to add based on how much the load weighs.

And the air bag in my car is AI because it knows when I’ve gotten in a crash.

[–] JohnEdwa@sopuli.xyz -1 points 2 days ago (1 children)

A simple line of code that goes "if moisture < 0.25 then loaddone" of "water = weight * 0.43" isn't AI, true.
But when you start stacking enough of them with the goal and results being "We could get a chef to check how the pizza is doing every few seconds and, and control all of the different temperatures of this oven until it's perfectly done, but we have made a computer algorithm that manages to do that instead", then it's quite hard to argue it isn't software that is "performing a task typically associated with human intelligence, such as ... perception, and decision-making."

Especially if that algorithm was (I have no idea if it was in this case btw) not done by just stacking those if clauses and testing stuff manually until it works, but by using machine learning to analyze a mountain of baking data to create a neural network that does it itself. Because at that point, it definitely is artificial intelligence - it's not an artificial general intelligence, which many people think is the only type of "true AI", but it is an AI.

[–] _cryptagion@anarchist.nexus 3 points 2 days ago

by using machine learning to analyze a mountain of baking data to create a neural network that does it itself.

except that neither the article nor the vendor website even come close to claiming it uses a neural network. the article even says

It’s a little less exciting than the name suggests.

all the Pizza Intelligence does is use sensors to make sure the pizza doesn't burn. it is literally as "dumb" as the humidity sensor in a dryer.