UStackUStack
Mistral AI Vibe Remote Agents icon

Mistral AI Vibe Remote Agents

Mistral AI Vibe Remote Agents run cloud coding sessions with async progress. Start from Mistral Vibe CLI or Le Chat, with Work mode preview.

Mistral AI Vibe Remote Agents

What is Mistral AI Vibe Remote Agents?

Mistral AI Vibe Remote Agents are remote coding sessions that run in the cloud and continue working asynchronously while you stay in your chat or your development workflow. Instead of running coding agents only on a local machine, you can start cloud sessions from the Mistral Vibe CLI or from Le Chat, and the system can notify you when work is complete.

This is powered by Mistral Medium 3.5, introduced in public preview as the default model in Mistral Vibe and Le Chat. The page also introduces a new Work mode in Le Chat (Preview) that uses an agent powered by Mistral Medium 3.5 to handle complex, multi-step tasks and perform tool calls in parallel.

Key Features

  • Async remote coding sessions in the cloud: Coding sessions run remotely and continue while you step away, reducing the need to stay active for every agent step.
  • Start sessions from multiple entry points: You can spawn remote coding agents from the Mistral Vibe CLI or directly in Le Chat.
  • Teleport ongoing local CLI sessions to the cloud: Local CLI sessions can be moved to remote execution so they keep running with task state and approvals preserved.
  • Visibility into progress and actions: You can inspect what the agent is doing via file diffs, tool calls, progress states, and questions surfaced during the session.
  • Le Chat Work mode (Preview) for complex tasks: Work mode uses a new harness powered by Mistral Medium 3.5 so Le Chat can read/write, call tools in parallel, and work through multi-step projects.
  • Mistral Medium 3.5 model for long-horizon work (public preview): A dense 128B model with a 256k context window that merges instruction-following, reasoning, and coding into a single set of weights, with configurable reasoning effort per request.

How to Use Mistral AI Vibe Remote Agents

  1. Start a cloud coding session either from the Mistral Vibe CLI or by initiating a coding task in Le Chat.
  2. Inspect session activity while it runs by checking file diffs, tool calls, progress states, and any questions the agent surfaces.
  3. If you began work locally, teleport the session to the cloud to let it continue remotely.
  4. For multi-step tasks within Le Chat, switch to Work mode (Preview) so the agent can execute the job with tool calls until completion.

Use Cases

  • Long-running coding tasks without staying at the terminal: Start an async session in the cloud and return later to review the resulting changes and agent updates.
  • Parallel development work: Run several remote coding sessions at the same time, either from the CLI or from within Le Chat.
  • Chat-driven code changes: Describe a coding task in Le Chat and have it run on the same remote runtime, then come back later with a finished branch or draft pull request.
  • Complex analysis or research with tool use: Use Le Chat Work mode (Preview) for tasks involving multi-step reasoning and cross-tool actions such as research, analysis, and structured outcomes.
  • Team workflow integration via Git and issue/incident tools: Use sessions that open pull requests on GitHub and that fit into workflows involving Linear/Jira (issues) and Sentry (incidents), with notifications to collaboration tools such as Slack or Teams.

FAQ

  • Where do the coding agents run? They run in the cloud as remote sessions, continuing asynchronously after you start them.

  • Can I start a remote session from chat instead of the CLI? Yes. Remote coding agents can be started directly in Le Chat.

  • Can an in-progress local session be moved to the cloud? Yes. The page states that ongoing local CLI sessions can be teleported up to the cloud, carrying session history, task state, and approvals.

  • What is Work mode in Le Chat? Work mode (Preview) is a new agentic mode for complex, multi-step tasks powered by Mistral Medium 3.5, designed to work through projects by calling tools in parallel.

  • What model powers these agents? The page describes Mistral Medium 3.5 (public preview) as the default model in Mistral Vibe and Le Chat and as the model powering the Work mode agent.

Alternatives

  • Local developer-assistant workflows: Alternatives are tools that run coding agents locally on your machine. These keep execution on-device but may not provide the same async remote runtime behavior.
  • General-purpose AI chat assistants with tool support: Other chat tools can perform multi-step tasks with tool calling, but they may not be specifically oriented around remote coding sessions that persist and produce pull-request-ready branches.
  • Agentic workflow platforms: Platforms that orchestrate multi-step tool use can handle complex tasks, though they may require more setup to achieve the same “spawn and inspect remote coding session” workflow.
  • CI/CD and automation scripts for code changes: For teams that rely on automation pipelines, scripts and CI jobs can generate changes, but they generally lack the interactive session visibility (diffs/tool calls/questions) described here.