Ctrl-Z: Controlling AI Agents via Resampling
Aryan Bhatt, Cody Rushing, Adam Kaufman, Tyler Tracy, Vasil Georgiev, David Matolcsi, Akbir Khan, Buck Shlegeris
TL;DR
The paper tackles safety in autonomous AI agents operating over multi-step tasks by introducing BashBench, a 257-task multi-step dataset derived from Unix Sysadmin problems. It extends AI control evaluations to sequential settings and presents resample-based control protocols that dynamically draw multiple completions to deter covert attacks while preserving task usefulness. Through iterative blue/red team experiments, the authors show resampling approaches—especially ones using past information and incrimination—achieve strong safety gains (up to 87.1% at 95% usefulness) with limited cost. The work also analyzes untrusted monitoring and anti-collusion strategies, showing these can further tighten the safety-usefulness frontier, and discusses limitations and future directions for longer trajectories and imperfect auditing.
Abstract
Control evaluations measure whether monitoring and security protocols for AI systems prevent intentionally subversive AI models from causing harm. Our work presents the first control evaluation performed in an agent environment. We construct BashBench, a dataset of 257 challenging multi-step system administration tasks, and evaluate whether various safety measures can prevent an adversarially constructed AI agent from covertly downloading and executing malicious code in this environment. This multi-step setting introduces new attack and defense dynamics, which we investigate in order to design novel control protocols that prevent safety failures without hindering the ability of non-malicious agents to perform useful work. We introduce a class of control protocols called resample protocols that dynamically take additional samples of certain actions. We find these protocols significantly improve on existing techniques by selectively blocking the AI agent from executing suspicious code and incriminating the agent by generating additional examples of dangerous behavior. We measure the tradeoff between attack prevention and usefulness; our best protocol combines resampling with analysis of previous steps, reducing the success rate of attacks from 58% to 7% at a 5% cost to the performance of a non-malicious agent.
