Cursor homepage

Cursor

by Anysphere

AI-first code editor with fast tab completion and a supervised coding agent

AI AgentSupervised

Last reviewed 2026-06-18

Cursor is an AI-first code editor built by Anysphere as a heavily modified fork of VS Code, with AI embedded into the core runtime rather than bolted on as an extension. Its signature features are very fast Tab autocomplete and next-edit prediction, codebase-wide semantic understanding, and an Agent mode that can search the repo, run commands, and make coordinated multi-file edits from natural-language instructions, including a Plan Mode that proposes a reviewable plan before writing code. Cursor is model-flexible (OpenAI, Anthropic Claude, Google Gemini) and also ships its own in-house models, including Composer, a low-latency model trained for agentic coding. It targets professional developers and grew rapidly through 2025 and 2026; reported revenue and valuation figures circulating publicly are third-party estimates rather than audited numbers.

What it can do

  • Predict next edits with Tab completion

    Copilot

    Low-latency inline autocomplete and multi-line next-edit predictions as you type, accepted or rejected by the developer.

    source
  • Run Agent mode for multi-file work

    Supervised

    Searches the codebase, runs commands, and makes coordinated edits across files from a natural-language task, with the developer reviewing diffs.

    source
  • Plan before building (Plan Mode)

    Supervised

    The agent researches relevant files, asks clarifying questions, and produces an editable plan that waits for approval before writing code.

    source
  • Agentic code review (Bugbot)

    Supervised

    Reviews pull requests to catch bugs, sold as a separate add-on.

    source

Strengths

  • +Best-in-class Tab completion and tight, in-runtime AI integration that an extension-based tool can't fully match
  • +Strong codebase-wide context, multi-file agent edits, Plan Mode, and parallel/cloud agents
  • +Model flexibility plus fast in-house models (Composer) optimized for agentic coding

Limitations

  • Pricing has been a sore point: a 2025 shift to credit metering caused surprise overage charges and backlash
  • Can hallucinate non-existent APIs and slow down on very large projects
  • Closed-source and SaaS-only, with no real self-hosted or on-prem option

Overview

Cursor is an AI-first code editor: a VS Code fork by Anysphere with AI built into the runtime rather than added as an extension. It is aimed at professional developers who want AI deeply aware of the whole codebase.

What it does

Tab completion predicts the next edit as you type (copilot autonomy). Agent mode searches the repo, runs commands, and makes coordinated multi-file edits from a natural-language task, with the developer reviewing diffs. Plan Mode researches and proposes a reviewable plan first. Bugbot, a paid add-on, reviews PRs for bugs.

Integrations & setup

Inherits the VS Code extension ecosystem, integrates with GitHub, and supports MCP servers on paid tiers. It is model-flexible across Claude, GPT, and Gemini, and ships in-house models including Composer.

Pricing

Freemium: a free Hobby tier, Pro from $20/mo, plus higher individual, team, and enterprise tiers, with usage-based metering on top.

Best for / not for

Best for developers who want the fastest inline AI plus a capable in-editor agent. Less suited to those who need self-hosted/on-prem deployment or who dislike usage-metered pricing.

Alternatives

GitHub Copilot is the closest IDE competitor; Devin targets delegated async tasks; Replit Agent targets app building from a prompt.

What people are saying

LinkedIn · 30d · updated 2026-06-20
47%
positive sentiment
548
mentions
548
47% positive45% neutral8% negative

Loved for

  • +code
  • +claude
  • +coding

Common gripes

  • software
Praise257Complaints43

FAQ

How is Cursor different from GitHub Copilot?+

Cursor is a standalone AI-first editor (a VS Code fork) with AI in the runtime, enabling deep codebase indexing and coordinated multi-file agent edits. Copilot is primarily layered into existing editors, though it now also has agent modes.

What is Composer?+

Cursor's proprietary low-latency model trained for agentic coding and multi-file changes, used alongside third-party models like Claude and GPT.

Sources

Last reviewed 2026-06-18

Alternatives & related