JetBrains Launches Kotlin Benchmark for AI Coding Agents
Key Takeaways
- ▸JetBrains released the Kotlin Benchmark, the first official benchmark for evaluating AI coding agents on real-world Kotlin software engineering tasks
- ▸The benchmark includes 105 real-world engineering tasks from active open-source repositories with strict validation in containerized environments
- ▸Claude Code with Opus 4.7 xhigh leads inaugural results with 85.71% task resolution rate, with other top agents also exceeding 80%
Summary
JetBrains has released the Kotlin Benchmark, the first official benchmark for evaluating AI coding agents on Kotlin software engineering tasks. The benchmark is designed to provide developers with a credible, public way to assess how different AI agents perform on real-world Kotlin projects and compare agent setups against realistic, day-to-day development work.
The Kotlin Benchmark is based on SWE-bench methodology and includes 105 engineering tasks sourced from active open-source Kotlin repositories. Each task requires an AI agent to interpret a real issue description, navigate the project's context, and generate a functional patch that passes validation in containerized test environments. This represents a step beyond syntax-focused benchmarks toward evaluating full end-to-end capabilities.
Initial evaluation results show strong performance from leading coding agents: Claude Code with Opus 4.7 xhigh achieved the highest resolution rate at 85.71% (90 of 105 tasks), followed closely by JetBrains Junie with Opus 4.7 max and OpenAI's Codex with GPT 5.5 xhigh, both at 81.9%. A public leaderboard is now available at kotlinlang.org/benchmark, and all benchmark assets and test harnesses are open-sourced for community use.
JetBrains plans to expand the benchmark in future iterations to cover broader Kotlin ecosystem areas including Android and Kotlin Multiplatform, introduce additional evaluation metrics beyond test passing (including cost and code quality), and evaluate a wider range of commercial agents, configurations, and open-weight models.
- A public leaderboard is available for comparing different AI agents and configurations on Kotlin tasks
- The benchmark uses open-source infrastructure and datasets, enabling broader community participation and validation
Editorial Opinion
JetBrains' Kotlin Benchmark fills a critical gap in AI agent evaluation, moving beyond syntax testing to measure real-world software engineering capabilities. The results show substantial progress in AI coding agents, with leading models approaching 90% task resolution, though the persistent gap suggests room for improvement in complex project navigation and patch generation. The open-source approach and public leaderboard are commendable, democratizing agent evaluation and encouraging healthy competition among vendors. This benchmark will likely become a standard reference point for Kotlin teams evaluating coding agents and reflects the industry's growing need for rigorous measurement of AI-assisted development tools.



