upvote
Doesn't look minified, just very dense, almost like progcomp code. First time I've seen an LLM spit out that style of code, I'm impressed!
reply
Yeah looks extremely compact. I didn't instruct it or told it to use as few lines of code or characters or nothing of the sort.

Not sure why it did that. Its own rationale (which is highly suspect, but the only lead I have) is that it defaults to dense style if it has to write a file in a single go. May be a kernel of truth somewhere in there.

reply
And much code on the web “in production” is minimized.
reply
minified is fewer tokens than the human-readable version that we would write. It only really makes sense to write in minified js - it's also where alot of code in the wild is since every production site minifies their js which is then consumed by training.
reply
I just had Opis 4.8 code up something and actually that's exactly how it coded it!

It looked gross and minimized, the result was awesome but the code looked pretty awful visually

reply
A friend sent me something he vibe coded which included a massive webassembly blob in the HTML file. My friend is not a programmer so he was not able to explain to me how it did that.
reply
Claude Design export.
reply
"Readability by humans" may no longer be as important as it once was.
reply
Maybe it would benefit Anthropic if AI generated code worked, but wasn't readable by humans. That's a nice moat.
reply
Good variable names are still useful for LLMs to understand context when refactoring.
reply
Only if LLMs will start to output object code, skipping text representation.
reply