Mistral AI releases Workflows in public preview, a durable orchestration layer for enterprise AI built on Temporal.
Hacker News · April 29, 2026
AI Summary
•Mistral AI released Workflows, an orchestration layer for enterprise AI that provides durability, observability, and fault tolerance. Organizations including ASML, ABANCA, CMA-CGM, France Travail, La Banque Postale, and Moeve are already running Workflows to automate critical processes.
•Workflows is built on Temporal's durable execution engine and extends it for AI-specific workloads by adding streaming, payload handling, multi-tenancy, and observability. Developers write workflows in Python, which can then be published to Le Chat for any organization member to trigger, with every step tracked and auditable in Studio.
•The system enables three core capabilities: durable execution that resumes failed processes where they left off, full observability of every decision and state change recorded in Studio, and human-in-the-loop approvals through a single line of code (wait_for_input()) that pauses execution without compute consumption until approval is provided.