
Share
At a YC Agents hackathon, engineers pushed the limits of AI by letting a coding agent run autonomously all night, resulting in six fully ported repositories and over 1,000 commits by morning.
This weekend at the YC Agents hackathon, a team of engineers decided to explore the boundaries of what a coding agent could do by running Claude Code headlessly in an infinite loop. The experiment, which they whimsically dubbed "RepoMirror," resulted in over 1,000 commits and six ported codebases by morning.
The idea started with a simple question: What’s the weirdest way we could use a coding agent? The team settled on running Claude Code, an AI-powered coding assistant, in a continuous loop without any human intervention. They set up a basic script that would repeatedly prompt Claude to port code from one repository to another and commit the changes.
The script was straightforward:
By morning, the team was greeted with an overwhelming 1,000+ commits and six fully ported repositories. Here’s a breakdown of what RepoMirror achieved:
The team used a combination of Git and Claude's API to automate the process. Here are some key implementation details:

While the experiment was a success, it wasn't without its challenges:
The team is excited about the potential of using coding agents in a controlled environment for tasks like code refactoring, automated testing, and continuous integration. They plan to refine RepoMirror by:
The RepoMirror experiment at the YC Agents hackathon demonstrated the power and potential of AI-powered coding agents when used creatively. While there are still challenges to overcome, the team is optimistic about the future of automated code transformation tools.
Tags
Original Sources
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
25 August 2025
88 articles
Related Articles
Related Articles
More Stories