Papers
arxiv:2603.13023

daVinci-Env: Open SWE Environment Synthesis at Scale

Published on Mar 13
· Submitted by
taesiri
on Mar 16
Authors:
,
,
,
,
,
,

Abstract

OpenSWE presents the largest transparent framework for software engineering agent training, featuring 45,320 executable environments and achieving state-of-the-art performance on SWE-bench Verified.

AI-generated summary

Training capable software engineering (SWE) agents demands large-scale, executable, and verifiable environments that provide dynamic feedback loops for iterative code editing, test execution, and solution refinement. However, existing open-source datasets remain limited in scale and repository diversity, while industrial solutions are opaque with unreleased infrastructure, creating a prohibitive barrier for most academic research groups. We present OpenSWE, the largest fully transparent framework for SWE agent training in Python, comprising 45,320 executable Docker environments spanning over 12.8k repositories, with all Dockerfiles, evaluation scripts, and infrastructure fully open-sourced for reproducibility. OpenSWE is built through a multi-agent synthesis pipeline deployed across a 64-node distributed cluster, automating repository exploration, Dockerfile construction, evaluation script generation, and iterative test analysis. Beyond scale, we propose a quality-centric filtering pipeline that characterizes the inherent difficulty of each environment, filtering out instances that are either unsolvable or insufficiently challenging and retaining only those that maximize learning efficiency. With 891K spent on environment construction and an additional 576K on trajectory sampling and difficulty-aware curation, the entire project represents a total investment of approximately $1.47 million, yielding about 13,000 curated trajectories from roughly 9,000 quality guaranteed environments. Extensive experiments validate OpenSWE's effectiveness: OpenSWE-32B and OpenSWE-72B achieve 62.4% and 66.0% on SWE-bench Verified, establishing SOTA among Qwen2.5 series. Moreover, SWE-focused training yields substantial out-of-domain improvements, including up to 12 points on mathematical reasoning and 5 points on science benchmarks, without degrading factual recall.

Community

Paper submitter

lowkey the four-stage pr-based filtering pipeline is the heart of openswe, turning a wild repo soup into a reliable learning signal. i buy the idea of filtering for solvability and maintenance realism, but i worry this could bias the curriculum toward easier tasks or those with brittle tests. an ablation removing the 'unsolvable' gate or replacing it with a continuous difficulty score would tell us how sensitive the gains are to the exact filter thresholds. btw the arxivlens breakdown helped me parse the method details, especially how the filter criteria map to learning signal quality, nice summary at https://arxivlens.com/PaperView/Details/davinci-env-open-swe-environment-synthesis-at-scale-5258-f8a29a3b. how do you think this filtering strategy would fare if you relaxed it to include more borderline environments, would the out-of-domain gains hold?

Sign up or log in to comment

Models citing this paper 2

Datasets citing this paper 1

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2603.13023 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.