DEV Community

Chris
Chris

Posted on

We're All Juggling 4 AI Tools Now and Pretending That's Normal

If you told me two years ago that the average developer would be switching between four different AI coding assistants every day, I would've laughed. But here we are in May 2026, and according to the latest Pragmatic Engineer survey of 900+ developers, 70% of us are using between two and four AI tools simultaneously. Another 15% use five or more.

That's not a workflow. That's a circus. And honestly? I kind of love it.

Claude Code Came Out of Nowhere

The biggest surprise in the data is Claude Code. Released in May 2025, it went from "interesting new tool" to the most used AI coding tool in the industry in just eight months. It overtook GitHub Copilot. It overtook Cursor. At smaller companies, 75% of developers are using it.

Think about that for a second. GitHub Copilot had a massive head start, Microsoft's distribution engine behind it, and enterprise deals locked in across thousands of companies. Claude Code showed up with a terminal and a dream and just... won.

The developer love is real too. 46% of surveyed devs say Claude Code is their favorite tool, compared to 19% for Cursor and 9% for Copilot. That's not a close race.

But Cursor Isn't Going Away

Here's where it gets interesting. Even with Claude Code's dominance, Cursor grew 35% in the same period. Both tools are thriving at the same time because developers aren't picking one and sticking with it. They're mixing and matching.

Cursor just shipped version 3, putting an agentic interface front and center while pushing the traditional IDE to the background. And then there's the wild SpaceX news: a $60 billion option to acquire Cursor, which sounds like science fiction but is apparently just how things work now.

Meanwhile, OpenAI's Codex appeared out of nowhere and already has 60% of Cursor's usage despite not existing during the last survey. The speed of adoption in this space is genuinely unreal.

95% Weekly AI Usage Is the New Baseline

The number that stopped me in my tracks: 95% of developers now use AI tools at least weekly. 75% use AI for half or more of their work. 56% say they do 70%+ of their engineering with AI assistance.

We're past the "should developers use AI?" debate. That conversation is over. The question now is which combination of tools works best for your specific workflow, your team's codebase, and your preferred way of thinking about problems.

Staff and senior engineers are leading the charge too, with 63.5% of them regularly using AI agents. The people with the most context and experience are leaning in the hardest, which says something about where the value actually lives.

Google I/O Drops Next Week

As if the tool landscape wasn't moving fast enough, Google I/O 2026 kicks off May 19 and the preview signals are everywhere. The Android Show streamed today with early looks at Android 17, which includes agentic Gemini capabilities that can execute tasks from the lock screen.

We're expecting Gemini 4.0, the Aluminium OS announcement (Google's Android based PC operating system), and expanded agent building toolkits. Google already shipped "Auto Browse" into Chrome with Gemini 3, letting AI autonomously handle form filling, travel booking, and multi step web tasks right in the browser.

If you build for the web, next week is going to be a firehose of new capabilities to think about.

Node.js 26 and the Temporal API

In non AI news that still matters a lot: Node.js v26.0.0 dropped on May 5 and the biggest change is that the Temporal API is now enabled by default. If you've ever wrestled with JavaScript's Date object (and we all have), this is the upgrade we've been waiting years for.

Temporal.Now.zonedDateTimeISO() is real. It works. No more timezone math nightmares or reaching for moment.js. The future of dates in JavaScript is finally here, and it doesn't require a flag or a polyfill.

What I'm Taking Away From All This

The developer experience is evolving faster than any of us can keep up with, and that's actually okay. You don't need to master every new tool the week it launches. The developers who seem to be thriving are the ones who pick two or three tools that click with their brain and go deep rather than spreading thin across everything.

Claude Code is clearly the momentum leader right now. Cursor is the power user's choice. Copilot is the enterprise default. And Codex is the dark horse worth watching.

Find your combo. Ship your code. And maybe clear your schedule for Google I/O next week because things are about to get even more interesting.

Now go try that Temporal API. You deserve nice dates. 📅

Top comments (0)