Remix.run Logo
0cf8612b2e1e 13 hours ago

If coding is so cheap, I hope people start vibing Rust. If the machine can do the work, please have it output in a performant language. I do not need more JS/Python utilities that require embarrassing amounts of RAM.

falcor84 11 hours ago | parent | next [-]

It's already happening, particularly with "Ladybird Browser adopts Rust" [0] being at the top of HN today. It's now feasible to quickly iterate on a system's design with a dynamic language like Python, and then, once you're happy with the design, have AI rewrite it into something like Rust or Zig. I can even foresee a future where we intentionally maintain two parallel implementations, with machine-defined translation between them, such that we're able to do massive changes on the higher level implementation in minutes, and then once we finish iterating, have it run overnight to reimplement (or rewrite) it in the performant language. A bit like the difference between a unoptimized debugging version of a project, and the highly optimized one, but on steroids.

[0] https://news.ycombinator.com/item?id=47120899

tadfisher 13 hours ago | parent | prev | next [-]

Worth reiterating due to the skyrocketing costs of RAM.

cube00 12 hours ago | parent | prev | next [-]

The sad reality is it will likely be the older languages (I tend to see Ruby vibed a lot) just because there is so much more to train on.

fxtentacle 13 hours ago | parent | prev [-]

With a bit of AI sprinkled in, Rust code can surely also waste gigabytes of RAM on "Hello World" ;)