ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Coding agents have made substantial progress on software engineering tasks that modify existing codebases, including bug fixing and feature implementation. However, constructing a complete program from scratch remains a major challenge: even the frontier models evaluated on ProgramBench fully resolve fewer than 1% of tasks. One obstacle is the lack of scalable training environments for this from-scratch setting, spanning the whole software engineering life cycle, as existing environment-construction frameworks focus only on a single phase in software development. To address this gap, we introduce MindForge, an automated pipeline that converts open-source command-line programs into source-free environments that expose only a compiled reference executable and its documentation. Using MindForge, we construct training environments from repositories disjoint from those in ProgramBench, and curate a high-quality data recipe consisting of program synthesis trajectories using GLM-5.2 as the teacher agent. Fine-tuning Qwen3.6-27B on these trajectories increases its ProgramBench average test pass rate from 37.98% to 49.51%, achieving performance comparable to substantially larger frontier models. Moreover, the fine-tuned model consistently improves over the base model across all seven unseen software engineering benchmarks, spanning long-horizon repository generation and translation, bug fixing, feature implementation, and cross-language issue resolution, with absolute gains of 31.00 points on RepoZero-C2Rust, 14.16 on DeepSWE, 10.70/4.56 on NL2Repo-Bench (with/without tests), 5.04 on SWE-bench Verified, 5.93 on SWE-bench Pro, 5.22 on SWE-bench Multilingual, and 4.94 on FeatBench.
This paper addresses a critical bottleneck in AI-assisted software engineering: the inability of current coding agents to construct complete programs from scratch. While existing systems excel at modifying existing codebases (e.g., bug fixing), they struggle with greenfield development—frontier models resolve fewer than 1% of tasks on ProgramBench. The core issue is the lack of scalable training environments that cover the entire software engineering life cycle, from design to deployment. MindForge tackles this by automating the creation of such environments from open-source command-line programs, providing a practical path to generate high-quality training data without requiring access to proprietary source code.
The significance lies in its potential to level the playing field. By enabling small models (e.g., 27B parameters) to achieve performance comparable to much larger frontier models, MindForge reduces the computational and data barriers that have favored large-scale proprietary systems. This could accelerate the adoption of AI-assisted programming in resource-constrained settings and foster more open research in code generation.
The fine-tuned Qwen3.6-27B achieves a 49.51% test pass rate on ProgramBench, a 11.53 percentage point improvement over the base model (37.98%). This performance is comparable to frontier models despite being significantly smaller. On other benchmarks, absolute gains include 31.00 points on RepoZero-C2Rust, 14.16 on DeepSWE, 10.70/4.56 on NL2Repo-Bench (with/without tests), 5.04 on SWE-bench Verified, 5.93 on SWE-bench Pro, 5.22 on SWE-bench Multilingual, and 4.94 on FeatBench. These results underscore the effectiveness of the training environment and data recipe.
MindForge introduces a scalable, automated approach to generating training environments for whole-life-cycle software engineering, addressing a key limitation in current AI coding agents. By enabling small models to match frontier performance, it democratizes advanced code generation capabilities and reduces reliance on massive proprietary models. The method's generalizability across diverse benchmarks suggests it could become a standard tool for training and evaluating code generation systems, potentially accelerating progress in automated software development and lowering barriers to entry for researchers and practitioners.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba