iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Home ›› Technology ›› Ai ›› Llms ›› Open-SWE-Traces: 207K Multilingual Trajectories Set New Standard for Autonomous Software Engineering Agents

Open-SWE-Traces: 207K Multilingual Trajectories Set New Standard for Autonomous Software Engineering Agents

Researchers have released Open-SWE-Traces, a dataset of 207,489 software engineering agent trajectories spanning nine programming languages, sourced from 20,000 real-world pull requests. Fine-tuning on this data yields models that achieve state-of-the-art resolve rates on multiple SWE-bench benchmarks, advancing autonomous software engineering.

iG
iGEN Editorial
June 16, 2026
Open-SWE-Traces: 207K Multilingual Trajectories Set New Standard for Autonomous Software Engineering Agents

Autonomous software engineering agents have long been limited by a lack of diverse, large-scale trajectory data. A new dataset, Open-SWE-Traces, aims to close that gap by providing 207,489 agentic trajectories across nine programming languages, according to a paper by Ahmad, Ludwig, Majumdar, and Ginsburg posted on arXiv.

Dataset Composition and Synthesis

The trajectories were sourced from 20,000 real-world pull requests (PRs) using the OpenHands and SWE-agent harnesses. They cover Python, Go, TypeScript, JavaScript, Rust, Java, PHP, C, and C++. To generate the trajectories, the authors employed a hybrid-reasoning synthesis: Minimax-M2.5 produced trajectories with explicit "thinking" processes, while Qwen3.5-122B generated high-quality "non-thinking" traces. All data was filtered to include only permissive licenses (MIT, Apache, BSD) from SWE-rebench-V2.

Validation and Performance

The dataset's effectiveness was validated by fine-tuning the Qwen3-30B-A3B series (Thinking, Instruct, and Coder). The best performing model achieved the following resolve rates on standard benchmarks:

Benchmark Resolve Rate
SWE-bench Verified 61.7%
SWE-bench Multilingual 57.1%
SWE-bench Pro 36.8%

These results establish Open-SWE-Traces as a premier resource for distilling human-level software engineering capabilities into efficient, open-source agentic LLMs, according to the paper.

Implications for Enterprise Software Engineering

For CTOs and technology procurement leaders, the availability of open-source, multilingual agentic trajectory data could reduce the cost and complexity of building custom software engineering agents. Fine-tuning on Open-SWE-Traces allows models to perform long-horizon reasoning across codebases in languages from Python to C++, potentially accelerating development pipelines. The dataset, derived from real PRs, reflects genuine human coding practices rather than synthetic scenarios.

The use of both thinking and non-thinking trajectories gives developers flexibility: thinking traces can be used for interpretability, while non-thinking traces optimize inference speed. As autonomous agents move toward production use, such resources lower the barrier to entry for enterprises seeking to automate parts of their software lifecycle.

Availability and Licensing

Open-SWE-Traces is released under permissive licenses (MIT, Apache, BSD), making it suitable for commercial use. The full dataset and fine-tuning recipes are available via the paper's accompanying code repository, enabling organizations to reproduce and extend the results.


Sources:

Keep Reading

Recommended Stories

AI4SE and SE4AI Exploration: A Decade Review Identifies Research Gaps for Enterprise Tech Leaders Technology

AI4SE and SE4AI Exploration: A Decade Review Identifies Research Gaps for Enterprise Tech Leaders

A new paper on arXiv traces a decade of progress in AI for systems engineering (AI4SE) and SE for AI (SE4AI). Using human and AI raters, it reviewed 1,712 INCOSE INSIGHT articles and 889 SERC publications, identifying five critical research gaps. The authors also launched an interactive web application for practitioners.

July 8, 2026
New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation Technology

CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation

CADBench is a unified benchmark for multimodal CAD program generation, containing 18,000 evaluation samples across six benchmark families, five input modalities, and six metrics. The benchmark evaluates eleven AI systems, generating over 1.4 million CAD programs, and reveals key failure modes in current approaches.

June 21, 2026
ArXiv Paper Introduces KG-SoftMAP: Bayesian Network Learning from Sparse Data Using Knowledge Graph Priors Technology

ArXiv Paper Introduces KG-SoftMAP: Bayesian Network Learning from Sparse Data Using Knowledge Graph Priors

KG-SoftMAP is a new method for Bayesian network structure learning from sparse discrete data, using a weighted knowledge graph as a prior. On synthetic benchmarks, it achieved Directed-F1 scores up to 0.97 at higher observation rates, while data-only learners stayed near zero. On real educational datasets, it matched logistic regression within 0.03 F1_FAIL while providing an interpretable concept graph.

June 21, 2026