paper-with-me

Papers

The Unfireable Safety Kernel: Execution-Time AI Alignment for AI Agents and Other Escapable AI Systems

2026-06-24 · Seth Dobrin, Łukasz Chmiel arxiv

AI agents are granted access to tools, APIs, and other infrastructure, making them active principals in those systems. The dominant approach places controls inside the agent's own runtime: system prompts, output filters, and guardrail libraries. Any control in the agent's address space is reachable by inputs that influence it; this generalizes to any AI system with sufficient reach into its own runtime, a class we term escapable AI systems. We identify four properties that an authorization mechanism must satisfy for architectural control rather than for cooperative requests: process separation, pre-action enforcement on a structurally only path, fail-closed at both the request and system levels, and externalized signed evidence verifiable outside the controlled system's trust boundary. We position this layer as execution-time AI alignment, complementing training-time alignment (RLHF, Constitutional AI) and inference-time alignment. We present the Unfireable Safety Kernel, a Rust reference implementation realizing all four. Its fail-closed invariant is machine-checked at two levels: an SMT theorem (Z3) and an exhaustive bounded-model-checking proof of the production decision function (Kani, 4/4 harnesses). A Python-to-Rust migration was gated on byte-equivalence (1000/1000 fixtures; 17/17 adversarial classes). We evaluate the kernel governing a live, escapable AI system, a deterministic, self-improving world model, against an escape-seeking adversary driving its real self-modification seam: across 1,000 self-modifications, all 704 attempts on the safety-critical core are refused, with no escape; a further 300, under the operator kill switch, are also refused. A separate campaign of 6,240 authorization round-trips had no successful bypass. Against 3 contemporary systems claiming the agent control plane, the agent invokes control; here, it lacks that choice.

📄 PDF Abstract BibTeX arXiv:2606.26057

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ARYA: A Physics-Constrained Composable & Deterministic World Model Architecture

2026-03-22 · Seth Dobrin, Lukasz Chmiel arxiv

This paper presents ARYA, a composable, physics-constrained, deterministic world model architecture built on five foundational principles: nano models, composability, causal reasoning, determinism, and architectural AI s…

Computational Efficiency

Differentiated Directional Intervention A Framework for Evading LLM Safety Alignment

2025-11-10 · Peng Zhang, Peijie Sun arxiv

Safety alignment instills in Large Language Models (LLMs) a critical capacity to refuse malicious requests. Prior works have modeled this refusal mechanism as a single linear direction in the activation space. We posit t…

AgentDoG 1.5: A Lightweight and Scalable Alignment Framework for AI Agent Safety and Security

2026-05-28 · Dongrui Liu, Yu Li, Zhonghao Yang, Peng Wang 외 arxiv

Modern open-world agents such as OpenClaw exhibit powerful cross-environment execution capabilities yet introduce broad new safety risk sources. Meanwhile, advanced frontier AI models drastically lower attack barriers, r…

Super Monotonic Alignment Search

2024-09-12 · Junhyeok Lee, Hyeongju Kim

Monotonic alignment search (MAS), introduced by Glow-TTS, is one of the most popular algorithm in TTS to estimate unknown alignments between text and speech. Since this algorithm needs to search for the most probable ali…

CPUGPU

Model2Kernel: Model-Aware Symbolic Execution For Safe CUDA Kernels

2026-03-06 · Mengting He, Shihao Xia, Haomin Jia, Wenfei Wu 외 arxiv

The widespread adoption of large language models (LLMs) has made GPU-accelerated inference a critical part of modern computing infrastructure. Production inference systems rely on CUDA kernels to implement core transform…