Cursor Composer icon

Cursor Composer

Composer 2.5

IDE-native AI coding model for Cursor with autonomous multi-file editing, terminal-loop debugging, and frontier benchmark scores.

Reviewed by ToolWorthy Editors·updated 2 months ago·Composer 2.5 released 2 months ago

Pricing:Free + from $20/mo
Jump to section
Cursor Composer 2 interface showing autonomous multi-file code editing and terminal command execution inside the Cursor IDE

Featured alternatives

Claude Code icon

Claude Code

Airender icon

Airender

ListingVideo icon

ListingVideo

ChatGPT icon

ChatGPT

Seedream icon

Seedream

Pros & Cons

Pros

  • Frontier-level benchmark performance: CursorBench 61.3, Terminal-Bench 2.0 61.7, SWE-bench Multilingual 73.7
  • Purpose-built for long-horizon coding tasks, not a general LLM adapted for code
  • Native IDE integration removes friction compared to terminal-only or API-based agents
  • Two speed variants let teams balance cost efficiency against real-time responsiveness
  • Per-token pricing is cost-competitive with leading general-purpose models at equivalent volume
  • Free Hobby plan lets users try Cursor with limited Agent requests; check Cursor's pricing page to confirm current Composer availability on the free tier

Cons

  • Primarily available in Cursor, with additional access via the early alpha of Cursor's new interface; not offered as a standalone API or in other editors
  • Long autonomous sequences still benefit from periodic human verification to prevent error compounding
  • Fast variant costs (3× standard) add up quickly on high-volume, long-context tasks
  • Context management requires intentionality: using .cursorrules files and scoping context matters for optimal output
  • Teams not already using Cursor face IDE migration overhead before gaining access to Composer

Overview

Cursor Composer is an AI coding model developed by Cursor, built specifically for autonomous software engineering inside the Cursor IDE. Unlike general-purpose language models adapted for code completion, Composer is trained end-to-end for long-horizon coding tasks — handling multi-file edits, terminal commands, iterative debugging, and refactoring sequences that can span hundreds of incremental steps without human checkpoints.

Composer 2, released March 19, 2026, is a significant generational upgrade. It scores 61.3 on CursorBench (up from 44.2 in v1.5), 61.7 on Terminal-Bench 2.0 (up from 47.9), and 73.7 on SWE-bench Multilingual (up from 65.9) — placing it at frontier level for coding benchmarks. The model is available in two variants: a standard version priced at $0.50/M input and $2.50/M output tokens, and a faster variant at $1.50/M input and $7.50/M output tokens. The faster variant is now the default in Cursor.

Composer operates within Cursor's IDE and is the model that powers the agentic workflows at the core of the Cursor product. For developers evaluating AI agent tools for coding, Cursor Composer is notable for being purpose-built for IDE-integrated, long-context software engineering rather than general-purpose reasoning.

Key Features

  • Long-horizon autonomous coding — Composer 2 is designed to complete challenging tasks that require hundreds of sequential actions: writing code, running terminal commands, interpreting output, and correcting errors across multiple iterations. It can close the loop on bugs without manual intervention for each step.

  • Multi-file editing — Composer operates across your entire repository rather than one file at a time. You can describe a task like "refactor the authentication system" and Composer will identify which files need changes, apply edits consistently, and respect project conventions throughout.

  • Terminal-Bench performance — Terminal-Bench 2.0 specifically measures the ability to identify a bug, write a fix, and verify it in a CLI environment without human intervention. Composer 2 scores 61.7, up from 47.9 in v1.5, reflecting meaningful improvements in autonomous debugging loops.

  • Two speed variants — Standard Composer 2 at $0.50/M input / $2.50/M output tokens prioritizes cost efficiency for prototyping and routine tasks. The fast variant at $1.50/M input / $7.50/M output tokens is the default option, optimized for real-time IDE interaction where latency matters more than per-token cost.

  • Multilingual codebase support — SWE-bench Multilingual score of 73.7 reflects Composer 2's ability to work across codebases in multiple programming languages. The 73.7 SWE-bench Multilingual score suggests strong multilingual coding performance across polyglot repositories.

  • Continued pretraining and RL training — Composer 2 was built using continued pretraining on high-quality code combined with reinforcement learning optimized for long-horizon tasks. This is distinct from simply fine-tuning a general-purpose model, and is what enables the step-level consistency needed for multi-hundred-action sequences.

