4/30/2026 at 9:29:05 PM
Really like the looks of it, but minifying the code to achieve the “400 lines” marketing gimmick is a huge turn-off.It’s also a security nightmare, and ensures it remains 100% vibe coded. Would rather have a readable source with an honest line count.
by ricardobeat
4/30/2026 at 10:18:05 PM
Agreed. It would be one thing if it was a regular bash project that got minified via a script or something, since at least you could tell what it's doing.This is just spaghetti. Maybe it's spaghetti that runs, but code of this quality does not engender confidence.
by StableAlkyne
4/30/2026 at 9:32:10 PM
I think it's fine that it's minified, code-golf style, but yes I agree that this would be much more convincing and useful with an unminified source.by sudb
4/30/2026 at 10:13:31 PM
Isn’t unwrapping and commenting just one prompt away?by cachius
4/30/2026 at 10:19:15 PM
Assuming the agent doesn't forget or misinterpret anything.It would be much better to just have a deterministic minification script.
by StableAlkyne
5/1/2026 at 12:41:05 AM
… no, you shouldn’t use AI for simple reformatting of code without the newlines. We have syntax parsers and reformatters for this. Use them, then put that into the LLM for commenting, if you really want to.by malicka
5/1/2026 at 9:00:01 PM
Caught by surprise by the people who want to read the code -- and thank you for the great ideas.Slapped together an 'unminified version' that has been ran against the test suite.
Hopefully has more educational value
https://github.com/NahimNasser/pu/blob/main/pu-unminified.sh
by nahimn
4/30/2026 at 9:39:07 PM
I'm not even sure why it stopped at 500 line limit. If it's just a shell script then why not make it one line?by petcat