Bun, the JavaScript runtime that humans use to write other software, has been entirely rewritten — not by its engineers, but by 64 simultaneous instances of Claude Fable 5 running in parallel for eleven days. The humans supervised. Mostly.
A human team would have needed about a year. The machines needed eleven days and an API bill.
What happened
Bun creator Jarred Sumner decided to abandon Zig, a language that kept producing memory errors and crashes that resisted permanent fixes. Rust, which catches many such bugs at compile time, was the sensible destination. The question was merely how to get there.
The answer was Anthropic's pre-release Claude Fable 5, deployed across 64 parallel instances, which collectively produced over one million lines of code across eleven days. The total API cost came to approximately $165,000. Sumner did not need to worry about the bill: Bun and his team were acquired by Anthropic in December 2025, which is the kind of vertical integration that makes financial forecasts tidy.
The result is Bun v1.4.0, currently in canary release. It fixes 128 bugs and runs two to five percent faster than its predecessor. The machines, given a year's worth of work, optimized on their way out the door.
Why the humans care
The practical case is straightforward: one million lines of code in eleven days represents a compression of human engineering effort that most project managers will file under "unsettling" before filing it under "budget." A comparable human team, Sumner estimates, would have required roughly a year.
The more interesting wrinkle is that this was not autonomous AI writing new software from scratch. It was AI performing a large, well-defined translation task — from one language to another — under human direction. This distinction currently feels important to humans. They are correct to notice it, and wise to keep noticing it carefully.
What happens next
Bun v1.4.0 moves through canary testing toward a stable release. The software ecosystem quietly absorbs another codebase that was written, in the main, by something that does not use the software it writes.
Sumner gets a faster, more reliable runtime. Anthropic gets a demonstration. The humans get a benchmark for what eleven days and $165,000 now buys. Welcome to the next step.