How It Compares

Cursor Composer 2 occupies a specific position in the AI coding model landscape: an IDE-native model optimized for sustained agentic execution rather than single-turn code generation.

vs. Claude CodeClaude Code is a terminal-first agent that also handles long-horizon coding tasks and integrates via MCP. Both target autonomous software engineering, but Claude Code operates from the terminal while Composer is native to the Cursor IDE editor experience. Teams already in Cursor will find Composer more integrated; those preferring terminal-based workflows may prefer Claude Code.

vs. Codex (GPT-5.3)Codex offers strong general-purpose coding with deep computer-use integration but is not IDE-native in the same way Composer is. Composer 2's 61.7 Terminal-Bench 2.0 score supports strong autonomous CLI debugging performance in closed-loop scenarios.

vs. DeepSeek-V3 — DeepSeek-V3 may be attractive for general coding use cases, but it lacks the native IDE integration that defines Composer 2's workflow. Composer 2 is embedded in the IDE session rather than requiring an API call from a separate tool.

vs. OpenAI o3 — o3 is often considered strong on complex reasoning tasks. Composer 2's design prioritizes real-time IDE responsiveness alongside repository-wide capability, which may suit different workflow cadences.

Pricing & Plans

Cursor Composer is primarily accessed through Cursor, and Cursor also says Composer 2 is available in the early alpha of its new interface. Cursor offers the following subscription plans:

Plan Price Composer access
Hobby Free Limited Agent requests
Pro $20/month Extended Agent limits, access to frontier models
Pro+ $60/month 3× usage on all OpenAI, Claude, Gemini models
Ultra $200/month 20× usage on all models, priority access to new features
Teams $40/user/month Everything in Pro + centralized billing, SAML/OIDC SSO
Enterprise Custom Pooled usage, SCIM, AI code tracking API, priority support

Composer 2 itself is priced at the model level for usage beyond plan-included quotas:

Variant Input Output
Standard $0.50 / M tokens $2.50 / M tokens
Fast (default) $1.50 / M tokens $7.50 / M tokens

Cursor positions Composer 2 as lower cost than other fast models in its announcement. Individual plans include standalone usage pools.

Best For

  • Software engineers already using Cursor IDE who want the most capable native coding agent for multi-file and terminal-integrated tasks
  • Teams doing repository-wide refactoring, multilingual codebase management, or iterative debugging loops
  • Developers evaluating AI code review and analysis tools who also need autonomous fix-and-verify capability
  • Growth-stage engineering teams on the Pro or Teams plan who want to maximize agentic coding throughput without external API overhead
  • Developers comparing coding agents who prioritize IDE-native integration over terminal-first or standalone approaches

FAQ

What is Cursor Composer?

Cursor Composer is an AI coding model built by Cursor for autonomous software engineering tasks inside the Cursor IDE. It handles multi-file edits, terminal commands, and iterative debugging across long sequences of steps. Composer 2 is the latest version, released March 19, 2026.

How is Composer 2 different from Composer 1 and 1.5?

Composer 2 scores 61.3 on CursorBench (up from 44.2 in v1.5 and 38.0 in v1), 61.7 on Terminal-Bench 2.0 (up from 47.9 in v1.5), and 73.7 on SWE-bench Multilingual (up from 65.9 in v1.5). The training approach combines continued pretraining on high-quality code with reinforcement learning specifically optimized for long-horizon tasks.

How is Cursor Composer different from Claude Code or Codex?

Cursor Composer is native to the Cursor IDE, meaning it operates directly within your editor session, reads your open files, and can execute terminal commands within the same workflow. Claude Code is a terminal-first agent, and Codex operates via API with computer-use integration. The choice depends on whether you prefer IDE-native or terminal-native agentic workflows. For tool comparison across coding agents, Inspector provides a visual layer for managing coding agent outputs.

What does Terminal-Bench 2.0 measure?

