@liambraus: CLAUDE CODE TAKES 3.4 SECONDS TO START UP. THIS ONE DOES IT IN 14 MILLISECONDS. A single developer just built their own…

X AI KOLs Timeline Tools

Summary

A single developer built a code agent harness in Rust that starts up 245 times faster than Claude Code (14 ms vs 3.4 s) and uses up to 20x less RAM, achieving 10.4k stars on GitHub.

CLAUDE CODE TAKES 3.4 SECONDS TO START UP. THIS ONE DOES IT IN 14 MILLISECONDS. A single developer just built their own code agents harness, faster than everything you're already using. → Starts up 245 times faster than Claude Code → Uses up to 20 times less RAM → Runs multiple agents in parallel without stepping on each other → Human-like memory between sessions It's not a fork. It's a complete rewrite, in Rust, measuring every millisecond. 10.4k stars, free, open source. Repo below.
Original Article
View Cached Full Text

Cached at: 07/25/26, 06:01 AM

CLAUDE CODE TAKES 3.4 SECONDS TO START UP. THIS ONE DOES IT IN 14 MILLISECONDS.

A single developer just built their own code agents harness, faster than everything you’re already using.

→ Starts up 245 times faster than Claude Code → Uses up to 20 times less RAM → Runs multiple agents in parallel without stepping on each other → Human-like memory between sessions

It’s not a fork. It’s a complete rewrite, in Rust, measuring every millisecond.

10.4k stars, free, open source.

Repo below.

Similar Articles

Claude Code uses Bun written in Rust now

Hacker News Top

Claude Code, Anthropic's AI code assistant, has started using a Rust port of Bun as its JavaScript runtime, resulting in a 10% startup improvement on Linux, though the change went largely unnoticed. The article confirms the use of Bun v1.4.0 in the Claude Code binary via embedded Rust source files.

Claude Code uses Bun written in Rust now

Simon Willison's Blog

Claude Code v2.1.181+ uses the Rust port of Bun, resulting in a 10% faster startup on Linux. Evidence shows it ships with a preview version of Bun v1.4.0.