Toward Training Superintelligent Software Agents through Self-Play SWE-RL
By: Yuxiang Wei , Zhiqing Sun , Emily McMilin and more
Potential Business Impact:
Trains AI to fix code without human help.
While current software agents powered by large language models (LLMs) and agentic reinforcement learning (RL) can boost programmer productivity, their training data (e.g., GitHub issues and pull requests) and environments (e.g., pass-to-pass and fail-to-pass tests) heavily depend on human knowledge or curation, posing a fundamental barrier to superintelligence. In this paper, we present Self-play SWE-RL (SSR), a first step toward training paradigms for superintelligent software agents. Our approach takes minimal data assumptions, only requiring access to sandboxed repositories with source code and installed dependencies, with no need for human-labeled issues or tests. Grounded in these real-world codebases, a single LLM agent is trained via reinforcement learning in a self-play setting to iteratively inject and repair software bugs of increasing complexity, with each bug formally specified by a test patch rather than a natural language issue description. On the SWE-bench Verified and SWE-Bench Pro benchmarks, SSR achieves notable self-improvement (+10.4 and +7.8 points, respectively) and consistently outperforms the human-data baseline over the entire training trajectory, despite being evaluated on natural language issues absent from self-play. Our results, albeit early, suggest a path where agents autonomously gather extensive learning experiences from real-world software repositories, ultimately enabling superintelligent systems that exceed human capabilities in understanding how systems are constructed, solving novel challenges, and autonomously creating new software from scratch.
Similar Papers
Search Self-play: Pushing the Frontier of Agent Capability without Supervision
Machine Learning (CS)
Teaches AI to learn by playing against itself.
Training Versatile Coding Agents in Synthetic Environments
Software Engineering
Teaches computers to code and fix bugs.
Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly?
Software Engineering
Computer program learns to fix itself while working.