Ben Lang

Cursor 2.0 - Our first coding model and new interface for agents

by
Two big updates that make Cursor the best place to work with agents: our first coding model, Composer, and a new interface for working with many agents in parallel. Also included in this release: browser for Agent, voice mode, improved code review, and more!

Add a comment

Replies

Best
James

Crashed many times if I open 4-5 cursor and run claude code inside after several hours. Have no Idea what happend. 32G RAM

John Xie

background agents and subagents running in parallel is exactly where this needs to go. the single-threaded "ask one question, wait for response" pattern doesnt match how real development works.

the contextual understanding of the full codebase is still Cursors biggest moat. other tools generate code well but Cursor actually understands the relationships between files. that matters a lot for refactoring and debugging.

pairing this with Claude Code for bigger agentic tasks has been our best dev workflow so far. Cursor for exploration and inline edits, Claude Code for multi-file changes.