# Cursor 2.0: Composer and new UX in 12 Minutes

Source: https://www.youtube.com/watch?v=GS0mtpDiX08
Recap page: https://rapidrecap.app/video/GS0mtpDiX08
Generated: 2025-11-11T15:09:57.453+00:00

---
## Quick Overview

Cursor 2.0 introduces the new Composer agent model, which achieves frontier coding results with generation speeds up to four times faster than similar models like GPT-5 and Sonnet 4.5, while also featuring a dedicated multi-agent interface, built-in browser functionality, and improved UX for interactive coding.

**Key Points:**
- Composer is Cursor's new agent model designed for software engineering, achieving frontier coding results on benchmarks.
- Composer generates code up to four times faster than similar models like GPT-5 and Sonnet 4.5.
- Cursor 2.0 introduces a Multi-Agent Interface allowing users to run multiple models in parallel, locally or in the cloud.
- The new version includes a built-in browser tab accessible via the agent interface for navigation and instruction.
- The model was trained using reinforcement learning (RL) on real-world software engineering challenges, including access to production search/editing tools.
- Composer demonstrates improved software engineering ability over time with more training compute, consistently increasing its Cursor Bench score.
- The new UX features include a dedicated view for agent interactions, a unified review interface, and improved developer workflows.

![Screenshot at 00:05: The comparison chart visually depicts Composer significantly outperforming other best open frontier models in both Intelligence \(Cursor-Bench score\) and Speed \(Tokens per Second\).](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-00-05.png)

**Context:** This video provides an overview and demonstration of Cursor 2.0, highlighting its major new feature: Composer, which is described as Cursor's first agent model specifically designed for software engineering tasks, trained using reinforcement learning (RL) to balance intelligence and speed.

## Detailed Analysis

The video announces Cursor 2.0, centered around the introduction of the Composer agent model, which is specialized for software engineering, balancing intelligence and speed. Benchmarks show Composer achieving frontier coding results, generating code up to four times faster than models like GPT-5 and Sonnet 4.5. Composer's training involved reinforcement learning (RL) on real-world software engineering challenges, giving it access to production search and editing tools. The presentation includes a benchmark comparison chart illustrating Composer's superior performance in both intelligence and speed metrics. A key new feature is the Multi-Agent Interface, enabling users to run multiple models concurrently, locally or in the cloud. Furthermore, Cursor 2.0 integrates a built-in browser tab directly within the agent panel, allowing users to interactively inspect the rendered output, check console logs, and select DOM elements for context feeding to the agent. The demonstration shows Composer quickly setting up a Next.js blog with a Brutalist theme, handling complex coding tasks, fixing accessibility issues (like contrast ratios), and running commands like `npm install` directly through the agent interface. The speed of the AI in generating and iterating on code changes, even when dealing with complex requests like styling and accessibility fixes, is emphasized as a major improvement.

### Composer Model Introduction

- Composer is Cursor's new agent model for software engineering, trained with RL
- Achieves frontier coding results, 4x faster generation speed than similar models like GPT-5 and Sonnet 4.5
- Benchmarks show superior Intelligence and Speed.

### New Agent Features

- Introduction of Multi-Agent Interface allowing parallel execution of models
- Built-in browser tab integrated into the agent panel for live visual context
- Ability to select DOM elements for context feeding.

### Development Demonstration (Next.js Blog)

- Agent builds a Next.js blog with a Brutalist theme
- Agent handles initial setup, code modification (e.g., fixing accessibility contrast), and running terminal commands (`npm install`).

### Code Review & Iteration

- Agent plans next moves, reads/edits multiple files (package.json, page.tsx, global.css)
- Agent identifies and fixes JavaScript event handler errors by replacing them with CSS hover states.

### UX Improvements

- New unified review interface for tracking all changes
- Console logging visibility within the agent context for debugging
- Improved feedback loop for rapid iteration on agent instructions.

![Screenshot at 00:05: Comparison chart showing Composer achieving higher scores in both Intelligence and Speed metrics against other frontier models.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-00-05.png)
![Screenshot at 00:18: Demonstration of the agent executing tasks, with the prompt showing a request to add an E option for extended regex.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-00-18.png)
![Screenshot at 00:24: The unified interface view where the agent's plan, file edits \(5 files edited\), and context are visible side-by-side.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-00-24.png)
![Screenshot at 00:38: The built-in browser tab opens alongside the agent chat, showing the locally running application at localhost:3000.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-00-38.png)
![Screenshot at 01:44: A scatter plot illustrating that Composer's software engineering ability consistently improves with more training compute \(RL training\).](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-01-44.png)
![Screenshot at 02:26: The initial welcome screen highlighting the new features of Cursor 2.0, including Composer 1, Multi-Agent Interface, and running agents in parallel.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-02-26.png)
![Screenshot at 03:06: Agent executing the first step of the plan: setting up the Next.js project structure, showing file modifications in package.json and next.config.js.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-03-06.png)
![Screenshot at 05:52: The agent identifies a React error: "Event handlers cannot be passed to Client Component props" and suggests a fix involving CSS hovers.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-05-52.png)
![Screenshot at 07:27: Agent executes an auto-run command, npm install, after generating necessary project dependencies.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-07-27.png)
![Screenshot at 09:09: Using the built-in browser's developer tools to inspect DOM elements and computed styles directly within the Cursor interface.](https://ss.rapidrecap.app/screens/GS0mtpDiX08/00-09-09.png)
