It almost appears as if the code was minified. The variable names are short and formatting looks like it's written to minimize whitespace. Did it write it in this compact format all on it's own?
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.
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
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.
"Readability by humans" may no longer be as important as it once was.
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!