
Mistral AI is moving beyond standard chatbots. With the release of the Vibe 2.0 agent and the Devstral model family, the company is replacing its older Le Chat interface with a unified system designed for continuous, multi-step execution. Vibe acts as a control center for both enterprise administration and automated software development.
Powering this setup are three distinct models. First is Devstral 2, a coding-focused model with 123 billion parameters. For developers wanting to run things locally on standard hardware, Mistral offers Devstral Small, a lighter 24-billion parameter version. General routing tasks fall to Mistral Medium 3.5. That model packs 128 billion parameters and a massive 256,000-token context window, giving it enough memory to process entire books of text in a single pass. The performance holds up in testing, too. On the SWE-bench Verified dataset for real-world software repair, Devstral 2 hit a solid 72.2 percent resolution rate.
Access comes in a few tiers. A Free plan covers basic use. The Pro plan costs $14.99 per month and unlocks deeper reasoning and code generation. A Team plan at $24.99 per user adds administrative controls and extra storage. For developers using the API, Devstral 2 costs $0.40 per million input tokens and $2.00 per million output tokens, while Devstral Small drops those rates to $0.10 and $0.30 respectively.
Vibe handles office administration through Work Mode. The system maps out multi-step tasks but pauses for human verification before executing them. The agent connects directly to enterprise staples like Google Workspace, Outlook, SharePoint, and Slack to pull in project context. It can scan spreadsheets and connected databases, spot statistical anomalies, and generate charts on the fly. From there, the model formats the data into standardized meeting briefs, slide decks, or reports. Users can schedule it to distribute these files via email or cloud folders on a recurring basis.
Getting the most out of this requires highly specific prompting.
Prompt Example:
"Search my inbox for the latest messages from the marketing team, extract the specific budget numbers mentioned, and generate a markdown table comparing them to the previous quarter."
Mechanical Reason: This kind of phrasing works because it actively narrows the agent's search parameters. It tells the system exactly what data type to look for and strictly defines the output format. That level of constraint keeps the model from hallucinating or generating useless filler text.
Code Mode brings this same autonomous approach to software development. It runs natively in the browser, inside IDEs like VS Code and Zed, or straight from the command line. The terminal version, Vibe CLI, is open source under an Apache 2.0 license. Developers can freely self-host and modify the infrastructure as needed.
The agent maps your local file system to understand the whole project architecture. It can autonomously build new features, write unit tests that match your existing code style, update legacy syntax, and fix broken dependencies. Developers keep the agent in check using AGENTS.md instruction files or config.toml configurations. The system also relies on trusted folder whitelists and Model Context Protocol (MCP) servers to securely connect with external databases and tools.
To keep the main session from slowing down, Vibe hands off specific tasks to isolated subagents. These smaller agents handle syntax reviews or deep file searches behind the scenes. If the system gets confused, it stops and asks the user for clarification through dynamically generated text prompts. Vibe CLI also ships with an experimental voice interface and a persistent skills framework that turns repetitive terminal workflows into simple slash commands.
Mistral takes this a step further with distributed cloud sandboxing. Developers can type the /teleport command to move a local execution state directly to a remote server. The system packages the entire task history, file context, and user approvals before dropping them into a secure container. This allows background tasks, code reviews, and pull requests to run continuously in the cloud even after the local machine is powered off.
HPE & Nvidia launch compliant infrastructure for autonomous AI agents, ensuring security with hardware enclaves, zero-trust, software guardrails & monitoring.
OpenAI's $150M Partner Network trains 300K consultants to tackle enterprise AI integration, deploying structured architectures and RAG pipelines.
Anthropic's Fable 5 & Mythos 5 models suspended worldwide by US Commerce Dept. over national security, a jailbreak, and export control issues. Highlighting enterprise AI risks.