What is Cursor?
Cursor is a code editor built around AI from the ground up — a fork of VS Code, so your extensions, themes and keybindings mostly carry over. Its Tab autocomplete predicts multi-line edits eerily well, and Agent mode takes a plain-English task, edits files across your project and runs commands while you watch. Developers who switch rarely go back. The catch is cost clarity: the free Hobby plan is a taster with tight limits, Pro is $20/month, and heavy agent use burns through the included model usage fast, with overage billed on top. And like every AI coding tool, it will confidently produce plausible-looking bugs — you are still the reviewer of record.
For Hobby vs Pro, Tab vs Agent, multi-file diff review and privacy mode, see how to use Cursor AI. Head-to-heads: Cursor vs GitHub Copilot and Claude Code vs Cursor. xAI states Grok 4.5 was trained alongside Cursor and shipped there on day one — launch notes in Grok 4.5: what changed.
Best for: Developers who want AI woven into their editor, not bolted on.
Cursor pricing
| Plan | Price | What you actually get |
|---|---|---|
| Hobby | $0 | No card required. Limited Agent requests plus access to Composer — enough to judge whether the workflow suits you, not enough for daily work. |
| Individual | from $20/mo | Sold as Pro, Pro+ and Ultra, with $20 the entry point and the higher tiers priced once selected. Adds extended Agent limits, frontier models, MCPs, skills and hooks, cloud agents, and Bugbot on usage-based billing. |
| Teams | $40/user/mo | Standard and Premium variants. Centralised billing, a team marketplace for shared rules and skills, agentic code review with Bugbot, usage analytics, team-wide privacy mode and SAML/OIDC SSO. Note this is double the individual price per head. |
| Enterprise | custom | Pooled usage across the org, SCIM seat management, repository/model/MCP access controls, audit logs and an AI code-tracking API. |
| Teams | from $40/user/mo | Org controls with code excluded from training. |
Prices checked 2 August 2026. Vendors change limits often — treat the caps as indicative and confirm on the pricing page before you buy.
What Cursor is good at
- Changes that span several files at once, where whole-project context matters
- Understanding an unfamiliar codebase by asking about it directly
- Large refactors described in plain English
- Writing tests and boilerplate with the surrounding code in view
Make a change across a codebase you did not write
- Ask it to explain the relevant area first, before changing anything. Skipping this is how bad edits happen.
- Describe the change in terms of intent, not implementation.
- Review every file it touched. The multi-file edits are powerful and occasionally confidently wrong.
- Run the tests before accepting. If there are no tests, ask it to write them first.
Who should skip Cursor
- People happy in their current editor — this replaces it rather than plugging into it.
- Beginners. It produces working code faster than you can learn to judge it.
- Anyone who cannot send their codebase to a third party. Check Privacy Mode and your employer’s policy.
What's good
- Best-in-class multi-line Tab autocomplete
- Agent mode edits across files and runs commands
- Familiar VS Code base — extensions carry over
- Chat that understands your whole codebase
Watch-outs
- Heavy agent use exceeds Pro's included usage and bills extra
- Pricing model is confusing and has changed more than once
- Free plan is too limited for daily work
Cursor FAQ
- Is Cursor free?
- There is a free Hobby tier with a limited monthly allowance. Real daily use needs Pro at $20/mo.
- Is Cursor better than GitHub Copilot?
- For multi-file changes and understanding a whole project, yes. Copilot is the better pure autocomplete and works in any editor. Plenty of developers pay for both.
- Does Cursor send my code to the cloud?
- By default yes, to run the models. Privacy Mode limits retention, and team plans exclude your code from training.
The verdict
Cursor earns a 5/5 from us. There’s a free way in, so it’s low-risk to try. The AI-first code editor developers love.