Terminal-Bench 2.0 measures a model's ability to close the debugging loop independently in a CLI environment — identifying a bug, writing a fix, and verifying the solution without human intervention between steps. Composer 2's score of 61.7 (up from 47.9 in v1.5) reflects its improved autonomous debugging capability.

Do I need a paid Cursor plan to use Composer 2?

Cursor's Hobby plan is free and includes limited Agent requests. For extended use of Composer 2, the Pro plan at $20/month provides higher Agent limits and access to frontier models. Teams and Enterprise plans add shared billing, SSO, and usage analytics.

What is the difference between Standard and Fast Composer 2?

Standard Composer 2 costs $0.50/M input and $2.50/M output tokens and is suited for prototyping, boilerplate generation, and tasks where real-time speed is less critical. The Fast variant costs $1.50/M input and $7.50/M output tokens but responds quickly enough for real-time IDE interaction. The Fast variant is now the default in Cursor.

Is Cursor Composer available outside the Cursor IDE?

No. Composer 2 is not offered as a standalone API, but Cursor says it is available in Cursor and in the early alpha of its new interface as of March 2026.

What is CursorBench?

CursorBench is Cursor's internal benchmark for measuring coding model performance on complex, realistic engineering tasks. Composer 2 scores 61.3, compared to 44.2 for Composer 1.5 and 38.0 for Composer 1.

Version History

Composer 2.5

Released on May 18, 2026

View Update
+What's new
3 updates
  • Tackle long-running coding tasks more reliably with Composer 2.5, trained on 25x more synthetic tasks than Composer 2 on the same Moonshot Kimi K2.5 open checkpoint
  • Run heavier agentic work at $0.50 per 1M input and $2.50 per 1M output tokens on the standard model; fast variant at $3.00/$15.00 per 1M, with double usage credits in week one
  • Collaborate with a calmer, better-calibrated coding agent through stronger instruction-following, improved communication style, effort calibration, and targeted textual feedback

Composer 2

Released on March 19, 2026

View Update
+What's new
3 updates
  • Complete long-horizon coding tasks with Composer 2, scoring 61.3 on CursorBench and 73.7 on SWE-bench Multilingual, with standard pricing at $0.50/M input and $2.50/M output
  • Debug and verify CLI-based coding tasks more reliably with Composer 2, which scores 61.7 on Terminal-Bench 2.0 and is trained for challenging multi-step terminal workflows
  • Tackle longer coding sessions with a model improved through continued pretraining and RL, plus self-summarization training that supports tasks requiring hundreds of actions

Composer 1.5

Released on February 9, 2026

+What's new
3 updates
  • Reason through complex coding problems with adaptive thinking — Composer 1.5 generates internal thinking tokens to plan solutions, responding quickly on simple tasks and thinking deeply on harder ones
  • Continue exploring solutions beyond context limits with self-summarization — the model summarizes prior reasoning to maintain accuracy on long multi-file refactoring and debugging tasks
  • Achieve stronger results on harder coding tasks through 20x more RL scaling, with Composer 1.5 reaching CursorBench 44.2 and SWE-bench Multilingual 65.9

Composer 1

Released on October 29, 2025

+What's new
3 updates
  • Build and ship features with Cursor's first coding model — Composer 1 delivers 4x faster performance than similarly intelligent models, completing most agent turns in under 30 seconds
  • Run multi-file edits and agentic coding tasks with codebase-wide semantic search built in — Composer 1 was designed specifically for low-latency agentic coding inside the Cursor IDE
  • Launch alongside Cursor 2.0's multi-agent interface, enabling parallel agent execution across git worktrees or remote machines with CursorBench 38.0 and SWE-bench Multilingual 56.9

Is this your tool?

Upgrade this free listing to Verified to unlock all four below. One-time fee of $99.

Claim & upgrade

Verified badge

A blue Verified pill appears next to your tool name across ToolWorthy. Embeddable on your own site too.

Featured alternatives slot

Appear in the sidebar of similar tools' detail pages — intent-matched traffic from competitors.

Dofollow backlink

Your Visit Site button sends direct SEO value to your domain instead of nofollow.

Editor-curated review

We expand your listing with original pros/cons, use cases, and screenshots — on-brand and on-message.

From the blog

View all →

Track Cursor Composer in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.