this post was submitted on 21 Sep 2025
201 points (98.6% liked)

Technology

4291 readers
603 users here now

Which posts fit here?

Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.


Post guidelines

[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 87Six@lemmy.zip 4 points 1 week ago (1 children)

AI is and always will be just a temporary solution to problems that we can't put into an algorithm to solve as of now. As soon as an algorithm for issues comes out, AI is done for. But, figuring out complex algorithms for near-impossible problems is not as impressive to investors..

[–] mindbleach@sh.itjust.works 1 points 1 week ago (1 children)

While technically correct, there is a steep hand-wave gradient between "just" and "near-impossible." Neural networks can presumably turn an accelerometer into a damn good position tracker. You can try filtering and double-integrating that data, using human code. Many humans have. Most wind up disappointed. None of our clever theories compete with beating the machine until it makes better guesses.

It's like, 'as soon as humans can photosynthesize, the food industry is cooked.'

If we knew what neural networks were doing, we wouldn't need them.

[–] 87Six@lemmy.zip 1 points 1 week ago (1 children)

But...we do know what they are doing...AI is based completely on calculations at the low level, that are well defined. And just because we didn't find an algorithm for your example yet that doesn't mean one doesn't exist.

[–] mindbleach@sh.itjust.works 1 points 1 week ago (1 children)

Knowing it exists doesn't mean you'll ever find it.

Meanwhile: we can come pretty close, immediately, using data alone. Listing all the math a program performs doesn't mean you know what it's doing. Decompiling human-authored programs is hard enough. Putting words to the algorithms wrenched out by backpropagation is a research project unto itself.

[–] 87Six@lemmy.zip 1 points 1 week ago (1 children)

I really don't know where you're coming from with this...I took classes on AI that went into detail and we even made our own functional AI neural networks of different varieties...and I doubt we are the most knowledgeable about this in university. This tech isn't some mistery. If we knew how it worked enough to make one from nothing else except a working IDE, AI engineers must know pretty damn well what it does...

[–] mindbleach@sh.itjust.works 1 points 1 week ago

Insisting that someone could figure it out does not mean anyone has.

Twenty gigabytes of linear algebra is a whole fucking lot of stuff going on. Creating it by letting the computer train is orders of magnitude easier than picking it apart to say how it works. Sure - you can track individual instructions, all umpteen billion of them. Sure - you can describe broad sections of observed behavior. But if any programmer today tried recreating that functionality, from scratch, they would fail.

Absolutely nobody has looked at an LLM, gone 'ah-ha, so that's it,' and banged out neat little C alternative. Lack of demand cannot be why.