Remix.run Logo
▲ benjiro29 an hour ago

Why bother with rust when you can write it in C and ask an LLM to weed out the memory bugs?

Here is a idea, why not combine both? Have the advantage of Rust its build in checks and LLMs independent checks. Now you get both for a even more safe program.

▲lolakutty 7 minutes ago | parent [-]

That is the worst of both worlds. You are paying for rust borrow checked forcing awkward designs, and you are paying for tokens.