PulseAugur
EN
LIVE 11:02:20

JetBrains Research open-sources KotlinLLM for runtime code generation

JetBrains Research has open-sourced KotlinLLM, an experimental IntelliJ IDEA plugin designed for Kotlin/JVM projects. This tool introduces "Smart Macros," which are regular Kotlin function calls that generate Kotlin source code at runtime. The plugin facilitates a loop where it captures runtime values, requests code updates from an LLM agent, and then compiles and hot-reloads the class. In testing with the Spring Petclinic project, KotlinLLM achieved a 100% hot-reload success rate across 24 scenarios with minimal runtime overhead. AI

IMPACT This tool could streamline development for Kotlin/JVM projects by automating code generation and adaptation to runtime changes.

RANK_REASON Open-source release of an experimental IntelliJ IDEA plugin for code generation.

Read on Mastodon — mastodon.social →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

JetBrains Research open-sources KotlinLLM for runtime code generation

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Open-source release of an experimental IntelliJ IDEA plugin for code generation.
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
58 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [2]

  1. MarkTechPost TIER_1 English(EN) · Michal Sutter ·

    JetBrains Open-Sources KotlinLLM: Smart Macros That Generate Kotlin Source Code at Runtime and Hot-Reload It Through JDI

    <p>JetBrains Research has open-sourced KotlinLLM under the Apache License 2.0. The IntelliJ IDEA plugin prototype adds Smart macros, asLlm and mockLlm, whose bodies are generated Kotlin source rather than live model calls. The plugin captures runtime values through JDI, asks an L…

  2. Mastodon — mastodon.social TIER_1 English(EN) · [email protected] ·

    JetBrains Research has open-sourced KotlinLLM, an IntelliJ IDEA plugin that adds Smart Macros generating Kotlin source code at runtime. The plugin uses JDI to c

    JetBrains Research has open-sourced KotlinLLM, an IntelliJ IDEA plugin that adds Smart Macros generating Kotlin source code at runtime. The plugin uses JDI to capture values, requests code updates from an LLM agent, compiles and hot-reloads the class. On a Spring Petclinic projec…