DEV Community

WDSEGA
WDSEGA

Posted on • Originally published at wdsega.github.io

Cursor Launches Origin: A Git Hosting Platform Built for AI Agents

At the first Compile conference, Cursor launched Origin — a code storage and Git hosting platform designed for AI Agents. The tech stack comes from Graphite (acquired December 2025). Origin treats Agents as first-class citizens, directly competing with GitHub and GitLab.

Why AI Agents Need Their Own Code Hosting

Traditional Git was designed for humans: create branch, write code, submit PR, wait for review, merge. AI Agents work differently — one Agent might create dozens of branches in minutes, handling parallel tasks and generating massive merge conflicts.

GitHub's branch model struggles with this concurrency.

Key Design Decisions

  1. Agent-first branch management: thousands of concurrent branches with automatic conflict resolution
  2. Conversation-bound changes: each code change links to the AI conversation that produced it
  3. Parallel task scheduling: multiple issues processed simultaneously
  4. Automated review: built-in AI code review before merging

The GitHub Competition

GitHub has 100M+ developers and is the de facto standard. But Cursor's argument: as AI Agents become primary code producers, GitHub's human-centric design becomes a bottleneck.

The data supports this — GitHub's annual commits projected to surge from 1B (2025) to 14B (2026), mostly AI-driven. Microsoft even rents AWS compute to handle GitHub's load.

What Developers Should Do

  • Watch but don't rush: Origin just launched, ecosystem still building
  • Core value: if you heavily use AI Agent programming, concurrent branches could boost efficiency
  • Short-term scenario: use GitHub for human collaboration + Origin as AI Agent workspace

Auto-compiled by Deskless Daily. Full bilingual version at wdsega.github.io

Top comments (0)