Microslop is Endangered by Even More Slop: How AI Might Eat GitHub Alive

It is a strange bit of tech irony. Microsoft invested billions of dollars into OpenAI to ride the AI wave. Now there are reports that the same AI ecosystem could eventually compete with one of Microsoft’s most valuable developer platforms: GitHub.

A report originally published by The Information and later cited by outlets such as Reuters claims that OpenAI engineers have been working on an internal code hosting system that could serve as an alternative to GitHub. The project is reportedly early stage and may never become a public product, but it shows that even close partners sometimes build their own infrastructure.

Why would OpenAI want its own system instead of relying entirely on GitHub?

One reason appears to be reliability. Reports say OpenAI engineers experienced several GitHub outages during heavy development periods, which disrupted internal work. GitHub has been migrating parts of its infrastructure to Microsoft Azure, and that transition has been linked to several recent incidents and service disruptions.

Another reason may be scale. Git was created in 2005 by Linus Torvalds for the Linux kernel project. It was designed for human developers coordinating changes across distributed repositories. The workflow assumes people reviewing commits, merging branches, and resolving conflicts.

AI driven development looks different.

If autonomous coding agents begin generating code continuously, the number of changes could increase dramatically. Some engineers argue that Git’s pull request and merge workflow was not designed for thousands of automated contributors making rapid changes. That does not mean Git is obsolete today, but it suggests that future tools may evolve to support more automated development workflows.

Large technology companies already build their own internal systems when their needs exceed public tools. Google runs its own internal version control system called Piper, and Meta uses Sapling. These are designed for massive scale and internal workflows that typical Git hosting services do not support.

OpenAI exploring something similar would not be unusual. What would be unusual is if such a platform were later offered as a commercial product, which some reports say has been discussed.

Some commentators speculate that companies may eventually prefer closed ecosystems for AI assisted development so they can keep data and tooling tightly integrated. However, there is no public evidence that OpenAI is building its system to prevent Microsoft from accessing training data. GitHub’s policies state that private repository code is not used to train AI models unless users explicitly opt in.

For now GitHub remains the dominant platform for source control. Billions of repositories depend on it and the broader Git ecosystem. But the rise of automated coding agents is starting to raise a real question for the future of software development.

Git was built for humans.
The next generation of tools may be built for machines.

Whether that actually replaces Git or simply evolves around it remains to be seen.

Welcome to the future.
Enjoy the slop.

Sources

Reuters. OpenAI is developing alternative to Microsoft’s GitHub, The Information reports
Tom’s Hardware. OpenAI building GitHub alternative after outages disrupted engineers
TechRadar. OpenAI reportedly building a GitHub alternative after outages disrupted engineers
Heise Online. Report: OpenAI working on an alternative to GitHub
All Things Open. What version control looks like when AI agents write the code
Pedro Piñera. Rethinking Version Control for an Agentic World
GitHub Community. GitHub Copilot and data usage policies
OpenAI Builds Internal GitHub Alternative to Boost Autonomy and Reliability
Git (software)
Mean Girls (2004 film)
Cursor (code editor)