Fetching from the wire…
Top 5 · 2026-05-17 · source-backed
Most coding agents run on JavaScript runtimes and eat 300MB of RAM just sitting idle. Zerostack is built in pure Rust, uses ~8MB on idle, ~12MB while working, and posts 0.0% idle CPU. It hit 1.0 on crates.io this week with 474 points and 252 comments on Hacker News.
The architecture follows Unix philosophy: small composable tools instead of monolithic runtimes. Plan-then-execute loop. Up to 8 concurrent sub-agents for long-horizon tasks. The kind of engineering you'd expect from someone who thinks about resource budgets rather than throwing Node.js at everything.
Why this matters beyond the benchmarks: local agent execution is becoming a real deployment target. When you're running agents in CI pipelines, dev containers, or on developer laptops, the difference between 8MB and 300MB is the difference between running 30 agents and running 1. That math changes what architectures are practical.
I don't know yet whether Zerostack matches the feature depth of Claude Code or Codex CLI for complex workflows. The 1.0 version is focused on core coding loops, not the plugin ecosystem that more mature tools offer. But it's proof that the "agents must be heavy" assumption was a choice, not a constraint. And choices can be revisited.
The 252-comment HN thread is worth reading if you care about the tradeoffs. Real practitioners debating memory allocation strategies for agent workloads. That's the kind of conversation that happens when a tool challenges assumptions with data instead of marketing.
Each link below shares sources, entities, or timing with this story.
The IDE market is fragmenting, and this week drew the sharpest lines yet. Cursor 3 launched as a rebuilt agent-orchestration platform in Rust and TypeScript, replacing the VS Code fork with an Agents Window for dispatching and monitoring multiple AI coding agents. Anysphere hi...
The antigravity-awesome-skills repository hit 36,145 GitHub stars with a catalog of 1,400+ installable SKILL.md playbooks that work across Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, and GitHub Copilot. One command: npx antigravity-awesome-skills --claude. That...
Running untrusted agent code safely has been a persistent headache. Docker adds startup latency and configuration overhead. VMs are heavier. Most developers, myself included, end up running agents with their real credentials on their real filesystem because the friction of san...
Terminal-Bench 2.1 results (entries dated June 17) put Codex CLI on GPT-5.5 first at 83.4%, Claude Code on Fable 5 second at 83.1%, and Claude Code on Opus 4.8 at 78.9%. The asterisk matters more than the ranking: Fable 5 and Mythos 5 have been export-suspended since June 12,...
Cursor just admitted that code editing isn't the main event anymore. Cursor 3 abandons its VS Code fork entirely. Not an extension. Not a theme. Gone. Rewritten from scratch in Rust and TypeScript as what Anysphere is calling an "agent orchestration platform." The default view...
Red Hat's Emerging Technologies group published ripwire, an Apache-2.0 zero-dependency C++23 binary with vendored tree-sitter grammars for 21 languages, exposed as both a CLI and an MCP server (GitHub). It reached 969 stars on Hacker News on September 7. It returns ranked symb...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.