WeSearch

Devstral 2: Run Mistral's Open Coding Agent Locally

·9 min read · 0 reactions · 0 comments · 3 views
#ai coding agents#local llms#open source models#software development#mistral ai
Devstral 2: Run Mistral's Open Coding Agent Locally
⚡ TL;DR · AI summary

Devstral 2, released by Mistral AI on December 9, 2025, is an open coding agent that can be run locally, achieving 72.2% on the SWE-bench Verified benchmark, comparable to Claude Sonnet 4.5 but at significantly lower cost. It offers strong performance for real-world GitHub issue resolution while supporting on-premise deployment for enhanced privacy and cost efficiency. Two versions are available—Devstral 2 and Devstral Small 2—differing in size, licensing, and hardware requirements to suit various use cases.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1909290) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jangwook Kim Posted on May 2 • Originally published at effloow.com Devstral 2: Run Mistral's Open Coding Agent Locally #devstral #mistralai #ollama #localllm Proprietary coding agents are powerful, but every token you send to a cloud API is a token that leaves your codebase. Devstral 2, released December 9, 2025 by Mistral AI, changes that calculus.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)