Comment by benjiro29

2 days 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.

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