Wasif Shahzad
Cursor 2.0 released along with Composer
November 2, 2025 • 2 min read • 18 views
On Oct 29, 2025 Cursor Team announced Cursor 2.0 and Composer, their first coding model, and a new interface to work in parallel with different models.
Composer - Cursor's first Coding Model
(Credits: Team Cursor)
Cursor has built its own coding model, Composer, which is 4x faster than similar AI models and is capable of solving most tasks under 30 seconds!
A New Interface!
This new agent centric interface is more than just a visual update; it's designed to support new, more powerful workflows.
Cursor 2.0 now allows you to run multiple agents at the same time, either using git worktrees or on remote machines, without them interfering with each other. The Cursor team even found that this parallel approach significantly improves output, especially for difficult tasks, by letting multiple models attempt the same problem so you can simply pick the best result.
However, as developers rely more on agents for coding, two new bottlenecks have emerged: reviewing the code and testing the changes. Cursor 2.0 begins to solve both. It introduces a much easier way to quickly review the modifications an agent has made, letting you dive deeper only when necessary. Furthermore, it includes a native browser tool that allows Cursor to actually test its own work and iterate on the code until it produces the correct final result.
Overall, the announcement of Cursor 2.0 and Composer are a good step towards faster and better AI assisted development. The new interface is nicely built for parallel experimentation and iterative testing. Kudos to Team Cursor!