Cursor

Reviewed by AIX Cove Β·
Cursor

What is Cursor?

Cursor is an AI code editor built as a fork of VS Code. It keeps the extensions, themes, and keybindings you already use, then adds autocomplete, chat, and a coding agent that can work across an entire repository. The core idea is simple: instead of copying an error into a browser tab and pasting a fix back, you let the agent read the repo, propose a diff, run the tests, and fix what it broke β€” without leaving the editor.

The company behind it, Anysphere, also trains its own coding models. Composer, the in-house model built for long-running agent tasks, now sits alongside frontier models from other providers inside the same plans. Since 2023 it has gone from curiosity to the daily editor for a large share of professional developers, and it is the yardstick most new AI coding tools get measured against.

What you actually get

  • Tab completion β€” autocomplete that suggests multi-line edits based on your recent changes, surrounding code, and linter output, not just the current line.
  • Agent mode β€” a multi-file agent that plans a change, edits across the repository, runs terminal commands, and iterates on its own errors until the task is done.
  • Composer model access β€” Cursor's own coding model, tuned for long agent sessions at lower token cost; even the free plan includes it.
  • Cloud agents β€” agents that run remotely against your repository with shared team context, manageable from the CLI or the mobile app, so tasks keep going while your laptop is closed.
  • Bugbot β€” automatic AI code review that runs in the background on new pull requests.
  • MCP, skills, hooks, and a marketplace β€” connect external tools, define project rules, and share internal plugins across a team.
  • VS Code compatibility β€” one-click import of settings, extensions, and themes; migrating from VS Code takes minutes.

Pricing plans

Monthly list prices as of August 2026:

  • Hobby β€” free. No credit card required. Limited agent requests, plus access to the Composer model.
  • Pro β€” $20/month. Extended agent limits, frontier model access, MCPs, skills, hooks, cloud agents, and Bugbot on usage-based billing.
  • Pro+ β€” $60/month. Three times the Pro agent limits, plus Grok Bot access. This is the tier Cursor recommends for daily agent users.
  • Ultra β€” $200/month. Twenty times the Pro agent limits and priority access to new features, aimed at people who live inside the agent.
  • Teams β€” $40/user/month. Centralized billing and administration, SAML/OIDC SSO, team-wide privacy mode, usage analytics, shared cloud agent context, and Bugbot code reviews. A Premium tier raises agent limits to five times Standard.
  • Enterprise β€” custom pricing. Adds pooled usage, invoice and PO billing, SCIM seat management, audit logs, and access controls over repositories, models, and MCP servers.

Every plan includes a set amount of model usage. When you run past it, on-demand usage keeps working and is billed in arrears, which is how heavy agent sessions push a monthly bill past the sticker price. Yearly billing is also offered. Two caveats: Cursor has reshuffled plans and limits before, so treat the official pricing page as the source of truth. And the old "one free year of Pro for students" offer is gone β€” students now get the free Hobby plan plus event promotions.

Who it fits

Cursor pays off fastest on messy, multi-file work: refactors, framework migrations, getting up to speed on an unfamiliar codebase, or shipping features in a stack you do not fully master. Developers who run agents all day justify Pro+ easily. Ultra makes sense only when measured usage β€” not enthusiasm β€” puts you there. Teams that standardize on it get real value from shared rules, enforced privacy mode, and Bugbot catching problems before a human reviewer looks.

It is a weaker fit if you mostly write small patches in a single file (a lighter autocomplete tool costs less), if your workflow depends on every VS Code extension behaving exactly as upstream, or if policy restricts sending code to third-party model providers β€” read the privacy mode and security documentation carefully before committing.

Limitations worth knowing

  • Usage limits bite at the low tiers. Hobby is fine for evaluation; anyone doing serious agent work hits the ceiling quickly.
  • Costs are usage-shaped. The subscription buys a quota, not infinity. On-demand overage is the usual way a $20 month becomes $60.
  • It is a fork, not vanilla VS Code. Updates occasionally lag upstream, and a small minority of extensions misbehave.
  • Review discipline still matters. Agents produce confident, plausible, sometimes wrong code. Bugbot helps; it does not replace a human reading the diff.
  • Privacy mode is opt-in. If your code must not be used for training, enable it in settings or have a team admin enforce it.

Official links

Sources: official docs & pricing pages, hands-on testing where noted, and community feedback. Prices verified August 2026 and may change.