Hacker Newsnew | past | comments | ask | show | jobs | submit | quikoa's commentslogin

So why doesn't Anthropic write a good Claude Code in Rust already? Why don't we get a Codex with the polish level of Sublime text editor?

These companies have many billion dollar investments and yet their main product is a bloated meh.


They don’t hand write it because it would be an embarrassment. At the same time, Claude Code doesn’t really need to be any better than it is while Anthropic has great models no one else has.

On the off chance that OpenAI executives are reading this. I'll totally believe AGI is here if they do this.

That won't even require an AGI.

> (at the moment)

That's why. That future is uncertain. So why gamble your future on something that's popular at the moment for something that could change completely a year later?


A language without a large stdlib pushes this that functionality into (transitive) dependencies. I hope more language will adopt batteries included approach.


No stdlib will ever include all the "batteries" you need. And large stdlibs have their own set of problems, like stagnation, tying the library version to the language version, backwards compatibility garantees preventing evolution, and either needing a wide range of domain experts to maintain it, or having developers maintain components they don't have a deep understanding of.

I think the sweet spot is having an ecosystem of "blessed" libraries that are reviewed for security and quality, but are versioned independently of the language, and maintained by subject matter experts.


This particular crate (arrayref) seems pretty niche, but also doable in std now.

It lets you take a slice `&[T]` and return a slice with a known number of elements`&[T; N]`. tiny-skia was probably using this to get some SIMD optimizations.

As of Jan 2026, this seems to be in the standard library under slice::as_array https://doc.rust-lang.org/std/primitive.slice.html#method.as...


It'd definitely need a solid team behind this and not just Evan Czaplicki if I were to trust a database with my data.


> something dangerous like AI model developement

It's very dangerous to Anthropic's bottomline!


Is it this one?

https://patents.google.com/patent/US20050184962A1/en

> [..] and a plurality of Sensors located in the capacity Surrounding the track ball for detecting pressure directions.

...

> Status Expired


The question is if they'll increase prices as well.


This statistic doesn't show the disproportionate effect it may have on local communities close to these AI datacenters.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: