Live data from Hacker News

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

pu.dev

21–30 of 44 posts

Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

#23
if you are looking for a customizable agent harness that provides everything except a tui (cli, acp, embeddable python package) i built and use this for a handful of projects where i needed a vendor-agnostic replacement for claude agent sdk: https://github.com/zackham/aloop

Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

#24
post #12
post #5

Earlier quoted context omitted.

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.

Isn’t unwrapping and commenting just one prompt away?

… 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.

Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

#25
post #18

Could you post the initial 6KB version? I'd love to have a version that I can actually read and understand. I don't care if it's 2K LOC.

> Could you post the initial 6KB version? I'd love to have a version that I can actually read and understand. I don't care if it's 2K LOC. I don't think that even with APL you could get an average of three characters per line of code to get a 6 Kb file in 2 K LOC.

Maybe in Wényán lang?
Post reply on HN