NeFut Logo NeFut
Admin Login

[CS.AI] Enforcing Certified Runtime Safety for Tool-Using Agents

Published at: 2026-07-29 22:00 Last updated: 2026-07-30 03:24
#algorithm #optimization #C++

Abstract

Runtime guardrails act before irreversible tool calls, but their guarantees depend on what policy state is representable, what a judge observes, and whether intervention changes future behavior. We separate three questions.

First, relative to fixed oracle predicates, a deterministic gate enforces exactly the nonempty safety policies whose good prefixes its register model recognizes; policy nontriviality is undecidable with two decrementable counters but in PSPACE for a separable monotone fragment.

Second, under a fixed exogenous law, Neyman-Pearson gives the exact false-block/miss frontier and conformal calibration gives a finite-sample marginal certificate, possibly via block-all.

Third, once blocking changes future proposals, static scores and ungated trajectories need not identify the closed-loop frontier; a specified finite controlled model instead yields an occupancy program. Bounded representation attacks add a robustness margin, so benign calibration alone does not transfer.

Experiments target these distinctions through static diagnostics, controlled-model enumeration, representation rewrites, and paired closed-loop reruns.

Blogger's Review: This paper provides an in-depth exploration of runtime safety theory for tool-using agents, introducing key concepts such as deterministic gating and the Neyman-Pearson theorem. It emphasizes the complexity of policies and the importance of robustness, showcasing a strong integration of theory and experimentation.

Original Source: https://arxiv.org/abs/2607.22868

[h] Back to Home