this post was submitted on 17 Apr 2026
661 points (94.4% liked)

Programmer Humor

31750 readers
691 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
[–] mabeledo@lemmy.world 1 points 1 month ago (1 children)

Except for the bit where LLM behaviors aren’t deterministic, but those of most compilers in most situations are.

And before anyone says that LLVM in version X produced wildly different assembly from version Y, it is not remotely comparable to what LLMs do, not even close.

[–] chunes@lemmy.world 0 points 1 month ago (1 children)

Yep, but if you ask me to solve the same problem at different times I probably wouldn't write the same code either.

[–] mabeledo@lemmy.world 0 points 1 month ago

We aren’t comparing humans to code.