Cursor has introduced Origin, a Git-compatible code hosting and collaboration platform positioned as an “AI-native alternative” to GitHub for teams using AI coding agents. The platform is designed around the operational challenges that arise when many automated agents submit pull requests in parallel, increasing review workload, merge complexity, and change tracking demands. Instead of relying on legacy workflows optimized for human-sized development teams, Origin aims to manage AI-generated changes as a first-class part of the repo process.

Origin incorporates capabilities attributed to Cursor’s recent acquisition of Graphite, including support for stacked pull requests (to represent dependent chains of changes), review workflows intended to handle overlapping diffs at scale, and automated merge queues that sequence merges to reduce conflicts and keep the main branch stable. Sources describe Origin as drop-in for existing Git-based workflows, while adding agent-aware collaboration features such as PR batching and traceable attribution for who or what generated specific changes. The overall focus is on safely reviewing and merging high volumes of agent-produced code without overwhelming human reviewers.