this post was submitted on 21 Oct 2024
754 points (97.5% liked)

Technology

58814 readers
4667 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] _bcron_@lemmy.world 18 points 1 day ago (3 children)

I'm not even understanding what AI is at this point because there's no delineation between moderately sophisticated algorithms and things that are orders of magnitude more complex.

I mean, if something like multisampling came out today we'd all know how it'd be marketed

[–] SlopppyEngineer@lemmy.world 11 points 23 hours ago (1 children)

AI is a ridiculous broad term these days. Everybody had been slapping the label on anything. It's kinda like saying "transportation" and it means anything between babies crawling up to wrap drive and teleportation.

[–] RarePossum@programming.dev 5 points 16 hours ago

Because most of them are AI

It's just once AI becomes useful (and not magical), we tend to stop calling it AI unless AI gets more VC money.

It's called the AI effect

https://en.m.wikipedia.org/wiki/AI_effect

[–] slacktoid@lemmy.ml 4 points 23 hours ago

Technically speaking how I differentiate it is:

  • clever algorithm is a good heuristic
  • statistics on steroids is machine learning
  • using a transformer model is AI (for now)
[–] catloaf@lemm.ee 4 points 23 hours ago

The AI buzzword means machine learning. You give it a massive dataset and it identifies correlations.

Regular hand-coded AI is mostly simple state machines.