It will be interesting to see which target languages are more suitable for LLM-based code generation. Intuitively, I would think that the more strict and typesafe languages, such as Rust, Ocaml, F#, would fare better. If the compiler can stop me from doing something stupid, surely this must work for AI-generated code also?