Mistral AI and All Hands AI have released Devstral, an agentic large language model designed for real-world software engineering tasks. The model is trained to solve actual GitHub issues by running over code agent scaffolds like OpenHands or SWE-Agent.
- Devstral achieves a score of 46.8% on the SWE-Bench Verified benchmark, outperforming prior open-source state-of-the-art models by more than 6 percentage points.
- It exceeds the performance of larger models such as Deepseek-V3-0324 (671B) and Qwen3 232B-A22B when evaluated under the same test scaffold.
- The model surpasses closed-source alternatives like GPT-4.1-mini by over 20% on the benchmark.
- Devstral is lightweight enough to run locally on a single RTX 4090 or a Mac with 32GB RAM, and is available under the Apache 2.0 license.
The release aims to provide a tool for local deployment, enterprise use in privacy-sensitive environments, and integration into agentic coding IDEs.