Why bother with rust when you can write it in C and ask an LLM to weed out the memory bugs?
If you go that way, why not write LLVM Intermediate Representation? And if you know your server CPU anyway, why not write machine code?
I personally like Rust for web applications a lot because you can catch many bugs at compile time instead of during tests or runtime.
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.
Why bother with asking an LLM to weed out the memory bugs when you can write it in Rust?
Why bother with C when you can get an LLM to write it in Rust and not waste tokens on finding memory bugs
> write it in C and ask an LLM to weed out the memory bugs?
because a non-determinist chain of reasoning is not the same as a fully deterministic algorithm. Its the best tool when a deterministic system is not feasable.