Earlier quoted context omitted.
> I believe this a bit less. They weren’t acquired and got paid just to build tooling as before and now completely ignoring monetization until the end of times.
Good for them, could be bad for actual users.
Anthropic acquires Bun
911–920 of 1001 posts
Re: Anthropic acquires Bun
#912Earlier quoted context omitted.
> I believe this a bit less. They weren’t acquired and got paid just to build tooling as before and now completely ignoring monetization until the end of times.
Maybe they were though. Maybe Anthropic just wanted to bring a key piece of the stack in-house.
Re: Anthropic acquires Bun
#913I work on Bun. Happy to answer any questions
Re: Anthropic acquires Bun
#914> At the time of writing, Bun's monthly downloads grew 25% last month (October, 2025), passing 7.2 million monthly downloads. We had over 4 years of runway to figure out monetization. We didn't have to join Anthropic. I believe this completely. They didn't have to join, which means they got a solid valuation. > Instead of putting our users & community through "Bun, the VC-backed startups tries to figure out monetizat…
Given the worries about LLM focused companies reaching profitability I have concerns that Bun's runway will be hijacked... I'd hate for them to go down with the ship when the bubble pops.
Re: Anthropic acquires Bun
#915> At the time of writing, Bun's monthly downloads grew 25% last month (October, 2025), passing 7.2 million monthly downloads. We had over 4 years of runway to figure out monetization. We didn't have to join Anthropic. I believe this completely. They didn't have to join, which means they got a solid valuation. > Instead of putting our users & community through "Bun, the VC-backed startups tries to figure out monetizat…
Yeah, now they are part of Anthropic, who haven't figured out monetization themselves. Shikes! I'm a user of Bun and an Anthropic customer. Claude Code is great and it's definitely where their models shine. Outside of that Anthropic sucks,their apps and web are complete crap, borderline unusable and the models are just meh. I get it, CC's head got probably a powerplay here given his department is towing the company a…
Re: Anthropic acquires Bun
#916Earlier quoted context omitted.
If anything this seems to be a huge victory for Zig, since Bun is mostly written in Zig.
That’s just what the Javascript ecosystem has been missing! A runtime built on an unstable pre-1.0 language to go with the npm dependency churn. It’s been way too long since I’ve had to waste a week debugging what turns out to be a compiler/interpreter bug. (I’m half joking, that’s awesome for Zig!)
- a javascript developer
Re: Anthropic acquires Bun
#917I am more shocked about the origin story compared to the acquisition. > Almost five years ago, I was building a Minecraft-y voxel game in the browser. The codebase got kind of large, and the iteration cycle time took 45 seconds to test if changes worked. Most of that time was spent waiting for the Next.js dev server to hot reload. Why in the hell would anyone be using Next.js to make a 3D game... Jarred has always se…
Because he wanted to? Do you also berate the choices of people in the 4K demo scene for using too little memory?
Re: Anthropic acquires Bun
#918I am more shocked about the origin story compared to the acquisition. > Almost five years ago, I was building a Minecraft-y voxel game in the browser. The codebase got kind of large, and the iteration cycle time took 45 seconds to test if changes worked. Most of that time was spent waiting for the Next.js dev server to hot reload. Why in the hell would anyone be using Next.js to make a 3D game... Jarred has always se…
Re: Anthropic acquires Bun
#919I am more shocked about the origin story compared to the acquisition. > Almost five years ago, I was building a Minecraft-y voxel game in the browser. The codebase got kind of large, and the iteration cycle time took 45 seconds to test if changes worked. Most of that time was spent waiting for the Next.js dev server to hot reload. Why in the hell would anyone be using Next.js to make a 3D game... Jarred has always se…
Maybe same for anthropic, they can simply write agent using Rust/Go. Instead they decide to buy and develop a JavaScript runtime.
Re: Anthropic acquires Bun
#920Earlier quoted context omitted.
Isn’t because packages are one of the problems deno tried to fix?
They tried to realign package management with web standards and tools that browsers can share (URLs and importmaps and "cache, don't install"). They didn't offer compatibility with existing package managers (notably and notoriously npm) until late in that game and took multiple swings at URL-based package repositories (deno.land/x/ and JSR), with JSR eventually realizing it needed stronger npm compatibility. Bun did…