this post was submitted on 12 Jul 2026
161 points (85.8% liked)

Programmer Humor

32239 readers
1147 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] stingpie@lemmy.world 3 points 6 hours ago (2 children)

LLM stands for "large language model" in other words, it is a big neural machine. Saying they don't use LLMs is like saying the ocean isn't blue, it's azure.

[–] drosophila@lemmy.blahaj.zone 5 points 2 hours ago (1 children)

An LLM is a type of artificial neural network, but not every ANN is an LLM. So its a lot more like saying that not every red thing is a firetruck.

That is an extremely simple concept that even toddlers can understand.

[–] stingpie@lemmy.world 1 points 1 hour ago

I'm having trouble passing your comment. Are you saying I'm more stupid than a toddler, or that the marketers are?

[–] FiniteBanjo@feddit.online 6 points 4 hours ago (1 children)

LLMs work by increasing scale, number of separate neural networks, to increase accuracy when improvement from training hits a wall. Which is very problematic because it means power consumption becomes exponential. I think most people won't have a problem with neural networks, but certainly do have a problem with LLMs.

[–] aaaa@piefed.world 7 points 4 hours ago

Machine learning, neutral networks, AI, in general it's very useful when trained at a specific task. LLMs are most certainly where things went wrong.