The era of AI agents moving from mere code completion to autonomous problem-solving within the integrated development environment (IDE) is officially underway. A recent demonstration featuring Gleb Melnikov from JetBrains showcased the deep integration of OpenAI’s Codex agent directly into the JetBrains IDE suite, turning the tool from a predictive assistant into a collaborative engineering partner capable of tackling complex, multi-platform development challenges. The central thesis of the demonstration was clear: AI is no longer just writing boilerplate; it is navigating, reasoning, and fixing real-world codebases.
Melnikov presented the capabilities of the newly integrated Codex within IntelliJ, applying it to a complex Kotlin multi-platform project—the official KotlinConf application, which runs across mobile, web, and desktop environments. The context paragraph established the foundation of this partnership: Codex is accessible using a developer’s existing ChatGPT subscription, API key, or JetBrains AI subscription, and crucially, it is immediately granted deep access to the project files. The first hurdle presented was a common, frustrating scenario: a broken iOS build resulting in a verbose stack trace.
