Fireship · 2026-07-15 · notable
Fireship: 'The most controversial rewrite in history just shipped...'
Fireship walks through the AI-driven Bun 1.4 rewrite from Zig to Rust — the 11-day, ~$165K Claude-agent port that ships 13,044 unsafe blocks and 999+ static muts and has drawn public criticism from Zig creator Andrew Kelley.

Fireship covers the Bun 1.4 Zig-to-Rust rewrite — an 11-day AI-agent port that has split the systems-programming world.
What is it?
The video is Fireship's fast-cut recap of the Bun 1.4 rewrite: creator Jarred Sumner used a fleet of Claude agents to port Bun from Zig to Rust in about eleven days, at an estimated $165,000 in Claude API spend. Zig creator Andrew Kelley responded with a public teardown calling the resulting code 'unreviewed slop.'
How does it work?
Fireship's format is a compressed news explainer: the video summarizes what Sumner shipped, the specific numbers critics keep pointing to (13,044 unsafe blocks, 999+ uses of static mut — global mutable state that Rust normally punishes), and what Kelley's criticism actually says about AI-generated code being safe enough to trust.
Why does it matter?
The Bun rewrite is the first high-profile production project rewritten almost entirely by AI agents in a modern systems language, and the pushback is turning into a case study for what 'shipped by Claude' really means for maintainability. Fireship's audience — working engineers — is exactly the crowd whose view of AI-generated code this debate is trying to reshape.
Who is it for?
backend and systems developers weighing AI-generated code