Zerostack – A Unix-inspired coding agent written in pure Rust
171–180 of 334 posts
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#172There 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.
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#173Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#174Both are in Rust and both mention Unix in their descriptions.
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#175I wonder how this compares to tau https://tau-agent.dev/ ? Both are in Rust and both mention Unix in their descriptions.
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#176Now 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)
TUIs are cool but sometimes people prefer staying in the IDE
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#177"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.
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#178Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#179"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
Re: Zerostack – A Unix-inspired coding agent written in pure Rust
#180Always funny how Hacker News works with traction, posted about a rust based TUI agent I'm working on a couple days ago too :P