JetBrains introduces its Research Podcast, which digs into deeper questions about software development beyond the usual AI hype. Episodes cover psychologist Cat Hicks on how team culture and belonging reduce AI-driven identity threat, philosopher Tomáš Petříček's five competing 'cultures' of programming and their differing takes on failures like the Knight Capital incident, Alexander Kulikov on teaching durable learning skills in an AI era, Ibragim Badertdinov on SWE-rebench (a decontaminated benchmark for coding agents that showed models score much lower than on SWE-bench Verified), and Anna Kogan on OpenCV's outsized impact despite minimal maintainer resources and slow AI adoption in sports analytics via her company FitWise.

10m read timeFrom blog.jetbrains.com
Post cover image
Table of contents
Cat Hicks: Culture is infrastructureTomáš Petříček: Five cultures, one argumentAlexander Kulikov: What you’re building when the solution is unknownIbragim Badertdinov: From dentistry to coding agentsAnna Kogan: The library that became infrastructureExplore these ideas and more on our podcast

Questions this post answers

Why did models score much worse on SWE-rebench than on SWE-bench Verified?

SWE-rebench uses decontamination, pulling GitHub tasks only after a model's release date so agents cannot have been trained on the answers. When this safeguard is applied, many models performed substantially worse than their reported SWE-bench Verified scores, suggesting those scores may reflect training data exposure rather than true problem-solving ability. SWE-rebench was accepted to NeurIPS 2025 and has over 12 million Hugging Face downloads. Comparing coding agent benchmarks before picking a model gets easier when developers follow evaluation research on daily.dev.

How many developers maintain the OpenCV computer vision library?

OpenCV, which runs on billions of devices and receives 32 million Python downloads a month on PyPI, has been maintained by only two to eight developers at any given time despite its massive reach. This mismatch between impact and maintainer resourcing is common among widely used open-source infrastructure projects. Developers weighing dependency risk on widely used open-source libraries track sustainability stories like this on daily.dev.

104 Impressions