Live data from Hacker News

Zerostack – A Unix-inspired coding agent written in pure Rust

crates.io

171–180 of 334 posts

Re: Zerostack – A Unix-inspired coding agent written in pure Rust

#171
Could we finally put the whole "written in pure Rust" thing as if it is a certificate of quality to rest? You can write crap in Rust, you can write excellent software in Rust, and both goes for all other languages too. I don't care what language you used for a project from the quality POV. Slop is slop, no matter Rust or JS or C.

Re: Zerostack – A Unix-inspired coding agent written in pure Rust

#172
post #167

There is also https://github.com/Dicklesworthstone/pi_agent_rust I vibed a comparison/review of these two systems using my llm wiki: https://zby.github.io/commonplace/work/pi-agent-zerostack-co... (the prompt is in https://zby.github.io/commonplace/work/pi-agent-zerostack-co... )

Your bot seems to think that `pi_agent_rust` is the same as upstream Pi.

I think I fixed this in a later revision. Does that persist?

Re: Zerostack – A Unix-inspired coding agent written in pure Rust

#176

Now make it into an IntelliJ plugin which has proper access to the search index. I’ll pay for it. For Christs sake it’s insane JetBrains hasn’t figured this out yet

I am currently deciding on adding ACP support or not (and ACP support should allow connections to JetBrains's IDEs)

Yes please.

TUIs are cool but sometimes people prefer staying in the IDE

Re: Zerostack – A Unix-inspired coding agent written in pure Rust

#177
post #48

"RAM footprint: ~8MB on an empty session, ~12MB when working" I like this, Claude Code is using multiple gigabytes, which is really annoying on lowend laptops

I'm building an agent framework in golang and it is extremely light weight. Startup time is under 1/2 second, and RAM usage is really low. I have a 12 year old laptop and it happily runs without slowing down. There's no reason what is essentially a string concat engine should be slow on any hardware, including old hardware.

Sounds interesting, would you like to share any more information about your project?
Post reply on HN