Trustworthy Agentic AI Requires Deterministic Architectural Boundaries
Manish Bhattarai, Minh Vu
TL;DR
This paper argues that high-stakes scientific workflows require deterministic architectural boundaries to ensure authorization security in agentic AI, because training-based defenses cannot guarantee command–data separation when inputs can be adversarial. It introduces the Trinity Defense Architecture, comprising Action Governance, Information-Flow Control, and Privilege Separation, to enforce unforgeable provenance and mediated, auditable tool use via a small trusted computing base. The authors formalize the limitations of learned separation, present a minimal instantiation (FAC + Policy + Trace), and propose rigorous evaluation criteria and epistemological justification for architectural mediation as essential for trustworthy AI in science. They also discuss epistemic integrity, potential objections, and a path forward through aGLP standards to promote reproducibility and verifiability in agentic scientific work. The practical impact is a clearly defined security architecture that can be implemented to prevent unauthorized actions and leakage, enabling safer deployment of agentic AI in high-stakes research contexts while preserving epistemic traceability.
Abstract
Current agentic AI architectures are fundamentally incompatible with the security and epistemological requirements of high-stakes scientific workflows. The problem is not inadequate alignment or insufficient guardrails, it is architectural: autoregressive language models process all tokens uniformly, making deterministic command--data separation unattainable through training alone. We argue that deterministic, architectural enforcement, not probabilistic learned behavior, is a necessary condition for trustworthy AI-assisted science. We introduce the Trinity Defense Architecture, which enforces security through three mechanisms: action governance via a finite action calculus with reference-monitor enforcement, information-flow control via mandatory access labels preventing cross-scope leakage, and privilege separation isolating perception from execution. We show that without unforgeable provenance and deterministic mediation, the ``Lethal Trifecta'' (untrusted inputs, privileged data access, external action capability) turns authorization security into an exploit-discovery problem: training-based defenses may reduce empirical attack rates but cannot provide deterministic guarantees. The ML community must recognize that alignment is insufficient for authorization security, and that architectural mediation is required before agentic AI can be safely deployed in consequential scientific domains.
