this post was submitted on 02 Sep 2026
1192 points (98.7% liked)
Programmer Humor
33104 readers
132 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments

lol no you cannot make it lossless.
Enhance!
I think, they don't mean lossless compression with LLM, but with a neural network in general. I think it might be possible, but I'm not sure
Yeah you can? A neural network that only relies on wheights and doesnt use random numbers will always give the same output for the same input.
So does lossy compression... same output for input of an algorithm is deterministic, not lossless...