Developer Tools Digest: GPT-5.5, JetBrains AI Workflow Study, IntelliJ IDEA 2026.1.1, 2026-04-24
ai

Developer Tools Digest: GPT-5.5, JetBrains AI Workflow Study, IntelliJ IDEA 2026.1.1, 2026-04-24

5 min read

OpenAI Releases GPT-5.5

OpenAI released GPT-5.5 on April 23, 2026, billing it as their most capable model to date. The release arrives just six weeks after GPT-5.4, illustrating the accelerating pace of frontier model iteration as labs compete for enterprise workloads.

GPT-5.5 is designed with agentic and multi-step workflows in mind. According to Chief Research Officer Mark Chen, it shows "meaningful gains on scientific and technical research workflows" and is significantly better at "navigating computer work"—OpenAI's term for computer use scenarios where the model must interact with native applications and browser interfaces. The model also demonstrates improved performance across agentic coding tasks that require planning, tool use, and self-checking, making it particularly relevant for developers building or using AI coding agents.

Performance comes with a higher per-token price tag compared to GPT-5.4, though OpenAI frames the model as more token-efficient overall: GPT-5.5 achieves higher intelligence per token, so tasks that previously required more verbose prompting or longer back-and-forth exchanges may complete in fewer tokens. Real-world latency matches GPT-5.4 in serving benchmarks, and the 1M-token context window is preserved. Benchmark comparisons show improvements on 9 of 10 shared evaluations versus its predecessor.

Cybersecurity capabilities in GPT-5.5 receive dedicated attention. OpenAI is making "cyber-permissive" variants available through Trusted Access for Cyber, starting with Codex, to give verified researchers and security teams expanded access to the model's vulnerability analysis capabilities with fewer restrictions. GPT-5.5 and GPT-5.5 Pro are rolling out to Plus, Pro, Business, and Enterprise ChatGPT users, and the model is available in Codex.

Read more — SiliconANGLE


JetBrains Study: AI Doesn't Always Speed Developers Up

JetBrains published research in April 2026 examining two years of actual developer behaviour data from 800 IDE users—400 consistent AI tool users and 400 non-users—covering 151 million logged IDE events across IntelliJ IDEA, PyCharm, PhpStorm, and WebStorm. The study is one of the largest objective analyses of how AI coding assistance changes real-world developer workflows.

The headline finding cuts against the optimism in most vendor-produced productivity reports: developers' perceptions of what changed in their workflows frequently diverge from what the log data shows actually changed. Over 80% of survey respondents reported that AI tools "slightly or significantly" increased their productivity. The log data tells a more nuanced story. AI users did type more—approximately 600 additional characters per month versus 75 for non-users—but they also deleted more code, averaging around 100 additional deletions per month that the same developers reported as "no perceived change" to their editing frequency.

Context switching, often cited as something AI tools should reduce, showed an unexpected pattern. AI users triggered 6 additional IDE activations per month, while non-users decreased activations by 7. Far from reducing context switching, AI assistance appears to correlate with more tool-switching, not less. This may reflect developers moving between their IDE and the chat interface of an AI assistant, or the pattern of reviewing generated code in multiple tools before accepting it.

Code quality showed the starkest perception-reality gap. 43.5% of respondents reported improved code readability as a result of AI tool use, yet debugging instances remained statistically unchanged for AI users—suggesting the subjective sense of code clarity is not translating into measurably fewer bugs. One participant captured a common sentiment: "I triple-check it, and even then, I still feel a bit uneasy."

The study does not argue that AI tools are useless. Rather, it highlights that the productivity story is more complex than simple "before vs. after" self-assessments suggest. Developers who are integrating AI tools into their workflows should calibrate expectations using objective data rather than perceived effort, particularly when evaluating tool adoption at an organizational level.

Read more — JetBrains Research


IntelliJ IDEA 2026.1.1 Released

IntelliJ IDEA 2026.1.1 is a maintenance release arriving weeks after the major 2026.1 feature release in March. The update addresses a targeted set of bugs surfaced by early adopters of the 2026.1 line.

Spring project users will notice the most impactful improvement: enhanced responsiveness for context action searches and code completion in large Spring projects. The 2026.1 release introduced new AI-powered context features and Spring Data enhancements, which created some performance regressions in projects with large Spring dependency graphs. The 2026.1.1 fix directly addresses that latency.

WSL 2 users receive two fixes in this release. JDK location detection failures in WSL 2—which prevented IDEA from discovering a locally installed JDK inside the Windows Subsystem for Linux—are resolved. A separate fix restores the ability to configure a Python SDK from WSL, a regression that affected developers working in Python alongside Java in the same IDE.

Build tooling sees two targeted corrections. Gradle sync failures caused by a class cast error involving InternalIdeaModule and org.gradle.tooling.model.ProjectModel are fixed, and the Ant tool window's double-click behaviour now correctly executes targets and displays output as expected. Application server users gain fixes for WildFly admin process connections after startup and WebLogic server run configuration creation for local deployments.

The release contains no breaking changes and is available through the in-IDE update mechanism, Toolbox App, Ubuntu snaps, and direct download from JetBrains.

Read more — JetBrains Blog


Stanislav Lentsov

Written by

Stanislav Lentsov

Software Architect

You May Also Enjoy