Effect-Transparent Governance for AI Workflow Architectures: Semantic Preservation, Expressive Minimality, and Decidability Boundaries

📅 2026-05-01
📈 Citations: 0
Influential: 0
📄 PDF

career value

198K/year
🤖 AI Summary
This work addresses the challenge of effectively governing side effects—such as memory accesses, external calls, and large model queries—in AI workflows without compromising their computational expressiveness. The authors propose an Effect-Transparent Governance framework that interposes a governance operator \( G \) to mediate all effectful operations, enforcing constraints at effect boundaries while preserving internal semantics. Leveraging interactive trees formalized in Rocq 8.19, the framework enables fully verified development without additional axiomatic assumptions. The implementation comprises 36 modules, approximately 12,000 lines of code, and 454 formally verified theorems, establishing seven core properties: orthogonality between governance and computational expressiveness, decidability of governance predicates, superiority of structural over content-based filtering, Turing completeness, semantic transparency, and minimal capability expression.
📝 Abstract
We present a machine-checked formalization of structurally governed AI workflow architectures and prove that effect-level governance can be imposed without reducing internal computational expressivity. Using Interaction Trees in Rocq 8.19, we define a governance operator G that mediates all effectful directives, including memory access, external calls, and oracle (LLM) queries. Our development compiles with 0 admitted lemmas and consists of 36 modules, ~12,000 lines of Rocq, and 454 theorems. We establishseven properties: (P1) governed Turing completeness, (P2) governed oracle expressivity, (P3) a decidability boundary in which governance predicates are total and closed under Boolean composition while semantic program properties remain non-trivial and undecidable by governance, (P4) goal preservation for permitted executions, (P5) expressive minimality of primitive capabilities (compute, memory, reasoning, external call, observability), (P6) subsumption asymmetry showing structural governance strictly subsumes content-level filtering, and (P7) semantic transparency: on all executions where governance permits, the governed interpretation is observationally equivalent (modulo governance-only events) to the ungoverned interpretation. Together, these results show that governance and computational expressivity are orthogonal dimensions: governance constrains the effect boundary of programs while remaining semantically transparent to internal computation.
Problem

Research questions and friction points this paper is trying to address.

AI governance
computational expressivity
semantic transparency
effectful operations
decidability boundaries
Innovation

Methods, ideas, or system contributions that make the work stand out.

effect-transparent governance
semantic preservation
expressive minimality
decidability boundaries
Interaction Trees