Comment by fortuitous-frog

6 hours ago

Bun and the Rust pre-release have continued to be open source; the pre-release isn’t exclusive to Claude Code but available to anyone to download and use. There hasn’t been any public motion to indicate they may close source anytime soon. This FUD is so easily fact-checkable that I’m genuinely confused at how it caught on

HN discussions are filled with negative-sentiment AI comments that quickly get upvoted regardless of their connection to reality.

  • Yup. It almost seems that HN threads that aren’t about AI are against it, according to comments. I have found out that it doesn’t make sense to argue with negative-sentiment strangers…

> I’m genuinely confused at how it caught on

Probably because they said AI rewrote it in 11 days, yet haven't cut a release almost 2 months later. If their AI finished it, where's the release?

They ported enough of it to run a single app (Claude Code). Good job. But if I ported Linux to Rust and it was only capable of running a single app, should I be able say it was a complete port? We'd all agree that was misleading. It's the same with Bun.

The marketing lies simply backfired.

  • > If their AI finished it, where's the release?

    Producing a stable release for their community of code that had been written by AI in 11 days and had not yet been extensively tested in the real world would be grossly irresponsible.

    Instead, they made the AI rewrite available as a canary release and shipped it for a month as part of Claude Code to millions of their own users.

    • So... not finished, then? There have been lots of commits between then and now.

      If I pay someone to build a house and they left me a voicemail saying "Yep the house is finished, it only took us 11 days!" And then later, "No, you can't move in yet, still fixing some last-minute issues (there's no plumbing yet)." We would classify this as: a lie. And if you told it to your investors: fraud.

      Would it really be so bad for Anthropic to admit that a project of this size takes months instead of weeks?

      I'm not saying AI is not capable of this. I'm saying that their dishonest marketing has given ammo to their haters.

      1 reply →

  • > If their AI finished it, where's the release?

    `bun upgrade --canary`. You can use it today.

    Keeping a large release, like a total rewrite, on canary for a while to iron out bugs is a very reasonable software engineering practice.

    • > Keeping a large release, like a total rewrite, on canary for a while to iron out bugs is a very reasonable software engineering practice.

      I love reasonable engineering practices, like throwing out your entire codebase and rewriting it in a whole ass different language :)

  • What did they lie about in your opinion? CC is using the rust version right now.

    > a single app

    I mean this is a very silly way to describe one of the most used developer tools in the world, don’t you think?

They inflamed an online programming language fandom. It's kinda like if they dissed BTS

Well i was mostly talking about the "handing over to a non-profit" control parts. Not the release.

but since you said so, could you link me to the release / tag on github? I don't think they've put it out yet?

Maybe they won't change licenses, but Bun now feels more like SQLite as in "source code available" kinda open source, than the "come build with us, community first" kind that i think used to be classified on at least for me mentally.

No horse in this race, just pattern matching as we meatbags love to do.

Idc about the downvoting i can take a bit of heat on my fake internet points

  • > could you link me to the release / tag on github?

    https://github.com/oven-sh/bun/releases/tag/canary

    (I'm not a fan of how they reuse that single tag rather than putting out version-numbered alphas, but they do at least update the description to include the commit hash - "canary" is basically a pointer to the most recent commit hash that they have judged worthy of distributing to their canary users.)