← Back to context

Comment by spartanatreyu

2 hours ago

Yes, which is why you don't stop at rust.

You would choose rust (from a security standpoint) because it massively reduces memory safety issues (which from a Microsoft study was responsible for around 70% of bugs).

Then you look at things like linting, fuzzing, design by contract, proofing, deterministic test runs, etc...

As I said above: use better tools and processes.

LLMs don't fit that criteria.