You can now embed prompts in your Kotlin code. It’s worse than generating code and checking it beforehand since it will now be done at runtime. Expect a lot of new applications that will put one prompt in the main function like:
fun main() { chatgpt("open a window with a button, and make no mistakes") }


That’s suboptimal… In Rust we do that at compile-time: https://github.com/germangb/ai-bindgen
What could go wrong.