Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
21–30 of 44 posts
[dead]
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#22[flagged]
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#23if 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
#24Earlier 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
#25Could 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?
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#26I like the small-surface-area approach. The question I’d use to evaluate this is how well the harness records/replays tool calls and failure modes, since that is where debugging agent behavior usually gets messy.
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#27[dead]
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#28[dead]
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#29[dead]
Re: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
#30[dead]