paper-with-me

Papers

Evaluating Control Protocols for Untrusted AI Agents

2025-11-04 · Jon Kutasov, Chloe Loughridge, Yuqi Sun, Henry Sleight, Buck Shlegeris, Tyler Tracy, Joe Benton arxiv

As AI systems become more capable and widely deployed as agents, ensuring their safe operation becomes critical. AI control offers one approach to mitigating the risk from untrusted AI agents by monitoring their actions and intervening or auditing when necessary. Evaluating the safety of these protocols requires understanding both their effectiveness against current attacks and their robustness to adaptive adversaries. In this work, we systematically evaluate a range of control protocols in SHADE-Arena, a dataset of diverse agentic environments. First, we evaluate blue team protocols, including deferral to trusted models, resampling, and deferring on critical actions, against a default attack policy. We find that resampling for incrimination and deferring on critical actions perform best, increasing safety from 50% to 96%. We then iterate on red team strategies against these protocols and find that attack policies with additional affordances, such as knowledge of when resampling occurs or the ability to simulate monitors, can substantially improve attack success rates against our resampling strategy, decreasing safety to 17%. However, deferring on critical actions is highly robust to even our strongest red team strategies, demonstrating the importance of denying attack policies access to protocol internals.

📄 PDF Abstract BibTeX arXiv:2511.02997

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Games for AI Control: Models of Safety Evaluations of AI Deployment Protocols

2024-09-12 · Charlie Griffin, Louis Thomson, Buck Shlegeris, Alessandro Abate

To evaluate the safety and usefulness of deployment protocols for untrusted AIs, AI Control uses a red-teaming exercise played between a protocol designer and an adversary. This paper introduces AI-Control Games, a forma…

Decision MakingRed Teaming

Adaptive Attacks on Trusted Monitors Subvert AI Control Protocols

2025-10-10 · Mikhail Terekhov, Alexander Panfilov, Daniil Dzenhaliou, Caglar Gulcehre 외 arxiv

AI control protocols serve as a defense mechanism to stop untrusted LLM agents from causing harm in autonomous settings. Prior work treats this as a security problem, stress testing with exploits that use the deployment …

Basic Legibility Protocols Improve Trusted Monitoring

2026-02-09 · Ashwin Sreevatsa, Sebastian Prasanna, Cody Rushing arxiv

The AI Control research agenda aims to develop control protocols: safety techniques that prevent untrusted AI systems from taking harmful actions during deployment. Because human oversight is expensive, one approach is t…

Factor(T,U): Factored Cognition Strengthens Monitoring of Untrusted AI

2025-12-01 · Aaron Sandoval, Cody Rushing arxiv

The field of AI Control seeks to develop robust control protocols, deployment safeguards for untrusted AI which may be intentionally subversive. However, existing protocols that rely on weaker monitors to detect unsafe b…

CIAware-Bench: Benchmarking Control Intervention Awareness Across Frontier LLMs

2026-06-09 · Joachim Schaeffer, Thomas Jiralerspong, Alexander Panfilov, Guillaume Lajoie 외 arxiv

AI control protocols oversee untrusted models by monitoring their actions and modifying potentially unsafe steps, often using a trusted model. This partially tampers with the untrusted model's trajectory. If the trusted …

Binary Classification