Search papers, labs, and topics across Lattice.
This paper introduces DNative-Twin, a graph-native digital twin that captures and reconstructs agentic decisions by linking observed states, decision paths, and authoritative actions. By implementing this framework in enterprise decision processes, the authors reveal a critical failure in traditional methods: while graph structure can localize changes, it cannot ascertain the consequences of unobserved tool states. Their experiments demonstrate that incorporating replay-contract states and verification results significantly enhances the recall of unresolved divergences, achieving a recall rate of 1.0 in controlled conditions.
A novel digital twin framework reveals that traditional decision-making models struggle to account for unobserved tool states, impacting the reliability of AI-driven decisions.
AI agents increasingly gather evidence, invoke tools, apply constraints, and produce decisions that people or software may commit to action. A final output alone cannot show which evidence, tool state, rule, authorization, or action path produced it. We present DNative-Twin, a graph-native digital twin that records a committed agentic decision as a typed trajectory and re-executes its decision mechanism under declared conditions. The graph links the state observed by the agent, the path it followed, and the authority behind the resulting action. The twin synchronizes this information, replays the mechanism in isolation, and compares it under controlled changes. We instantiate the framework in enterprise decision processes using three public process logs and controlled replay suites. The experiments identify a specific failure: graph structure localizes represented changes but cannot determine the consequence of an unobserved tool state. In a three-condition controlled experiment with 300 injected instances, unresolved-divergence recall increased from 0 to 0.667 when replay-contract state was added and to 1.0 when verification results were also available; the held-out set contained no critical-class instance. Across 500--5,000 BPI 2020 cases, median end-to-end time increased from 0.794 to 8.889 seconds on the reported platform. These results separate the roles of graph structure, replay context, and verification evidence in reviewing a decision mechanism.