Vibe gets to work. | Mistral AI
Categories<br>Product
Research
Engineering
Solutions
Company
Featured stories
Cisco
HSBC
HTX
See all
Who we are
About us
Careers
Brand
Connect<br>Community
Partners
Help center
Studio<br>Build, test, and run AI agents and apps.
Forge<br>Train, align, and evaluate custom AI models.
Vibe<br>AI agent for long-horizon work.
Vibe for code<br>Coding agents in the terminal, IDE, and background.
Compute<br>Frontier-scale infrastructure for training and inference.
Pricing
Plans
API pricing
For enterprises
Services
Delivery methodology
Model customization
Industries
Financial services
Public sector & government
Manufacturing
Use cases
Use case overview
Coding
Document intelligence
Speech
Latest models
Mistral Medium 3.5
Mistral Small 4
Mistral 3
Voxtral TTS
Docs
API Reference
Cookbooks
Latest posts
AI Now Summit 2026
Vibe gets to work.
Introducing Search Toolkit
Categories
Product
Research
Engineering
Solutions
Company
Featured stories
Cisco
HSBC
HTX
Who we are
About us
Careers
Brand
Connect
Community
Partners
Help center
Start building
Studio
Vibe
Vibe for Code
Contact sales
Back to Blog
5 min read
Blog<br>Product<br>Vibe gets to work.<br>May 28, 2026
Mistral AI
Back to Blog
5 min read
Share this post
Vibe is now one agent for long-running, multi-step work. It catches up across your inbox and calendar, runs deep research, drafts deliverables, and orchestrates the recurring processes that run your day-to-day.<br>It also takes coding work from request to merged change, across the web app, your editor, and your terminal. The agent builds features, fixes bugs, refactors code, and ships reviewable pull requests.<br>Vibe runs on flagship Mistral models optimized for reasoning, agentic tasks, tool calls, and coding.
Highlights.<br>Le Chat is now Vibe—one agent and one licence across work and code, with every conversation, setting, and plan carried over.
Work Mode, available on web and mobile, is a powerful agent for long-range tasks that picks the right tools, streams progress, and completes complex work to finish.
Code Mode launches remote coding agents from a dedicated web surface.
A new Mistral Vibe extension for VS Code; the coding agent working across your whole project, inside your IDE.
Vibe for work.<br>In Work Mode, Vibe is your AI agent for complex, multi-stage tasks, fluent in your knowledge, apps, and tools. It maps out a plan and gets your sign-off before it starts, then works across your connectors to carry the task through.<br>For one person, this turns a morning of admin into a single prompt—catch up on what you missed, pull the numbers, draft the update, and have it ready to send on. Whereas, for the organisation, the same agent runs the processes that keep a business moving, grounded in the documents, mailboxes, and systems your teams already use, and governed by the permissions you set at the admin-level.
Here is what Vibe’s Work Mode does today.<br>Enterprise knowledge search: Vibe deeply grounds its work in your context, reaching across Google Workspace, Outlook, SharePoint, Slack, GitHub, and any custom connectors or libraries.
Structured data analysis: connect a database or upload a spreadsheet, and Vibe surfaces the patterns, anomalies, and signals you asked about, rendering charts and dashboards inside the conversation.
Document and report synthesis: Vibe drafts the deliverable using the Canvas tool, from a one-page brief to a report, an RFP response, or a board deck, ready for you to edit and push to Notion, SharePoint, or your inbox.
Multi-step task scheduling: set a prompt to run once or on a daily, weekly, or monthly cadence, and a notification lands when a run finishes.
Reusable skills: extend Vibe with preset or custom skills via open standards to automate your repeatable workflows with consistency and sequential precision.
Every step is visible as it happens, and each tool call and reasoning chain is expandable to its inputs and outputs.
Vibe for code.<br>Code Mode is the new coding surface in the Vibe web app, where you can connect to GitHub, manage your projects, start sessions, and see them through to a pull request. Inside a session, the agent runs in an isolated sandbox, and you manage sensitive actions and inspect diffs as it’s writing code.<br>Sessions can run in parallel, can persist while your machine is off, and can be triggered from third-party apps, such as Slack (coming in June)—in addition to your code editor or the Vibe CLI.
The new Mistral Vibe extension for VS Code.<br>We’re also releasing a new plugin that brings the Vibe coding agent into VS Code. Vibe works across your whole project in a side panel that reads, edits, and executes commands beside your files. Open files attach automatically, selections can be line-ranged and @ mentions will pull in more context from other directories or files.<br>The extension runs on the same harness as the CLI, and features are replicated across both surfaces:<br>write unit and...