Daily News · 1 min read

Mistral AI Updates: April 29, 2026

1. Mistral Launches Workflows: Temporal-Backed Agent Orchestration With Human-in-the-Loop

Mistral. Mistral AI introduced Workflows, a public-preview orchestration layer for turning ad-hoc agent processes into production systems. Developers author the steps in Python, with step-by-step traces visible in Mistral Studio, and end users can trigger workflows from inside the Le Chat assistant. The most consequential design choice is built-in human-in-the-loop: a single line of code pauses a workflow for human approval — the example given is freight release and customer-data verification, both regulated workflows where reviewers can’t be a bolt-on afterthought. The runtime is Temporal, the same workflow engine behind Netflix, Stripe, and Salesforce, which inherits years of production retry-and-replay semantics rather than reinventing them. Initial enterprise users include ASML, ABANCA, CMA-CGM, France Travail, La Banque Postale, and Moeve — a mix of regulated industries where Workflows’ approval-gate primitive is a much closer fit than a “tool-using LLM” loop. Source