Comment by Terr_

5 hours ago

A better use of LLMs: To help translate the vast majority of C/C++ developers' output into memory-safe languages. :p

You're likely joking, but in case someone else misunderstands; this is not going to work. Rust with unsafe{} is the only thing you can translate directly to, even with LLMs. Rust with extensive unsafe{} is not something anyone wants to debug or maintain, and is near impossible to improve quickly.