Almanac
← Events
3Mistral AI News·20d ago

Mistral AI Demonstrates Agentic Workflow for Meeting-to-Dev-Ticket Automation

Mistral AI has published a solution blog describing a multi-agent workflow called TranscriptToPRDTicket that converts meeting transcripts into Product Requirements Documents and engineering tickets using two specialized agents (PRDAgent and TicketCreationAgent) both powered by Mistral Large 2. The pipeline integrates with project management tools such as Linear and Jira, and a full implementation is provided via a Google Colab notebook. The post is primarily a deployment-pattern showcase rather than a new model or capability announcement.

Related guides (3)

Related events (8)

7Mistral Ai News·1mo ago·source ↗

Mistral AI Launches Agents API with Built-in Connectors, MCP Tools, and Persistent Memory

Mistral AI has released a dedicated Agents API that extends beyond chat completion by providing built-in connectors for code execution, web search, image generation, and document retrieval, alongside support for Model Context Protocol (MCP) tools. The API features stateful conversation management with branching, streaming output, and multi-agent orchestration capabilities. Benchmark results show substantial web search augmentation gains: Mistral Large jumps from 23% to 75% on SimpleQA, and Mistral Medium from 22% to 82% with search enabled. The release targets enterprise-grade agentic workflows and is accompanied by cookbooks covering GitHub coding assistants, financial analysis, and travel planning use cases.

6Mistral Ai News·1mo ago·source ↗

Mistral AI Launches Workflows: Enterprise AI Orchestration Layer in Public Preview

Mistral AI has released Workflows in public preview, an enterprise-grade orchestration layer integrated into its Studio platform that enables durable, observable, fault-tolerant AI pipeline execution in production. The system supports human-in-the-loop approvals via a single API call, full execution tracing with OpenTelemetry, and Python-based workflow authoring that publishes to Le Chat for non-developer triggering. Early enterprise customers including ASML, ABANCA, CMA-CGM, and La Banque Postale are already using it for cargo release automation, KYC compliance, and customer support triage. The product targets the gap between proof-of-concept AI pipelines and reliable production deployment.

7Mistral Ai News·20d ago·source ↗

Mistral AI Studio: Enterprise Production AI Platform with Observability, Agent Runtime, and AI Registry

Mistral AI has launched Mistral AI Studio, a production-focused platform targeting the gap between AI prototyping and reliable enterprise deployment. The platform is built around three pillars: Observability (traffic inspection, evaluation campaigns, regression tracking), Agent Runtime (durable multi-step agent execution built on Temporal), and AI Registry (versioned system of record for models, prompts, datasets, judges, and workflows). It supports hybrid, VPC, and on-prem deployments with built-in governance, audit trails, and access controls, and is positioned as the productized form of Mistral's own internal infrastructure.

6Mistral Ai News·1mo ago·source ↗

Mistral Vibe 2.0: Terminal-Native Coding Agent with Custom Subagents and Devstral 2

Mistral AI has released Mistral Vibe 2.0, a major upgrade to its terminal-native coding agent, powered by the new Devstral 2 model family. Key additions include custom subagents for specialized tasks, multi-choice clarifications before execution, slash-command skills for preconfigured workflows, and unified agent modes. The product is available on Le Chat Pro and Team plans with pay-as-you-go credits, while Devstral 2 moves to paid API access at $0.40/M input and $2.00/M output tokens. Enterprise add-ons include fine-tuning on internal DSLs, reinforcement learning with custom environments, and end-to-end codebase modernization.

7Mistral Ai News·20d ago·source ↗

Mistral AI Releases Devstral: Apache 2.0 Agentic Coding Model with SWE-Bench SOTA

Mistral AI, in collaboration with All Hands AI, releases Devstral, an agentic LLM specialized for software engineering tasks under the Apache 2.0 license. The model achieves 46.8% on SWE-Bench Verified, surpassing prior open-source state-of-the-art by over 6 percentage points and outperforming larger models like DeepSeek-V3-0324 (671B) and Qwen3 232B-A22B under the same OpenHands scaffold. Devstral is small enough to run on a single RTX 4090 or a Mac with 32GB RAM, and is available via Mistral's API at $0.1/M input tokens, as well as on HuggingFace, Ollama, and other platforms. Mistral indicates a larger agentic coding model is in development.

5Mistral Ai News·1mo ago·source ↗

Mistral Builds Autonomous Rails Test-Writing Agent Using Vibe Coding Assistant

Mistral's Applied AI Proto team built an autonomous agent that reads Ruby on Rails source files and generates or improves RSpec tests with no human intervention, running in parallel across large codebases inside CI/CD pipelines. The agent is built on Vibe, Mistral's open-source coding assistant, and uses context engineering via AGENTS.md files, per-file-type skill files, and custom tools for linting and coverage validation. Key techniques include forced self-review prompts, specialized skill files per Rails file category, and careful handling of shared RSpec factories. The approach improved a quality score from 0.68 to 0.74 through structured prompt engineering alone.

7Mistral Ai News·20d ago·source ↗

Mistral AI Launches Mistral Code: Enterprise AI Coding Assistant with On-Prem Deployment

Mistral AI has announced Mistral Code, an enterprise-grade AI coding assistant currently in private beta for JetBrains IDEs and VSCode. The product bundles four specialized models (Codestral, Codestral Embed, Devstral, Mistral Medium) with an IDE plugin, admin controls, and deployment options ranging from serverless to air-gapped on-premises GPUs. It is built on a fork of the open-source Continue project with enterprise additions including RBAC, audit logging, and fine-tuning on private repositories. Early enterprise adopters include Abanca, SNCF (4,000 developers), and Capgemini (1,500+ developers).

7Mistral Ai News·20d ago·source ↗

Mistral AI Releases Devstral Medium and Devstral Small 1.1 for Agentic Coding

Mistral AI, in collaboration with All Hands AI, has released two new agentic coding models: Devstral Small 1.1 (24B parameters, Apache 2.0, 53.6% on SWE-Bench Verified) and Devstral Medium (61.6% on SWE-Bench Verified, API-only). Devstral Medium is positioned as a cost-performance leader, claiming to surpass Gemini 2.5 Pro and GPT-4.1 at roughly one-quarter the price, priced at $0.4/M input and $2/M output tokens. Devstral Small 1.1 sets a new state-of-the-art among open models for code agents without test-time scaling, and supports both Mistral function calling and XML formats for broad agentic scaffold compatibility.