Live data from Hacker News

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

crates.io

81–90 of 334 posts

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

#82

Earlier quoted context omitted.

Aren't skills fairly easy to share, and can contain more than one file?

Prompts as well... he might be on to something here, can't say as I didn't try it yet Skills are just prompts

Most of mine have code in them. That's most of the value.

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

#83

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

Jetbrains does not have their own IDE-integrated coding agent?

What do Jetbrains users use then? Amp?

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

#85

> Integrated Ralph Wiggum loops: looping capabilities for long-horizon tasks Imo, this shouldn't be embedded in the executor layer. Orchestration should handle this.

Is AI is the new Waterfall/Agile methodology with all the lingo/terminology/names that make no damn sense?

Appears so, because I am so turned off by it...

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

#89
This is much needed!

Compared to Codex CLI, Claude Code is insanely slow.

    $  time claude --version
    2.1.143 (Claude Code)

    ________________________________________________________

    Executed in    4.39 secs      fish           external
    usr time   29.68 millis    0.26 millis   29.41 millis
    sys time   71.30 millis    1.30 millis   70.00 millis

5 seconds to show me the version number!

I'm guessing Claude Code also needs a rewrite in Rust. But from what I saw in the leaked TypeScript code, a line-to-line port will be pretty bad. It requires a new architecture that matches Rust idioms

Post reply on HN