this post was submitted on 15 Dec 2025
14 points (100.0% liked)

AI - Artificial intelligence

181 readers
19 users here now

AI related news and articles.

Rules:

founded 7 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old

Bookmarked, looks like an interesting read, thanks.

[โ€“] Mikina@programming.dev 4 points 2 weeks ago* (last edited 2 weeks ago)

Some of this may come as news to a lot of the machine learning community

Does it? I only have pretty basic knowledge in the ML field, from like two courses during my Masters in gamedev around 8 years ago, and I though that it's a basic fact of most of the ML algorithms, that simply throwing more data at it won't get it "smarter", as in from the basic understanding of how ML works, it's pretty apparent that you can't get anything like an AGI with the current algorithms.

You're basically just approximating a function (which is my understanding of what ML does) of what's the next word based on previous senteces, your dataset. It kind of makes sense it would converge into absolute mediocrity (not even mediocity, because a lot of data in the datasets is very probably wrong), and not be able to come up with new things.

But, we've never really learned about transformers, since that tech wasn't yet part of our syllabus, so I might be wrong/overly simplyfing things.