Decoupling Correctness from Policy: A Deterministic Causal Structure for Multi-Agent Systems
Zhiyuan Ren, Tao Zhang, Wenchi Chen
TL;DR
The paper addresses the challenge of decoupling system correctness from agent policy in asynchronous, multi-agent systems. It introduces the Deterministic Causal Structure (DCS), a policy-agnostic invariant that manifests as a unique Provenance Directed Acyclic Graph (Provenance DAG) governing the causal history. The authors present a minimal axiomatic framework and prove existence, uniqueness, policy-agnostic invariance, observational equivalence, and axiom minimality (Theorems A–C and related results), arguing that DCS provides a stronger structural guarantee than value-convergence models like CRDTs. They discuss a two-layer model of correctness, the Correctness-as-a-Chassis paradigm, and outline practical implications, including safe policy evolution, formal verifiability, and composable systems, with future work toward Byzantine resilience and a prototype framework.
Abstract
In distributed multi-agent systems, correctness is often entangled with operational policies such as scheduling, batching, or routing, which makes systems brittle since performance-driven policy evolution may break integrity guarantees. This paper introduces the Deterministic Causal Structure (DCS), a formal foundation that decouples correctness from policy. We develop a minimal axiomatic theory and prove four results: existence and uniqueness, policy-agnostic invariance, observational equivalence, and axiom minimality. These results show that DCS resolves causal ambiguities that value-centric convergence models such as CRDTs cannot address, and that removing any axiom collapses determinism into ambiguity. DCS thus emerges as a boundary principle of asynchronous computation, analogous to CAP and FLP: correctness is preserved only within the expressive power of a join-semilattice. All guarantees are established by axioms and proofs, with only minimal illustrative constructions included to aid intuition. This work establishes correctness as a fixed, policy-agnostic substrate, a Correctness-as-a-Chassis paradigm, on which distributed intelligent systems can be built modularly, safely, and evolvably.
