Cursor's Composer 2.5 makes waves


Composer 2.5 makes waves

Hi friend!

Google's big developer conference I/O happened last week and it was, as expected, a bit of an AI fever dream. There's been a ton of commentary on it already, so I'll spare you the details, let me just say - it feels like they have little focus right now and all of their releases are significantly behind the rest of the industry - see i.e. how Antigravity stacks up against Cursor or Codex. But then again - it's just Google being Google - as per Ben Thompson in Stratechery:

Yesterday’s keynote was a lot of cool things being done with computers, and it was a bit maddening. But hey, Google being Google has worked out pretty well.

At least in my bubble, the show definitely got stolen by Cursor's new model release: Composer 2.5. I'll take a closer look at it in the notes section of today's newsletter.

Thanks for reading,
Robert


Composer 2.5 quickly became my go-to coding model

Choosing the right coding model usually means trading off capability, speed, and price. Cursor’s new Composer 2.5 makes that tradeoff feel much less of an issue.

It was trained on the same open-weights basis (Kimi K2.5) as its predecessor Composer 2, but with significant improvements to the post-training process, way more synthetic training data, and of course: more compute. This compute is accessible to Cursor through its partnership with (and soon likely acquisition by) SpaceXAI.

In Artificial Analysis' AI Coding Agent Benchmark for performance it took third place right behind GPT-5.5 and Opus 4.7 but does so at a ~60th of the cost ($0.07 vs. $4.14/$4.33).

I took it for a spin over the last days and did my own tests - how well does it work as a though partner when architecting a feature, how good is it at one-shot vibe-coding a 3D game, how does it work to use it to architect and build a new project from scratch.

Across the board, it performed incredibly strong - to be honest I could not notice a true capability gap compared to my previous daily driver GPT-5.5. And even if there was one, it was masked by the speed (especially when using the Fast version) that makes it much easier to stay in focus and iterate faster.
Plus - at the price point and with a Cursor subscription, the entire concept of token/price anxiety is gone with this model.

On X this sentiment was shared by many users - I know I'm in a bubble, but my timeline was filled with positive sentiment and even people saying they were switching back to Cursor simply for the model.

One small issue I've had with its personality is that it tends to be a bit "lazy" and not follow through being in the driver seat - it will i.e. make a change and then instead of running the dev server and testing it, tell you how to do it manually. A simple instruction line in your Agents.md file can fix this, however.

I know it's hard to overcome a habit, so if you're stuck with your flows inside of Claude Code or Codex and haven't tried Composer 2.5 yet - please do so, I promise it's worth it!

Headlines

  • ChatGPT can now work directly with you in PowerPoint
  • Codex Appshots is a way to bring another apps context into Codex easily - part of a list of new features
  • Warp now lets you coordinate agents across harnesses with support for Codex, Claude Code, and their own Oz

Miscellaneous

Robert Bouschery c/o Kit.com 600 1st Ave, Ste 330 PMB 92768, Seattle, WA 98104-2246
Unsubscribe · Preferences

The Hybrid Engineer

A newsletter for builders at the frontier, leveraging AI to bridge software, product, and knowledge work.

Read more from The Hybrid Engineer

What Happens When a Model Disappears? Hi friend, The big story of the past few days was obviously Fable 5. I tested it and found it genuinely extraordinary, but my conclusion was still that it is definitely not the new default model most users should switch to. What happened next has already been covered thoroughly. The US administration, citing national security concerns, barred Anthropic from offering access to the model to non-US citizens. Anthropic responded by pulling access more...

How to update your language to get better results from AI Hi friend!Both of these statements are true: AI tools democratize professional work.But seniority still matters. A beginner can now create things that looked impossible a few years ago. They can design an interface, generate a professional slide deck, write functional code, or edit a video. Give the same tools to a senior engineer, designer, analyst, or strategist, and the output will still be much better. Not because they can click...

What running slow taught me about agentic engineering Hi friend!AI tools can tempt you to work at 100x speed.And honestly, I’ve been there.Spinning up ten agents in parallel. Jumping from tab to Codex to terminal to Cursor like a madman. Moving fast. Getting a lot done. Seemingly.Then reality kicks in.Your mind can only go so fast.And if your goal is not just to generate output, but to actually ship something good, you cannot simply hit send on everything the AI gives you. You have to review...