{"slug": "how-is-the-bun-rewrite-in-rust-going", "title": "How is the Bun Rewrite in Rust going?", "summary": "A six-week investigation into Bun's claimed rewrite in Rust reveals that the project has not released a new version since the rewrite was merged to main on May 14, 2026, with the last release tag dating back to May 12, 2026 (bun-v1.3.14). Jarred Sumner of Bun claimed the rewrite cost $165,000 in Anthropic API calls over 11 days, but open pull requests from robobun have surged from 1,277 on July 9 to 2,475 by July 27, 2026, and Anthropic employees continue to contribute code, suggesting ongoing costs and labor beyond the initial claim.", "body_md": "# How is the Bun Rewrite in Rust Going?\n\nI think it’s important to be very Canny when someone makes a claim that supports a company’s large valuation.\n\nThe Bun rewrite seems well positioned as proof-positive that AI and specifically Anthropic’s AI can do the work of open-source maintainers, for some money, but faster.\n\nOn the 8th of July 2026 Jarred Summner of Bun fame posted about [“Rewriting Bun in Rust”](https://bun.com/blog/bun-in-rust). At the time, I felt pretty Canny, having already read about Anthropic’s C compiler and Cursor’s FastRender web browser. It seems like there is a lot of valuation money riding on the coding capabilities of AI, and a lot of marketing about those capabilities.\n\nIt’s not a huge stretch to link the acquisition of Bun by Anthropic with the choice to rewrite Bun with an Anthropic tool. In his article Jarred claims that over 11 days (between 3rd and 14th May 2026) and at a cost of $165,000 for Anthropic API calls the rewrite was done and then merged to `main`\n\n. This represents a cost of $15,000 dollars a day, a cost well outside the means of many open source maintainers. This number doesn’t seem to include the leviathan whirring of the CI/CD in the org’s Buildkite cluster, which appears to have been constantly whirring ever since the “rewrite” was “completed”.\n\nWhy do I put those two words in scare quotes?\n\nWell, on the 9th of July a peer of mine in a group chat said something unsurprising given our current environment - breathlessly proclaiming that the era of AI had emerged, and its herald was the “Rewriting Bun in Rust” blog post. So, I decided to look into this. Since the 9th I’ve been having a closer look at the claims and the code, and today I cloned the Bun repo:\n\n`Receiving objects: 100% (1200304/1200304), 1.23 GiB | 11.97 MiB/s, done.`\n\nAs of today, the 27th of July 2026, a six week period after the rewrite was merged to main, there’s still no release tag. It’s now been 11 weeks since the last Bun release tag:\n\n```\n2026-05-12 15:12:49 -0700  (tag: bun-v1.3.14)\n```\n\nThe last time there wasn’t a Bun release in a month was between the 26th of October 2022 and the 7th of December 2022 when there was a gap of six weeks and November was skipped, between v0.2.2 and v0.3.0:\n\n```\n2022-12-07 00:37:40 -0800  (tag: bun-v0.3.0)\n2022-10-26 21:06:02 -0700  (tag: bun-v0.2.2)\n```\n\nOn the 9th of July, the number of [open pull requests from robobun](https://github.com/oven-sh/bun/pulls/robobun) (a proxy for PRs made by claude code) was 1277. As of this moment, on the 27th of July that number is 2475 open PRs. I don’t claim to know for sure but as far as I can see the process of merging to main with Buildkite checks completed seems to take 40-ish minutes (sometimes it looks like it takes up to an hour and a half). At this rate if we want to merge all the open Claude PRs it’ll only take running the pipeline for 86 days, continuously.\n\nGenerously, some of these PRs don’t deal with Rust code. Further investigation was warranted. I initially clicked through some of the PRs and found some [extremely](https://github.com/oven-sh/bun/pull/34660) [reviewed](https://github.com/oven-sh/bun/pull/28932) [ones](https://github.com/oven-sh/bun/pull/34467).\n\nAt this point I began to suspect that much of the cost of the rewrite was off the books. While $15k a day in tokens widened my eyes a little (and maybe I’m naive, maybe that’s low), I hadn’t seen the numbers for the CI/CD costs of Buildkite, and as you might have noticed from [above](https://github.com/oven-sh/bun/pull/34660), some PRs were written by Anthropic employees. When I did analysis of the data it became clear to me that the project was ticking along with more Claude credits and more Anthropic employee involvement:\n\nOne of the assumptions I’ve made here is that Jarred Summner’s commits during the rewrite were using Claude.\n\nIt’s pretty clear that there was a big spike in Claude usage when the rewrite began. It seems like, now, Anthropic employee and Robobun involvement in Rust is ramping up:\n\nIt’s nice to see that the Anthropic employees involved seemed to have a good work-life balance, taking breaks on the weekend. But, it looks like that period is over. It seems like we’re ramping up to something, and there’s still no release tag.\n\nWhat’s pretty obvious to me is that we can’t take it at face value that the rewrite is “done” or that it was “done” for $165k USD. The Bun team never made that claim, but I’ve seen and heard those breathless claims that the rewrite is proof of *something*, and I do still think we need to be Canny about claims that support a large valuation. Anthropic is dogfooding this, the machine is still ticking along, and Anthropic employees are directly involved. If we imagine that the rewrite is still costing $10k a day, we’re approaching $800k in money spent on this rewrite.\n\n—\n\nI’m not a primitivist when it comes to AI. Work I’ve done on ML and AI has been some of the work I’ve been most proud of. This current hype cycle is, however, the worst I’ve ever seen the hype get. Back in 2015 I had to plead with management, trying to get them to understand that a black-box bunch of linear algebra that was better than humans at a quantitative task was, just, better. Now it seems like the world has completely reversed, and management is so forthright in their belief that AI is good, that they want it rubbed on everything. And those valuations are sometimes contingent on AI eating *everything*:\n\nIn my tiniest mouse voice ever I want to ask probably the most relevant question one can ask about a Business Thing: Was it worth the money and are the companies worth the valuation?\n\nAre we done yet?\n\nP.S. [Anthropic’s C compiler](https://github.com/anthropics/claudes-c-compiler) and [Cursor’s FastRender web browser](https://github.com/wilsonzlin/fastrender) haven’t had any commits for months.\n\nP.P.S. I’m looking for a [job](https://www.linkedin.com/in/thomas-lockwood-3048b056/).", "url": "https://wpnews.pro/news/how-is-the-bun-rewrite-in-rust-going", "canonical_source": "https://lockwood.dev/ai/2026/07/27/how-is-the-bun-rewrite-in-rust-going.html", "published_at": "2026-07-27 11:12:26+00:00", "updated_at": "2026-07-27 11:22:19.885241+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools"], "entities": ["Bun", "Jarred Sumner", "Anthropic", "Buildkite", "Claude"], "alternates": {"html": "https://wpnews.pro/news/how-is-the-bun-rewrite-in-rust-going", "markdown": "https://wpnews.pro/news/how-is-the-bun-rewrite-in-rust-going.md", "text": "https://wpnews.pro/news/how-is-the-bun-rewrite-in-rust-going.txt", "jsonld": "https://wpnews.pro/news/how-is-the-bun-rewrite-in-rust-going.jsonld"}}