# Durable Workflow Engine New Feature ยท 2026-01-23 ## Details AI execution is now durable. Every employee interaction runs as a workflow that automatically retries on failure, survives server restarts, and picks up exactly where it left off. If the server goes down mid-task, the work resumes when it comes back. No lost messages, no corrupted state, no manual recovery. ## What changed - Durable workflows for resilient AI execution - Automatic retry with configurable policies - Survives server crashes and restarts - Zero message loss or state corruption