Cursor
A Tier · 8.3/10
AI-native code editor, now agent-first in Cursor 3 -- multi-workspace, cross-platform agents, and Composer 2 (Cursor's own 200+ tok/s coding model)
Score Breakdown
The Good and the Bad
What we like
- +Cursor 3's agent-first redesign (April 2026) is the biggest interface overhaul since launch -- multi-workspace tabs, a persistent sidebar for local + cloud agents, and cross-platform handoff between mobile, web, Slack, GitHub, and Linear actually deliver on 'your AI pair wherever you are'
- +Composer 2 is Cursor's own frontier coding model (based on Kimi K2.5 architecture) running at 200+ tok/s and priced at $0.50/$2.50 per 1M tokens -- in direct testing it's competitive with Claude Opus 4.6 on straightforward coding while being dramatically faster
- +Codebase understanding remains best-in-class -- multi-file refactors, architecture-aware chat, and the ability to 'just ask Cursor' about any function in a 500k-line repo still feel a generation ahead of Copilot
- +Still built on VS Code so the keyboard muscle memory, extensions, and theme are preserved -- the switching cost is genuinely low for existing VS Code users
What could be better
- −Premium request limits on Pro are still frustrating at heavy usage -- the Ultra tier at $200/mo exists for a reason, and serious users will end up there
- −Composer 2 occasionally produces confident-looking code that fails in subtle ways -- the speed is real but it is noticeably less careful than Claude Opus 4.6 on complex architectural tasks
- −Cross-platform agent handoff in Cursor 3 adds surface area -- the mobile / Slack / GitHub surfaces are still rough, and background agents sometimes do work you didn't want while you were asleep
- −The Agent Command Center is a power feature that casual users won't touch -- if you're just here for tab completion, Cursor 3 is more tool than you need and Copilot remains less disruptive
Pricing
Hobby (Free)
- ✓2,000 completions
- ✓50 premium requests
- ✓Composer 2 limited access
Pro
- ✓Unlimited completions
- ✓Extended agent limits
- ✓Composer 2 Standard at $0.50/$2.50 per 1M tokens
- ✓All frontier models
Pro+
- ✓3x Pro usage on OpenAI, Claude, Gemini models
- ✓Composer 2 Fast at $1.50/$7.50 per 1M tokens
- ✓Multi-workspace
Ultra
- ✓20x Pro usage on all frontier models
- ✓Highest priority queue
- ✓Background Agents at scale
Teams
- ✓Shared chats, centralized billing, analytics
- ✓Admin controls, SAML SSO, privacy mode
- ✓Agent Command Center
Known Issues
- SECURITY (disclosed 2026-04-27, reported privately 2026-02-01): LayerX Security published 'CursorJacking' -- any Cursor extension can read OpenAI / Anthropic / Google API keys + session tokens directly from the unencrypted SQLite store at ~/Library/Application Support/Cursor/User/globalStorage/state.vscdb. CVSS 8.2 (HIGH). No CVE assigned. Anysphere / Cursor declined to patch, position is that defining the trust boundary on installed extensions is a user responsibility. No vendor remediation expected. Practical mitigation: only install extensions from sources you trust as much as you trust the API keys themselves; rotate API keys periodically; monitor key usage for anomalies. If you've installed any unknown / cracked / from-the-wild extensions, treat your active API keys as potentially compromised and rotate nowSource: LayerX Security disclosure (layerxsecurity.com/blog/cursorjacking-every-cursor-user-is-vulnerable-to-api-key-theft-by-rogue-extensions), Infosecurity Magazine, The CybrDef · 2026-04-27
- PRODUCT (2026-04-30 + 2026-05-01): Cursor Security Review shipped in beta on Teams + Enterprise plans. Two security agents: Security Reviewer scans every PR for security vulnerabilities, auth regressions, and privacy/data-handling risks; Vulnerability Scanner runs scheduled scans of the codebase for known vulnerabilities and outdated dependencies. MCP-customizable -- plug in your existing SAST / SCA / secrets scanners. Draws from your existing usage pool (no separate billing line). On 2026-05-01 Team Marketplace updates landed: admins can configure plugin distribution as Default Off (users opt in), Default On (auto-installed but opt-out), or Required (cannot be uninstalled), all without needing a repo connection first. Pairs with the SDK + 3.2 multitask shipment to make Cursor a cleaner enterprise-IT propositionSource: Cursor changelog (cursor.com/changelog) -- 2026-04-30 + 2026-05-01 entries · 2026-05-01
- OWNERSHIP-CHANGE WATCH (2026-04-21): SpaceX disclosed it has the option to acquire Anysphere (Cursor's parent) for $60B later in 2026, OR pay $10B in lieu for joint compute work via Colossus (~1M H100-equivalent). Cursor cited being 'bottlenecked by compute' as the reason. Closing window pegged to SpaceX's June 2026 IPO. Not a closed deal -- it's an option -- but a meaningful tool-risk signal for buyers planning multi-year Cursor commitments. Earlier in April Cursor was also in talks to raise $2B+ at a $50B valuation; whether the SpaceX option supersedes or coexists with that round is unclearSource: CNBC, TechCrunch, Bloomberg, Engadget · 2026-04-21
- Cursor reportedly training its next Composer model (Composer 2.5) on thousands of xAI-supplied GPUs per Business Insider (2026-04-17). First major compute deal between a top AI coding company and xAI's post-SpaceX-acquisition infrastructure. Implication: Composer 2.5 should land in Q2-Q3 2026 with meaningfully better quality than today's Composer 2Source: Business Insider, Seeking Alpha, MSN · 2026-04
- Cursor SDK shipped 2026-04-28 in public beta -- `npm install @cursor/sdk` exposes the same agents that power the Cursor desktop, CLI, and web apps as TypeScript primitives. Run agents locally or on Cursor's cloud infrastructure. Token-based consumption pricing -- no separate seat or tier requirement, billed against your existing plan. Practical impact: Cursor is no longer just an IDE -- you can embed Cursor's agents inside your own products, CI pipelines, or internal tools. Sample projects in a public repo for forkingSource: Cursor changelog: cursor.com/changelog/sdk-release · 2026-04-28
- Cursor 3.2 (2026-04-24) added three agent-window upgrades: (1) `/multitask` runs async subagents in parallel instead of queuing requests, (2) Worktrees in the Agents window let you run isolated tasks in the background across different branches, (3) Multi-root Workspaces -- a single agent session can target a reusable workspace made of multiple folders, enabling cross-repository changes without retargeting the agent each time. If you're on 3.1 without an update, you're missing the parallel-multitask + cross-repo workflow polishSource: Cursor changelog: cursor.com/changelog · 2026-04-24
- Cursor 3.1 (2026-04-13 rollout) added voice dictation and parallel agent improvements on top of the Cursor 3 base -- if you're on 3.0 without an update, you're missing voice + parallel-agent polishSource: Cursor changelog · 2026-04
- Cursor 3 multi-workspace tabs occasionally lose context on switch -- agents in inactive workspaces sometimes forget prior turns when refocusedSource: Cursor Community Forum · 2026-04
- Composer 2 has been reported to be overly aggressive with speculative completions in legacy codebases -- produces fast but sometimes wrong suggestions in Python 2 or old JavaSource: Reddit r/cursor · 2026-04
- Cloud background agents can accumulate unreviewed commits on branches while you're away -- easy to lose track of what the agent did overnightSource: Hacker News discussion · 2026-04
Best for
Developers who want the deepest AI integration possible and who are ready to work with agents rather than just autocomplete. Cursor 3's multi-workspace + cross-platform agent story is designed for people who are already living in the Cursor app daily, not dabblers.
Not for
Developers happy with their current editor setup who just want basic autocomplete -- Copilot is still less disruptive for that. Also not for anyone skeptical of Cursor's own coding model; if you want pure frontier-model access for every task, paying Claude or OpenAI directly and using Claude Code is cleaner.
Our Verdict
Cursor 3 + Composer 2 (April 2026) is the release where Cursor stops being an AI-augmented editor and becomes an agent-first dev environment. Composer 2's speed at $0.50/$2.50 per 1M tokens is the real story -- it makes tight iteration loops feel instant in a way frontier models can't, even if the quality is slightly below Opus 4.6. The multi-workspace + cross-platform handoff design assumes you want your agents everywhere; if you don't, it's overkill. The honest read: for developers willing to go all-in on agentic workflows, Cursor 3 is the 2026 default. For everyone else, Claude Code + Copilot is a simpler, less committing stack.
Sources
- LayerX Security: CursorJacking disclosure (2026-04-27) (accessed 2026-05-02)
- Cursor changelog: SDK release (2026-04-28) (accessed 2026-04-28)
- Cursor changelog: 3.2 multitask + worktrees + multi-root workspaces (accessed 2026-04-28)
- CNBC: SpaceX says it can buy Cursor later this year for $60B (2026-04-21) (accessed 2026-04-25)
- TechCrunch: SpaceX is working with Cursor and has an option to buy (accessed 2026-04-25)
- Cursor blog: Meet the new Cursor (Cursor 3) (accessed 2026-04-16)
- Cursor blog: Introducing Composer 2 (accessed 2026-04-16)
- G2 Reviews (accessed 2026-04-16)
- Reddit r/cursor (accessed 2026-04-16)
- Daily use testing (accessed 2026-04-16)
Explore more Cursor rankings
Deeper leaderboards, benchmarks, task-specific tier lists, and status/pricing pages for Cursor.
The Tier List Tuesday
Weekly newsletter: tier movers, new entrants, and the VS of the week. Built from our daily AI-tool sweeps. No spam, unsubscribe anytime.
Alternatives to Cursor
GitHub Copilot
AI code assistant that lives in your editor -- autocomplete on steroids. As of 2026-04-20 new signups for Pro/Pro+/Student are PAUSED. As of 2026-04-27 GitHub announced ALL plans transition to usage-based billing (AI Credits + token metering) effective 2026-06-01 -- code completions remain free, agent/chat usage now meters against monthly credit allotments matching the plan price
Windsurf
Cognition's AI code editor -- Windsurf 2.0 (launched 2026-04-15) adds Agent Command Center, Spaces, and embedded Devin cloud agents. Directly competitive with Cursor 3
Tabnine
AI code completion that runs locally and keeps your code private -- the enterprise-friendly alternative to Copilot
Claude Code
Anthropic's terminal-based coding agent that reads your whole repo and makes real changes -- not just suggestions. v2.1.131 (2026-05-06 Code with Claude conf) shipped Code Review GA + Remote Agents + CI Auto-Fix + Routines, plus 2x rate-limit increase from the SpaceX compute deal
Lovable
Describe the app you want in plain English and watch it build itself -- 8M users and $400M+ ARR say it works
Devin
The most autonomous AI coding agent -- Devin 2.2 (Feb 24 2026) adds desktop/GUI testing (Figma, browser automation), Devin Review (pull-request analysis catching ~30% more issues), and ~3x faster startup (~15s vs ~45s). Now embedded in Windsurf 2.0
Replit
Cloud IDE with an AI agent that can build full apps from prompts -- coding optional, but recommended
Codex (OpenAI)
OpenAI's cloud-based coding agent -- runs parallel tasks, proposes PRs, and lives inside ChatGPT
Google Antigravity
Google's agent-first AI IDE -- deploys up to 5 autonomous coding agents in parallel on a VS Code fork
Codestral 2 (Mistral)
Mistral's dedicated code model -- Codestral 2 (launched 2026-04-08) relicensed under Apache 2.0, removing the commercial-use restrictions of the original. 22B dense, strong FIM (fill-in-middle), available via Mistral API + Hugging Face
Roblox Assistant
Roblox Studio's agentic AI that plans, builds, and playtests games. Planning Mode (2026-04-16) + Mesh Generation + Procedural Models brings 3D-native creation to 70M+ daily creators