logoalt Hacker News

esjeonlast Sunday at 11:31 AM2 repliesview on HN

> But I'm beginning to wonder whether that will even matter in a few months.

At that point, even Bun itself doesn't matter. All intermediate tools don't matter if LLMs can reliably write something large.

The problem is that LLM is not quite there yet. The rewrite was only possible because they mostly stick to 1-to-1 translation resulting in non-idiomatic Rust code. So, what from there? I don't think they can really build up a sane codebase from that state. They only shot themselves with a bigger gun.


Replies

brabellast Sunday at 12:02 PM

> The rewrite was only possible because they mostly stick to 1-to-1 translation resulting in non-idiomatic Rust code.

That’s patently false, just read Jarred’s own blog post describing how that was the first stage only, they went through many more to get the amount of non idiomatic, unsafe Rust code to an acceptable level.

show 1 reply
jqbdlast Sunday at 1:03 PM

Isn't it just: "while true {refactorIdiomatically(); fixErrors()}"

show 1 reply