BugPilot: Complex Bug Generation for Efficient Learning of SWE Skills
Atharv Sonwane, Isadora White, Hyunji Lee, Matheus Pereira, Lucas Caccia, Minseon Kim, Zhengyan Shi, Chinmay Singh, Alessandro Sordoni, Marc-Alexandre Côté, Xingdi Yuan
TL;DR
BugPilot introduces FeatAdd and BugInstruct to generate synthetic bugs via agentic feature development, producing realistic and diverse failures that better train SWE agents. FeatAdd-based bugs yield more data-efficient learning and, when combined with supervised fine-tuning and reinforcement learning, achieve state-of-the-art SWE-Bench Verified results for 32B and 14B models. The approach demonstrates strong improvements in data efficiency and generalization over prior synthetic bug datasets, underscoring the value of realistic bug-generation workflows. The work suggests scalable, open-weight SWE agents can be advanced by leveraging agent-generated training data and interfaces for broader domain adaptation.
Abstract
High quality bugs are key to training the next generation of language model based software engineering (SWE) agents. We introduce a novel method for synthetic generation of difficult and diverse bugs. Our method instructs SWE Agents to introduce a feature into the codebase whereby they may unintentionally break tests, resulting in bugs. Prior approaches often induce an out-of-distribution effect by generating bugs intentionally (e.g. by introducing local perturbation to existing code), which does not reflect realistic development processes. We perform qualitative analysis to demonstrate that our approach for generating bugs more closely reflects the patterns found in human-authored edits. Through extensive experiments, we demonstrate that our bugs provide more efficient training data for supervised fine-tuning, outperforming other bug datasets by 2% with half the training data (1.2k vs. 3k bugs). We train on our newly generated bugs in addition to existing bug datasets to get FrogBoss a state-of-the-art 32B parameter model on SWE-bench Verified with a pass@1 of 54.6% and FrogMini a state-of-the-art 14B model on SWE-bench Verified with a pass@1 of 45.3% on SWE-bench Verified averaged over three seeds.
