All AI guides
Analysis5 min read

Cursor Isn't Just an Editor Anymore

Cursor is an AI-native code editor that, as of September 2026, is expanding beyond in-editor autocomplete into a full agent platform: it added its own git host (Origin), unattended scheduled agents, and self-hosted execution machines. It remains usable purely as an AI-assisted IDE for developers who do not need the autonomous-agent features.

The short version

Cursor shipped four platform features in three weeks, from a self-hosted execution layer to its own git host, Origin, that lets agents run without GitHub. Its closest rival, Cognition, made the same bet by buying Windsurf and rebranding it Devin Desktop in June. Both are selling agent infrastructure now, not editors.

Cursor shipped four platform features in three weeks: self-hosted execution machines, a scheduling layer for unattended agents, and a git host called Origin that does not need GitHub at all.

None of that used to matter for a code editor. It matters now because Cursor's closest rival took the opposite route to reach the same place: Cognition, the company behind the autonomous agent Devin, bought Windsurf in July 2025 and quietly retired the name this June, relaunching the product as Devin Desktop.

Both companies are betting that an editor and an autonomous cloud agent collapse into one product. Picking between Cursor and Windsurf in 2026 no longer means choosing an editor. It means choosing whose infrastructure the agents run inside.

What Cursor actually shipped this month

The company's own changelog dates each piece precisely. On August 17, Origin went into beta: a real git host at origin.cursor.com with its own push, pull, branch protections and an API, not a UI wrapped around GitHub. Ten days later, its cloud agents stopped requiring GitHub or any other source-control connection at all. A developer can now prompt an agent from a blank slate and only save the result to an Origin repo afterward.

Cursor's September 2, 2026 changelog entry for self-hosted machines, showing the Remote Machines menu with named self-hosted entries lambda-test, cloud-demo and jacks-desktop

Cursor's own changelog entry for self-hosted machines, captured 7 Sep 2026. The dropdown shows a developer choosing between the cloud, a local Mac and a named self-hosted machine.

On August 19, the agents gained the ability to run unattended: watchers that follow a pull request, a Slack thread or a schedule, plus a command for objectives that persist until finished. On September 2, self-hosted execution machines arrived, letting a team keep every agent's tool execution inside its own network, wired into sandbox providers named in the release notes.

Origin is still missing pieces a working git host needs. No issue tracker, no public repositories, no package registry and no native continuous integration, according to a technical write-up published in August by CellCog. The company is not describing it as a GitHub replacement yet. It is describing infrastructure that other agents can push to without leaving the product.

The same bet, made from the other direction

Cognition made the identical bet by acquiring it outright. The firm built Devin and has marketed it since 2024 as an agent capable of working independently for hours at a time. In July 2025 it bought Windsurf, at the time one of Cursor's closest competitors, along with its brand, product and remaining team.

On June 2, 2026, the Windsurf name was retired and the editor relaunched as Devin Desktop, with its old Cascade agent replaced by a Rust-rewritten Devin Local said to be roughly 30% more token-efficient. HokAI confirmed on September 7 that typing windsurf.com into a browser now redirects straight to devin.ai/desktop. Pricing and plans reportedly stayed the same at launch, according to coverage of the transition.

The windsurf.com homepage now redirects to a Devin Desktop landing page reading "Devin Desktop: Manage fleets of local and cloud agents from one surface," with a kanban-style Sessions board below it

windsurf.com, captured 7 Sep 2026. The URL still resolves, but every visitor lands on the Devin Desktop product page.

The direction is opposite and the conclusion is the same. One company built agent infrastructure onto an editor it already owned. The other bought an editor to wrap around an agent it already owned. Neither is still selling a better way to write code. Both are selling somewhere for an agent to run, somewhere to host what it produces, and a way to keep it running without a human watching the screen.

Who this actually helps

Self-hosted machines are aimed at a specific team: one already carrying strict data-residency obligations, already using the company's zero-retention privacy setting, and wanting an agent's code execution to never leave a network it controls. That team was previously choosing between an agent it could not fully audit and no agent at all. Now it can point agents at infrastructure it already runs, whether that is its own cluster or a sandbox vendor it already pays.

A team unsure which category it actually needs, rather than guessing from a features list, can run the comparison through HokAI's Smart Match instead.

Who it hurts

