GitHub is Not Dying — But AI Agents Are Creating Their Own Alternatives

Recent developments indicate that traditional code hosting platforms like GitHub are struggling to keep pace with the rise of AI agents. New tools are emerging to cater to this shift.

4 min readTechnology

In recent weeks, three significant players in the tech industry have announced new tools aimed at addressing the challenges posed by AI agents to conventional code hosting platforms. Cursor introduced Origin, a Git-compatible forge designed specifically for agents, built on the Graphite framework. Zed launched DeltaDB, which focuses on versioning not commits but a stream of deltas and interactions with the agent. Meanwhile, GitLab unveiled Project Switch. This article explores the notion that the commit and pull request model is faltering in the face of parallel agents, as noted by Nathan Sobo from Zed, who stated that software development occurs between commits. Despite these innovations, GitHub is unlikely to disappear anytime soon due to its established identity, Actions functionality, and social graph. For Russian-speaking teams, immediate actions include setting up mirrors, utilizing GitLab or Forgejo, adopting worktree discipline, managing agent permissions, and establishing CI limits.

Technology