How to embed vomit in your own code, by JetBrains
How to embed vomit in your own code, by JetBrains
blog.jetbrains.com
KotlinLLM is Going Open Source - The JetBrains Blog
TL;DR KotlinLLM is now public. It's a research prototype for delegating runtime logic to an LLM from Kotlin code. Instead of calling an LLM on every request or running a separate agent, you can wri

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:
kotlin
fun main() { chatgpt("open a window with a button, and make no mistakes") }