The individual developer or four-person team that picked Cursor for its inline autocomplete and nothing else is paying the same $20 a month as everyone else. The features getting the engineering attention right now, the git host, the self-hosted machines, the scheduled agents, are aimed at teams they are not.

The standalone vendor selling exactly one of these features as a full product gets squeezed harder. Trylle is a git platform built to run AI coding agents in a sandbox and ship the result as a pull request: the same job the new features now do together, at no extra cost below the top paid tier. CodeGen sells a single agent that reasons across a full codebase, writes multi-file changes and opens pull requests with architectural awareness, which doubles as a description of Cursor's own agent mode.

The pattern goes narrower too. Sennu AI reviews only Salesforce pull requests with org-specific context: a single vertical slice of the same idea being built horizontally by the two bigger players.

GitHub loses a little ground either way. Both moves reduce how much of the coding workflow has to touch its servers, and an August 27 update removed the requirement from Cursor's cloud agents entirely.

The obvious objection

Shipping a changelog entry is not the same as anyone using it. Cursor advertises more than 50,000 teams as customers, but it has not published what share of sessions touch any of the new infrastructure specifically. A vendor can ship four platform features in three weeks and still have the overwhelming majority of usage sitting in ordinary autocomplete, unchanged since 2023.

That is a real possibility. It is also why this is a case about where a company is spending its engineering cycles, not a claim that every user needs to care. A four-person team using only the basics is not wrong to keep ignoring all of it.

What to watch

Disclosure is the number worth tracking. If either company publishes a concrete adoption figure for any of this new infrastructure in its next funding announcement or major version update, that is evidence of real usage rather than roadmap theater. If neither has said a specific number by March 2027, eight months after the git host's launch, the platform pivot is better read as strategic hedging than as where the products are actually being used.

The next comparison worth writing about these two products will not ask which one autocompletes faster. It will ask whose servers a reader is comfortable letting an unattended agent run on, and neither changelog answers that yet.

Frequently asked questions

What is Cursor Origin?

Origin is Cursor's own git hosting and code review platform, launched into beta on August 17, 2026, with repositories at origin.cursor.com. It supports standard push and pull, branch protections and an API, but as of this beta it has no issue tracker, no public repositories, no package registry and no native continuous integration.

Do Cursor's cloud agents still require a GitHub connection?

No. As of August 27, 2026, cloud agents can start from a blank prompt with no connected source-control provider, and save the result to a Cursor Origin repository instead of GitHub.

What happened to Windsurf?

Cognition, the maker of the autonomous coding agent Devin, acquired Windsurf in July 2025. On June 2, 2026, Cognition retired the Windsurf name and relaunched the product as Devin Desktop, replacing its Cascade agent with a Rust-rewritten Devin Local. The windsurf.com domain now redirects to devin.ai/desktop.

Does Cursor still work as a simple AI-assisted code editor?

Yes. The Hobby and Pro tiers still function as a VS Code-based editor with inline autocomplete, and none of the newer platform features are required to use it that way.

What are Cursor's self-hosted execution machines for?

Launched September 2, 2026, they let a team route an agent's tool execution through its own network or a sandbox provider it already uses, instead of Cursor's own infrastructure. They are aimed at teams with compliance requirements around where code actually runs, not at individual developers.

Covered in this guide

  • Cursor: Cursor is an AI code editor built on VS Code, widely adopted across large enterprise engineering teams, with Agent Mode, Tab completion, and Cloud Agents.
  • Windsurf: Windsurf is an agentic AI IDE by Cognition AI featuring Cascade agents, Codemaps, and integrated Devin cloud workflows — used by developers in 70+ languages, starting free with Pro at $20/month.
  • CodeGen: AI code agent reasons across full codebases, writes multi-file changes, runs tests, opens PRs with architectural awareness.
  • Sennu AI: AI tool that reviews Salesforce pull requests using org-specific context and automates QA testing, claiming 99% reliability; no published pricing.
  • Trylle: Trylle is a Git platform that runs AI coding agents in a sandbox and ships results as pull requests, with paid plans offering up to 100 GB of storage.

Sources

Still deciding?

This guide covers a handful of options. Smart Match checks every listing in the directory against how you actually work and what you can spend, then hands you the shortlist and the reason behind each pick.

Start Smart Match

Related guides

All AI guidesBrowse the AI directory