this post was submitted on 21 Aug 2025
1166 points (99.4% liked)

Technology

74324 readers
3446 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
[–] callouscomic@lemmy.zip 0 points 1 day ago* (last edited 1 day ago) (2 children)

Go learn simple regression analysis (not necessarily the commenter, but anyone). Then you'll understand why it's simply a prediction machine. It's guessing probabilities for what the next character or word is. It's guessing the average line, the likely followup. It's extrapolating from data.

This is why there will never be "sentient" machines. There is and always will be inherent programming and fancy ass business rules behind it all.

We simply set it to max churn on all data.

Also just the training of these models has already done the energy damage.

[–] Knock_Knock_Lemmy_In@lemmy.world 3 points 22 hours ago (1 children)

It's extrapolating from data.

AI is interpolating data. It's not great at extrapolation. That's why it struggles with things outside its training set.

[–] fuck_u_spez_in_particular@lemmy.world 1 points 19 hours ago (1 children)

I'd still call it extrapolation, it creates new stuff, based on previous data. Is it novel (like science) and creative? Nah, but it's new. Otherwise I couldn't give it simple stuff and let it extend it.

[–] Knock_Knock_Lemmy_In@lemmy.world 1 points 13 hours ago

We are using the word extend in different ways.

It's like statistics. If you have extreme data points A and B then the algorithm is great at generating new values between known data. Ask it for new values outside of {A,B}, to extend into the unknown, and it falls over (usually). True in both traditional statistics and machine learning

[–] explodicle@sh.itjust.works 1 points 18 hours ago

There is and always will be [...] fancy ass business rules behind it all.

Not if you run your own open-source LLM locally!