The modern developer's workflow is a fragmented dance of context switching. For years, the cycle has remained the same: write code in an IDE, push to a remote, and then migrate to a browser tab to manage pull requests, review comments, and merge conflicts. This friction became painfully evident during a recent global GitHub outage that lasted 6 hours and 42 minutes, during which API error rates spiked to 20 percent. For many teams, this downtime highlighted a critical vulnerability: the total dependence on a third-party browser interface to finalize the most important part of the development lifecycle.
The Architecture of an Agent-Native Forge
Cursor is addressing this fragmentation with the launch of Origin, a dedicated code hosting platform available to its paid users. Rather than acting as a simple plugin, Origin is a forge—a comprehensive software development platform that wraps Git to handle repository management, permission settings, and the critical check-and-merge process. By integrating these functions directly into the editor's Codebase tab, Cursor allows developers to review and merge pull requests without ever leaving their workspace.
The technical foundation of Origin is built upon the solutions provided by Graphite, a code review startup acquired by Cursor in December 2025. Graphite brings a specialized approach to version control known as stacked pull requests. In a traditional workflow, a developer often has to wait for a primary PR to be approved before they can merge dependent changes. Graphite's technology eliminates this linear dependency, allowing developers to continue deploying dependent changes in a stack, effectively removing the idle time associated with approval queues.
This infrastructure is designed to be agent-native. When a developer asks a question about a file or provides review feedback within the editor, the AI agent does not simply suggest a fix; it actively modifies the pull request and pushes the branch. Because the AI agent operates on the same surface as the code editor, it shares the developer's immediate context, enabling a real-time loop where the agent can intervene in the code and handle the administrative overhead of Git operations simultaneously.
To ensure stability and compatibility, Origin does not attempt to replace GitHub entirely. Instead, it employs a mirroring strategy. When a GitHub organization is connected, existing repositories appear alongside Origin-native repositories. GitHub remains the single source of truth, meaning every push operation is still transmitted to GitHub's servers. Access permissions are mirrored from GitHub's existing read and write settings, and all pull request conversations are synchronized bidirectionally. This allows teams to leverage the speed of an integrated forge while maintaining the security and authority of their existing infrastructure.
The deployment pipeline is equally integrated. Every pull request in Origin triggers a preview deployment powered by Vercel. For continuous integration, the platform utilizes Depot and Buildkite to execute builds. Crucially, Depot and Buildkite are configured to run existing GitHub Actions settings without requiring any modifications to the original workflow files, ensuring that the transition to Origin does not break established CI/CD pipelines.
Solving the Integration Bottleneck
The shift toward an integrated forge represents a fundamental change in how AI impacts software engineering. For the past few years, the industry focus has been on the act of code generation. The goal was to make the AI write code faster, and in many ways, that goal has been achieved. However, as the speed of code production increases, a new bottleneck has emerged: the review and integration phase. When AI can generate hundreds of lines of functional code in seconds, the human-led process of reviewing, testing, and merging that code becomes the primary constraint on velocity.
Origin is not designed to help developers write code faster, but to help them integrate code faster. By collapsing the distance between the editor and the forge, Cursor is attempting to solve the integration bottleneck. The tension no longer lies in the transition from a blank page to a working function, but in the transition from a proposed change to a merged feature. By allowing AI agents to handle the modification of PRs and the pushing of branches within the same environment where the code is read, Cursor reduces the cognitive load of the review cycle.
This strategy is guided by a specific internal metric. Cursor has identified a critical signal for platform transition: the point at which agent-generated pull requests account for 35% of all PRs. This threshold suggests a shift in the developer's role from a primary author to a primary reviewer and orchestrator. When more than a third of the proposed changes are handled by agents, the traditional browser-based PR workflow becomes an unsustainable friction point. The move to an agent-native forge is a preemptive strike against this inefficiency, transforming the editor into a command center for AI-driven development.
As the boundary between the IDE and the hosting platform disappears, the development loop is closing. The future of the pipeline is no longer about moving code between tools, but about managing a stream of agent-led contributions in a single, unified environment.




