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

founded 3 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] spankysalmon@fedinsfw.app 8 points 2 days ago (3 children)

lol no you cannot make it lossless.

[–] sukhmel@programming.dev 1 points 2 days ago

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

[–] AI_toothbrush@lemmy.zip -2 points 2 days ago (1 children)

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.

[–] spankysalmon@fedinsfw.app 2 points 1 day ago

So does lossy compression... same output for input of an algorithm is deterministic, not lossless...