BestAI Newsroom research note

This evergreen history article uses authoritative archives and official records. Exact dates are used when documented; gradual inventions and rollouts are described as periods rather than being assigned a misleading single birthday.

Quick facts

  • Cursor is developed by Anysphere, a company founded by Michael Truell, Sualeh Asif, Arvid Lunnemark and Aman Sanger.
  • The editor was built on the open-source foundation of Visual Studio Code while redesigning the workflow around AI assistance.
  • Early features combined code completion, chat, repository search and natural-language editing.
  • Cursor later evolved toward agents that could inspect projects, modify multiple files, run commands and complete longer tasks.
  • Its growth helped turn AI coding from an optional extension into a primary software-development interface.

Why build another code editor?

After large language models showed that they could explain and generate code, most early products appeared as chatbots or extensions added to existing editors. The Anysphere founders believed AI would eventually reshape the editor itself, not remain a small panel beside traditional tools.

Cursor used the familiar VS Code foundation so developers could keep extensions, shortcuts and workflows while gaining an interface designed around model interaction.

Completion, chat and codebase context

Cursor’s early appeal came from combining several forms of assistance. It predicted edits, answered questions about a repository, searched relevant files and applied natural-language instructions directly to code.

Codebase indexing was especially important. A useful assistant needed more than the current line; it needed to understand project structure, dependencies, conventions and the relationship among many files.

From suggestions to multi-file editing

As models improved, Cursor added tools that could propose or perform coordinated changes across a project. Developers could review diffs, accept or reject edits and ask follow-up questions inside the same environment.

This changed the unit of interaction. Instead of requesting a single function, users could describe a bug, feature or refactor and allow the system to gather context before editing several parts of the application.

The agentic phase

Cursor increasingly described itself as a coding agent rather than only an editor. Agent modes could plan tasks, edit files, use the terminal, run tests and iterate based on results. Cloud and background agents allowed work to continue in isolated environments and return changes for review.

By 2026 the product had expanded across desktop, command line, web and mobile access, presenting a connected workspace for delegating software tasks.

Benefits and risks

AI coding tools can accelerate prototypes, explain unfamiliar systems and reduce repetitive work. They can also produce insecure code, misunderstand architecture, invent APIs or make large changes that are difficult to review.

The safest workflow treats the agent as a fast collaborator rather than an unquestioned authority. Tests, code review, security scanning, source control and clear task boundaries remain essential.

Cursor’s broader influence

Cursor helped prove that developers were willing to change core tools for a better AI experience. Its success pushed established editors and code-hosting platforms to add repository-aware agents and autonomous workflows.

The history of Cursor is therefore not only about one application. It records the transition from writing every line manually to supervising models that can navigate and modify complete software systems.

Timeline

YearLocationEventWhy it mattered
2022United StatesAnysphere is foundedCreated the company that would develop Cursor.
2023Global developer betaCursor gains attention as an AI-first editorCombined the familiarity of VS Code with integrated model assistance.
2024GlobalRepository chat and multi-file editing matureExpanded AI help from line completion to project-level changes.
August 2024United StatesAnysphere announces Series A fundingSupported rapid product and research growth.
2025GlobalAgent modes and background workflows expandAllowed the system to plan, edit, run commands and iterate.
2026Desktop, CLI, web and mobileCursor becomes a multi-surface coding-agent platformMoved beyond a single editor window into delegated software development.

Frequently asked questions

Who created Cursor?

Cursor is made by Anysphere, founded by Michael Truell, Sualeh Asif, Arvid Lunnemark and Aman Sanger.

Is Cursor based on Visual Studio Code?

Yes. Cursor uses the open-source VS Code codebase as a foundation while adding an AI-centered interface and features.

What is the difference between code completion and a coding agent?

Completion predicts nearby code. An agent can gather context, plan, edit several files, run tools and respond to the results.

Should developers trust every Cursor-generated change?

No. Generated code should be tested and reviewed like code written by any other contributor.

Sources and references