Live data from Hacker News

Anthropic acquires Bun

bun.com

811–820 of 1001 posts

Re: Anthropic acquires Bun

#811

Look Bun is a great product but something hilarious about the company that is “going to replace all software developers with AI” BUYING software. You are building a product that is supposed to make software cost 0 right? Why wouldn’t you just “vibe” code yourself Bun?

I think you’re confused.

> going to replace all software developers with AI

No?

> building a product that is supposed to make software cost 0 right

No?

Re: Anthropic acquires Bun

#812
post #670
post #386

Earlier quoted context omitted.

> They didn't have to join, which means they got a solid valuation. This isn't really true. It's more about who wanted them to join. Maybe it was Anthropic who really wanted to take over Bun/hire Jarred, or it was Jarred who got sick of Bun and wanted to work on AI. I don't really know any details about this acquisition, and I assume it's the former, but acquihires are also done for other reasons than "it was the onl…

Can't edit my comment anymore but Bun posted a pretty detailed explanation of their motivation here: https://bun.com/blog/bun-joins-anthropic Sounds like "monetizing Bun is a distraction, so we're letting a deep-pocketed buyer finance Bun moving forward".

Isn’t Anthropic itself also burning investors money? I thought no AI company is making any profit.

Re: Anthropic acquires Bun

#813
post #357

Why the hell is a CLI coding agent built in JavaScript? It’s wild what happens when a generation of programmers doesn’t know anything except webdev. How far from grace we have fallen.

The big advantage of a language like JavaScript of Python for a CLI tool of this nature is that they naturally support adding extensions or plugins. That's quite a bit harder if your tool is built using a compiled language like Go.

Ehhhh. In either case you have to define a neat clean plugin API. Whether it loads a DLL/SO or just some scripts isn’t that huge of a difference.

Re: Anthropic acquires Bun

#814

Earlier quoted context omitted.

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…

> Yeah, now they are part of Anthropic, who haven't figured out monetization themselves. Anthropic are on track to reach $9BN in annualised revenue by the end of the year, and the six-month-old Claude Code already accounts for $1BN of that.

Not sure if that counts as "figured out monetization" when no AI company is even close to being profitable -- being able to get some money for running far more expensive setups is not nothing, but also not success.

Re: Anthropic acquires Bun

#815
post #796

Earlier quoted context omitted.

Java is owned by Oracle. And you sure don't want to do business with that company. There's a reason why postgresql is slowly eating their cake.

This is FUD. Java has many open source implementations and nobody needs to deal with Oracle.

Well except Google that got sued for US$8.8 Billion because they decided to use specific API signatures but provide their own implementation...?!

Re: Anthropic acquires Bun

#816
post #709

Earlier quoted context omitted.

AI tools value simplicity, fast bootstrapping and iterations, this rules out the JVM which has the worst build system and package repositories I've ever had the displeasure of needing to use. Check in gradle binaries in 2025? Having to wait days for packages to sync? Windows/Linux gradle wrappers for every project? Broken builds and churn after every major upgrade. It's broken beyond repair. By contrast `bun install`…

By using Gradle you certainly didn't make yourself a favor.

I am unsure why people feel the need to say this about Gradle. If you aren't doing anything fancy, the most you will touch is the repositories and dependencies block of your build script, perhaps add publishing or shadow plugins and configure them accordingly but that has never been simpler than it is now. Gradle breaks when you feel the need to unnecessarily update things like the wrapper version or plugins without considering the implications that has. Wrapper is bundled in so you don't have to try and make a build script work with whatever version you might have installed on your system if you have any, toolchain resolution makes it so you don't even need to install an appropriate JDK version as it does that for you.

If the build script being a DSL is the issue, they're even experimenting around declarative gradle scripts [0], which is going to be nice for people used to something like maven.

0: https://declarative.gradle.org/

Re: Anthropic acquires Bun

#817
post #709

Earlier quoted context omitted.

Java can run anywhere too

AI tools value simplicity, fast bootstrapping and iterations, this rules out the JVM which has the worst build system and package repositories I've ever had the displeasure of needing to use. Check in gradle binaries in 2025? Having to wait days for packages to sync? Windows/Linux gradle wrappers for every project? Broken builds and churn after every major upgrade. It's broken beyond repair. By contrast `bun install`…

It's just too bad bun is based on literally the worst programming language that's in actual use.

Re: Anthropic acquires Bun

#818

Earlier quoted context omitted.

Haven’t checked in on Java in a while?

I tried to check in on Java recently but got a NullPointerException when using the AbstractSingletonProxyFactoryBean !

I'll never understand people making fun of verbosity. So you really prefer short, ambiguous, opaque and unpronounceable abbreviations? Really?!

Re: Anthropic acquires Bun

#819
post #815

Earlier quoted context omitted.

This is FUD. Java has many open source implementations and nobody needs to deal with Oracle.

Well except Google that got sued for US$8.8 Billion because they decided to use specific API signatures but provide their own implementation...?!

... and Oracle lost

Re: Anthropic acquires Bun

#820
post #815

Earlier quoted context omitted.

This is FUD. Java has many open source implementations and nobody needs to deal with Oracle.

Well except Google that got sued for US$8.8 Billion because they decided to use specific API signatures but provide their own implementation...?!

Come on, that's a completely different story, Google made their own independent SDK using but incompatible with Java. Nobody's arguing you should do that.

Plus last time I checked Oracle lost that lawsuit.

Post reply on HN