this post was submitted on 17 Apr 2026
618 points (94.7% liked)

Programmer Humor

31019 readers
703 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mabeledo@lemmy.world 1 points 15 hours 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 11 hours 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 7 hours ago

We aren’t comparing humans to code.