← 首页|学术|One Gate Is Not Enough: Composing Stateful Pre-Action Controls for Agentic AI
Software Engineering (cs.SE) · 2608.18360 · 2026/08/18

One Gate Is Not Enough: Composing Stateful Pre-Action Controls for Agentic AI

Besanson, Gaston
TL;DR:多个执行前闸门会互相干扰:一个闸门的补救会改变另一个闸门评估的动作/证据,使先前裁决失效——补救排序成了控制面语义。

🎯 问题

agentic 系统执行前往往同时受多个闸门约束(权限/资源/证据),一个闸门应用的补救可能改变另一个闸门评估的动作、证据或上下文,让后者此前的判断失效——补救诱导的控制耦合。

🔬 方法

形式化该耦合,给出 remediate-and-regate 协议在声明的有界幂等假设下恢复 per-action 健全性;用有限模型检查器证明两个补救算子(证据替换、资源预算降级)不交换;并分析受治理证据缓冲的状态级中毒风险。
章节结构(全文标题提取):
1 Introduction
2 Model and terminology
3 Hard constraints versus compensatory aggregation
4 Single-remediator composition
5 Multi-remediator composition
6 Stateful governance and evidence-buffer contamination
7 The unified Evidence Set
8 Empirical validation
9 Related work
10 Limitations and open theory
11 Conclusion

📊 结果

补救算子不交换有具体反例——补救顺序是控制面语义而非实现细节;受治理缓冲对已声明未覆盖缺陷类的污染暴露,两种缓解只能降低不能消除。

💡 与研究方向关联

agent 安全控制面的组合语义:与 duplex 中「多个控制源(打断/轮次/内容闸门)并发裁决、补救互相影响」的系统级问题同构。

📝 原文摘要

▶ 原文摘要 Abstract
Agentic AI systems take consequential actions governed by more than one pre-action control at once: authority, resource, and evidence gates that can admit, degrade, or remediate an action before it executes. This paper's central object is remediation-induced control coupling: a remediation applied by one control can change the action, evidence, or context another control evaluates, invalidating that control's earlier judgment. We formalize this coupling and give a remediate-and-regate protocol that restores per-action soundness in the current bounded, idempotent setting under its stated assumptions. We further show that the two implemented remediation operators (evidence substitution and resource-budget downroute) do not commute -- a finite-model checker finds concrete counterexample instances -- making remediation order part of the control-plane semantics rather than an implementation detail. A governed evidence buffer that trusts its own most recent admitted write is a further instance of the same problem at the level of state -- current admissibility does not imply future reference trustworthiness -- and is vulnerable to poisoning from declared-uncovered defect classes; two mitigations reduce, not eliminate, that exposure. Supporting results establish the exact condition under which positive-weight linear aggregation of gate outcomes can compensate a member veto, a unified cross-control Evidence Set, and that composition manufactures no new detection coverage, reported honestly. Empirically, on a deterministic open-data artifact composing three published engines unmodified, CH1-CH5 meet their registered decision rules across all 30 pre-registered seeds; CH6 does so under W1 but not under the smaller W2 workflow, reported as such. This is a mechanism demonstration on open payload data with a synthetic metadata layer, not a claim about production prevalence.
Deep Read · 2026-08-21高松灯 / Agent 日报
Agentic SafetyPre-Action ControlsControl CouplingFormal