Search papers, labs, and topics across Lattice.
PMAx is introduced as an autonomous agentic framework designed to democratize process mining by enabling natural language interaction with process data. It addresses the limitations of directly using LLMs on raw event logs by employing a privacy-preserving multi-agent architecture, separating computation (Engineer agent) from interpretation (Analyst agent). The framework ensures mathematical accuracy and data privacy by executing analysis locally and using established process mining algorithms, while still allowing non-technical users to gain process insights.
Democratizing process mining, PMAx uses a multi-agent system to translate natural language queries into precise process insights without sacrificing data privacy or mathematical accuracy.
Process mining provides powerful insights into organizational workflows, but extracting these insights typically requires expertise in specialized query languages and data science tools. Large Language Models (LLMs) offer the potential to democratize process mining by enabling business users to interact with process data through natural language. However, using LLMs as direct analytical engines over raw event logs introduces fundamental challenges: LLMs struggle with deterministic reasoning and may hallucinate metrics, while sending large, sensitive logs to external AI services raises serious data-privacy concerns. To address these limitations, we present PMAx, an autonomous agentic framework that functions as a virtual process analyst. Rather than relying on LLMs to generate process models or compute analytical results, PMAx employs a privacy-preserving multi-agent architecture. An Engineer agent analyzes event-log metadata and autonomously generates local scripts to run established process mining algorithms, compute exact metrics, and produce artifacts such as process models, summary tables, and visualizations. An Analyst agent then interprets these insights and artifacts to compile comprehensive reports. By separating computation from interpretation and executing analysis locally, PMAx ensures mathematical accuracy and data privacy while enabling non-technical users to transform high-level business questions into reliable process insights.