this post was submitted on 12 Jul 2026
141 points (85.4% liked)

Programmer Humor

32239 readers
1109 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
 
all 36 comments
sorted by: hot top controversial new old
[–] psud@aussie.zone 2 points 20 minutes ago

Good luck enforcing no LLM spell check

[–] CanadaPlus@lemmy.sdf.org 4 points 1 hour ago

No people who have ever used, or heard of LLMs.

[–] nabladabla@sopuli.xyz 5 points 2 hours ago

The book by Asimov mentioned there is really good

[–] brianpeiris@lemmy.ca 37 points 3 hours ago

If the Zig community carves out a territory of principled engineering like this, I may adopt it as my primary language and make a career out of it. Finally an island of sanity in a sea of slop.

[–] grrgyle@slrpnk.net 23 points 4 hours ago

It's beautiful

[–] db2@lemmy.world 24 points 4 hours ago

Zig is really moving on this one.

[–] Jimbabwe@lemmy.world 9 points 3 hours ago

They hiring?

[–] KairuByte@lemmy.dbzer0.com 1 points 1 hour ago

I find the “no use of AI for finding bugs” weird, so long as you’re also confirming it yourself.

[–] placebo@lemmy.zip 52 points 6 hours ago (1 children)

Can't wait for the punchline.

[–] Laser@feddit.org 12 points 6 hours ago* (last edited 3 hours ago) (2 children)

It should be noted that e.g. DeepL which is a very good AI translation service isn't an LLM but rather falls into the category of "Neural machine translation". So this would still be fine

Edit: I leaned it's an LLM now, my knowledge is outdated.

[–] scrion@lemmy.world 25 points 5 hours ago (2 children)

DeepL uses plenty of LLMs internally and recently laid of around 1000 employees to "shift to AI".

[–] TeamAssimilation@infosec.pub -1 points 4 hours ago (2 children)

To be fair, LLMs do really good translations, but as with everything you use them for, you need to be familiar with the subject so you catch their mistakes.

I’m thinking beginner level so the LLM can support instead of replacing you while you get better.

[–] myotheraccount@lemmy.world 9 points 3 hours ago

LLMs do not do translations, they approximate something similar to the original statement in another language. They are very accurate when given a common piece to translate, but wildly accurate when given a sentence which is highly improbable.

[–] FiniteBanjo@feddit.online 6 points 4 hours ago

If it makes more mistakes than humans and therefor requires humans to check all of their work, and it's been shown to not be very cost-effective, then what's the point? Better to just not use the AI at all.

[–] stingpie@lemmy.world 2 points 5 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 3 points 1 hour 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 41 minutes 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 5 points 3 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 6 points 3 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.

[–] FiniteBanjo@feddit.online 4 points 6 hours ago

Love that, what a cool dude