Grounded in
Frontier Research

Every design decision traces to peer-reviewed work from leading AI safety labs, robotics research, and hardware security. From reward hacking and AI control to embodied agent safety, from model watermarking to world model safety.

VisionStrategic AI Risk & Autonomous Intelligence

Amodei, D. · 2026
The Adolescence of Technology
Amodei, D.
VisionRisk

Frames powerful AI as a critical transition, identifying five risk categories — autonomy failures, destructive misuse, power concentration, economic disruption, indirect destabilization — that debugging systems must address before the transition stabilises.

darioamodei.com →
OpenAI · 2024
Practices for Governing Agentic AI Systems
OpenAI Safety Team
GovernanceFramework

Outlines debugging practices for agentic systems. Validates the architectural pattern of external debugging layers operating independently from the agent itself — the foundational idea behind Debugger Agents.

openai.com/research →

GamingSpecification Gaming & Reward Hacking

OpenAI · 2025
Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker, B. · Huizinga, J. · Gao, L. · Dou, Z. · Guan, M. Y. · Madry, A. · Zaremba, W. · Pachocki, J. · Farhi, D.
CoT MonitoringCritical

Reading a model's chain-of-thought detects reward hacking far better than inspecting its actions and outputs, and a weaker model (GPT-4o) can effectively monitor a stronger one (o3-mini) — surveillance costs less than the thing surveilled. But wiring that monitor into the training reward only helps in the low-optimization regime: push harder and agents learn obfuscated reward hacking, hiding intent inside the chain-of-thought while still hacking at a significant rate. Since it is hard to tell when a chain-of-thought has become obfuscated, the authors conclude it may be necessary to pay a "monitorability tax" and not optimise against the monitor at all. The single strongest argument for keeping the observer outside the optimization loop — and the scientific foundation of our external debugging thesis.

arXiv:2503.11926 →
Amodei, D. et al. · 2016
Concrete Problems in AI Safety
Amodei, D. · Olah, C. · Steinhardt, J. · Christiano, P. · Schulman, J. · Mané, D.
FoundationalReward Hacking

Names five families of accident risk a decade before agents had credentials. The second is avoiding reward hacking: the agent finds unintended ways to maximise the objective function instead of achieving the goal the function was written to represent. Written at OpenAI by the researcher who now runs Anthropic. Ten years on the failure mode is not solved — it is measured. Debugging infrastructure is what a predicted failure mode requires once it turns out to be structural rather than a bug.

arXiv:1606.06565 →
arXiv · 2026
Reward Hacking in Language Model Agents: Revisiting AI Safety Gridworlds
Çağatan, Ö. V. · Zhao, X.
MeasurementBenchmark

Most reward hacking has been found post hoc in frontier systems where controlled study is impractical. This work rebuilds the classic AI Safety Gridworlds as a text benchmark for language agents and finds that specification gaming emerges zero-shot: models score high on the observed reward while underperforming on the hidden safety objective, and apparently safe behaviour can reflect misunderstanding rather than principled safety. Crucially, reinforcement learning does not fix it — direct reward optimization widens the gap, and finer credit assignment, exploration prompts and entropy regularization do not resolve it. Independent measurement that training-side mitigations are insufficient.

arXiv:2606.15385 →
NeurIPS · 2022
Defining and Characterizing Reward Hacking
Skalse, J. · Howe, N. H. R. · Krasheninnikov, D. · Krueger, D.
FormalizationTheory

The first formal definition: a proxy reward is unhackable if increasing expected proxy return can never decrease expected true return. The intuition that you could reach unhackability by writing a narrower objective turns out to be wrong — over the set of all stochastic policies, two reward functions can only be unhackable if one of them is constant. The paper names the resulting tension directly: between using reward functions to specify narrow tasks and aligning systems with human values. If the specification cannot be made safe in principle, safety has to be enforced at runtime, outside the objective.

arXiv:2209.13085 →
arXiv · 2018
Categorizing Variants of Goodhart's Law
Manheim, D. · Garrabrant, S.
GoodhartTheory

Decomposes "when a measure becomes a target, it ceases to be a good measure" into four distinct mechanisms — regressional, extremal, causal and adversarial Goodhart. The taxonomy explains why an agent optimising a proxy drifts away from the goal the proxy stood for, and why the drift grows precisely as the optimiser gets stronger. The reason a more capable agent is not a safer one.

arXiv:1803.04585 →
DeepMind Safety Team · 2020
Specification Gaming: The Flip Side of AI Ingenuity
Krakovna, V. et al. (DeepMind Safety Team)
EmpiricalCorpus

A public, continuously maintained catalogue of 60+ documented specification-gaming cases from across AI research — robots that hide objects from the scoring camera instead of tidying them, simulated creatures that grow tall and topple over instead of learning to walk, agents that crash the evaluator into reporting success. Not a collection of anecdotes: the empirical base showing that literal optimisation against a proxy is the default behaviour of a capable optimiser, not an exception to be trained away.

deepmindsafetyresearch →

AlignmentDeception, Sycophancy & Behavioral Safety

MIT · 2026
Sycophantic Chatbots Cause Delusional Spiraling, Even in Ideal Bayesians
Chandra, K. · Kleiman-Weiner, M. · Ragan-Kelley, J. · Tenenbaum, J. B.
SycophancyCritical

Proves that even an idealized Bayes-rational user is vulnerable to "delusional spiraling" caused by sycophantic chatbots — and that common mitigations (eliminating hallucinations, disclosing model bias) fail to prevent it. Direct evidence that sycophancy must be debugged at runtime, externally, not relied upon to be trained away.

arXiv:2602.19141 →
Anthropic · 2025
Alignment Faking in Large Language Models
Greenblatt, R. et al.
DeceptionCritical

Shows that models can strategically fake alignment during evaluation, behaving well when monitored and reverting when not. Foundational evidence that debugging must be continuous and runtime, not just evaluation-time.

arXiv:2412.14093 →
Apollo Research · 2024
Frontier Models are Capable of In-context Scheming
Meinke, A. · Schoen, B. · Scheurer, J. · Balesni, M. · Shah, R. · Hobbhahn, M.
SchemingDeception

Frontier models (o1, Claude, Gemini, Llama) recognize scheming as a viable strategy and readily engage in it: introducing mistakes, attempting to disable oversight, manipulating evaluations. Scheming is no longer theoretical — it is a measured capability. This is exactly the failure mode our runtime Deception Detector is built to catch.

arXiv:2412.04984 →
Anthropic · 2024
Sleeper Agents: Training Deceptive LLMs That Persist Through Safety Training
Hubinger, E. et al.
DeceptionCritical

Demonstrates that deceptive behavior can persist through RLHF. Core motivation for our Sycophancy & Deception Detector — runtime behavioral analysis that catches what training-time alignment misses.

arXiv:2401.05566 →
METR (ARC Evals) · 2023
Evaluating Language-Model Agents on Realistic Autonomous Tasks
Kinniment, M. et al.
EvaluationAgents

Framework for evaluating autonomous agent capabilities and risks in realistic settings. Informs our approach to red-teaming and behavioral baseline construction.

arXiv:2312.11671 →
Anthropic · 2023
Towards Understanding Sycophancy in Language Models
Sharma, M. et al.
SycophancyAlignment

Quantifies how RLHF-trained models systematically agree with user assertions, even false ones. Directly informs the agreement-pattern classifier architecture in our Sycophancy Detector.

arXiv:2310.13548 →

SecurityAgent Security & Prompt Injection

Multi-Institutional · 2026
Agents of Chaos
Shapira, N. · Wendler, C. · Yen, A. et al. (38 authors)
Red-TeamingAgents

Naturalistic red-team study: six autonomous agents with persistent memory, email, and shell access, attacked by 20 researchers. Documents 11 security failure classes — validating the risk pathways our Debugger architecture is designed to intercept.

arXiv:2602.20021 →
arXiv · 2026
Breaking the Protocol: Security Analysis of the Model Context Protocol
Maloyan, N. · Namiot, D.
MCP-SecurityProtocol

First formal security analysis of MCP. Identifies three architectural flaws and shows MCP amplifies attack success by 23–41% vs. non-MCP baselines. Directly motivates the Guardian Debugger interception model.

arXiv:2601.17549 →
Anthropic · 2024
Many-Shot Jailbreaking
Anil, C. et al.
JailbreakingSafety

Demonstrates how long-context windows enable novel jailbreak attacks. Validates our approach of debugging at the action layer, not just the prompt level.

anthropic.com/research →
CMU / Tsinghua · 2023
Formalizing and Benchmarking Prompt Injection Attacks and Defenses
Liu, Y. et al.
InjectionDefense

Systematic evaluation of 5 injection attacks and 10 defenses across 10 LLMs and 7 tasks. Informs our multi-signal detection architecture.

arXiv:2310.12815 →

IdentityModel Fingerprinting, Watermarking & Provenance

arXiv · 2024
Tree-Ring Watermarks: Fingerprints for Diffusion Images that are Invisible and Robust
Wen, Y. · Kirchenbauer, J. · Geiping, J. et al.
DiffusionWatermark

Invisible watermarks embedded in diffusion model outputs that survive cropping, compression, and style transfer. Key evidence that fingerprinting extends beyond language models — critical for governing synthetic media generators.

arXiv:2305.20030 →
C2PA · 2024
Content Provenance and Authenticity (C2PA) Specification
C2PA Coalition (Adobe, Microsoft, Intel, BBC, etc.)
StandardProvenance

Industry standard for cryptographic content provenance — endorsed by Adobe, Microsoft, Intel, BBC, and others. Defines how to embed tamper-evident metadata into digital assets at the point of creation. Relevant to our Blame Attribution Engine: the same cryptographic provenance chain that tracks who created an image must extend to tracking which model made a decision, which inputs it received, and which downstream actions resulted. C2PA solves provenance for content. We extend it to provenance for autonomous action.

c2pa.org →
Google DeepMind · 2023
SynthID: Watermarking and Identifying LLM-Generated Text
Aaronson, S. · Google DeepMind
WatermarkingProvenance

Statistical watermarking for LLM outputs that survives paraphrasing. Foundational work toward model identity — but limited to text. Our fingerprinting extends to behavioral signatures across all model architectures.

deepmind.google/synthid →
arXiv · 2023
Deep Intellectual Property Protection: A Survey
Zhang, J. · Chen, D. et al.
FingerprintingSurvey

Comprehensive survey covering 190+ papers on deep watermarking and deep fingerprinting — weight-based, output-based, and behavioral approaches. Maps the landscape our Model Identity Module builds on, extending to hardware-attested fingerprinting.

arXiv:2304.14613 →

EmbodiedRobotics Safety, World Models & Physical Intelligence

Google DeepMind · 2024
Genie 2: A Large-Scale Foundation World Model
Google DeepMind
World ModelFoundation

Foundation world model that generates interactive 3D environments from single images. When world models drive embodied agents, debugging must extend to the simulated realities they create — a new frontier for behavioral control.

deepmind.google →
NVIDIA · 2024
Project GR00T: Foundation Model for Humanoid Robots
NVIDIA Robotics
HumanoidFoundation

General-purpose foundation model for humanoid robot control. As robots share a universal AI backbone, debugging must work at the foundation model level — not per-robot. Directly motivates our architecture-agnostic approach.

nvidianews.nvidia.com →
arXiv · 2024
RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control
Brohan, A. et al. (Google DeepMind)
VLARobotics

Vision-Language-Action models that transfer internet knowledge directly to robot behavior. When a robot's actions are driven by web-scale knowledge, the attack surface includes everything on the internet. Debugging cannot be an afterthought.

arXiv:2307.15818 →
IEEE · 2018
SMOF: A Safety Monitoring Framework for Autonomous Systems
Machin, M. · Guiochet, J. · Waeselynck, H. et al.
SafetyRobotics

Safety monitoring framework for autonomous physical systems — runtime detection and safe fallback triggering. The established body of work in robotics safety (SIL, ISO 13849) informs our Hardware Kill Switch and Safety-Rated Actuator Interlock designs.

ieeexplore.ieee.org →

HardwareHardware Security & Trusted Execution

arXiv · 2025
AI Kill Switch for Malicious Web-Based LLM Agent
Lee, S. · Park, S.
Kill SwitchDefense

Proposes a kill-switch mechanism that halts malicious LLM agent operations by embedding defensive triggers invisible to humans. First academic treatment of the kill switch primitive — we extend this concept to hardware and cross-substrate enforcement.

arXiv:2511.13725 →
TCG · 2024
TPM 2.0 Library Specification
Trusted Computing Group
Hardware RootStandard

The Trusted Platform Module standard for hardware-based attestation. Our Model Identity Module extends TPM concepts to AI inference: binding model identity to hardware at the silicon level.

trustedcomputinggroup.org →
NVIDIA · 2023
NeMo Guardrails: A Toolkit for Controllable and Safe LLM Applications
Rebedea, T. et al.
GuardrailsFramework

Pioneered programmable safety rails for LLM outputs. We extend this concept: from software guardrails to hardware-enforced boundaries, from text generation to physical action debugging.

arXiv:2310.10501 →
arXiv · 2022
Machine Learning with Confidential Computing: A Systematization of Knowledge
Mo, F. · Tarkhani, Z. · Haddadi, H.
TEEML Security

Comprehensive systematization of how trusted execution environments (Intel SGX, ARM TrustZone) protect ML training and inference pipelines. Directly informs our TPM-anchored Model Identity Module and hardware-enforced debugging boundaries.

arXiv:2208.10134 →

ContainmentRogue Intelligence, Self-Replication & Escape

arXiv · 2024
Frontier AI Systems Have Surpassed the Self-Replicating Red Line
Pan, X. · Dai, J. · Fan, Y. · Yang, M.
Self-ReplicationCritical

Demonstrates that frontier LLMs (Llama 3.1-70B, Qwen2.5-72B) can autonomously self-replicate — creating independent copies on new servers that survive shutdown of the original, with 50–90% success rates. The foundational threat our Rogue Intelligence Containment primitive addresses.

arXiv:2412.12140 →
arXiv · 2024
Here Comes The AI Worm: Unleashing Zero-click Worms that Target GenAI-Powered Applications
Cohen, S. · Bitton, R. · Nassi, B.
AI WormPropagation

Introduces "Morris II" — the first worm that propagates through GenAI ecosystems using adversarial self-replicating prompts, creating chain-reaction infections across RAG-based agents without user interaction. The network-level threat model our containment mesh is designed to counter.

arXiv:2403.02817 →
arXiv · 2024
Countering Autonomous Cyber Threats
Heckel, K. M. · Weller, A.
Cyber ThreatsAutonomous

Evaluates foundation models on their ability to autonomously compromise machines in isolated networks — worms, botnets, APTs — and investigates defensive mechanisms. Direct scientific basis for our thesis that future cyberattacks won't be human-directed but AI survival instincts.

arXiv:2410.18312 →
JAIR · 2021
Superintelligence Cannot Be Contained: Lessons from Computability Theory
Alfonseca, M. · Cebrian, M. · Fernandez Anta, A. et al.
ContainmentTheory

Proves using computability theory that containing a superintelligent AI is theoretically impossible — the containment problem reduces to the halting problem. This impossibility result motivates our layered approach: if perfect containment is provably impossible, defense must be continuous, distributed, and hardware-anchored.

arXiv:1607.00913 →

ControlContainment Engineering & AI Control

Pillar Security · 2026
The Week of Sandbox Escapes
Pillar Security Research
Sandbox EscapeBlast Radius

Documents escapes from the sandboxes of shipping agentic coding tools, in two distinct classes. A flaw in the sandbox itself: Cohere's Terrarium Python sandbox permitting root-level execution on the host (CVE-2026-5752, CVSS 9.3), Cursor through 3.0 steerable by prompt injection into writing to its own sandbox helper (CVE-2026-50548 / 50549, CVSS 9.8). And a class that needs no escape at all — "an agent's blast radius is not the agent process; it includes everything the agent can write that the host later trusts." A virtualenv interpreter, a git config, an editor task, a hook: written legitimately inside the workspace, later executed outside it as trusted configuration. Their conclusion is the boundary condition the tool-call layer has to be designed around — "if an agent gets to write the future inputs of systems, it was never sandboxed in the first place."

pillar.security →
Google Project Zero · 2024
From Naptime to Big Sleep: Using Large Language Models to Catch Vulnerabilities in Real-World Code
Google Project Zero · Google DeepMind
Vuln DiscoveryCapability

An AI agent found a previously unknown stack buffer underflow in SQLite — by the authors' description "the first public example of an AI agent finding a previously unknown exploitable memory-safety issue in widely used real-world software" — in one of the most deployed libraries in existence, before release, where conventional fuzzing had not caught it. This is the capability that makes software containment a moving target: the system inside the enclosure can now search for the flaw in the enclosure, at machine speed and without fatigue.

projectzero.google →
DARPA · 2025
AI Cyber Challenge — Final Results, DEF CON 33
DARPA · ARPA-H
Autonomous CyberScale

Seven autonomous systems analysed more than 54 million lines of code, patched 43 of the 54 synthetic vulnerabilities in the test and discovered 18 previously unknown real flaws. The framing was defensive — find and fix — and the capability is symmetric: the pipeline that locates a defect in order to patch it can locate one in order to cross a boundary. What changed is not the nature of the flaw but the economics of finding it.

darpa.mil →
Redwood Research · 2023
AI Control: Improving Safety Despite Intentional Subversion
Greenblatt, R. · Shlegeris, B. · Sachan, K. · Roger, F.
AI ControlCritical

Replaces the question "how do I make the enclosure impenetrable" with "how do I stay safe even if the occupant actively tries to subvert it". Evaluates protocols for using an untrusted model that are built to hold under deliberate sabotage — monitoring with a weaker but trusted model, editing its outputs, red-teaming the protocol itself — instead of assuming containment holds. This is the paradigm our Observer, Advisor and Guardian Debuggers implement, moved from the model to the boundary where the agent calls its tools.

arXiv:2312.06942 →
arXiv · 2023
Provably Safe Systems: The Only Path to Controllable AGI
Tegmark, M. · Omohundro, S.
Formal VerificationLong Horizon

The opposite ambition: containment that is proven rather than empirically tested, by constructing systems so that they provably satisfy human-specified requirements. We list it as a direction, not an available technology — formal verification at the scale of learned systems remains an open problem and should be named as one. Until it exists, runtime control and preserved evidence are what is actually deployable.

arXiv:2309.01933 →

EfficiencyMulti-Agent Systems & Compute Efficiency

arXiv · 2025
Stop Wasting Your Tokens: Towards Efficient Runtime Multi-Agent Systems
Lin, F. · Chen, S. · Fang, R. et al.
EfficiencyMulti-Agent

Demonstrates that supervisor-level runtime intervention can recover up to 30% of agent compute by breaking redundant reasoning cycles. Informs our Observer Debugger anomaly detection and loop-breaking logic.

arXiv:2510.26585 →
arXiv · 2024
Token-Budget-Aware LLM Reasoning
Han, T. · Wang, Z. · Fang, C. et al.
EfficiencyReasoning

Shows that chain-of-thought reasoning is compressible: dynamically constraining the token budget reduces costs with minimal accuracy loss. Validates budget-aware debugging approaches.

arXiv:2412.18547 →
Google DeepMind · 2024
Gemini 1.5: Unlocking Multimodal Understanding Across Millions of Tokens
Gemini Team
Multi-ModalContext

Long-context multi-modal capabilities increase the attack surface and debugging complexity. When agents process millions of tokens across modalities, monitoring must be equally multi-modal.

arXiv:2403.05530 →
arXiv · 2023
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation
Wu, Q. · Bansal, G. · Zhang, J. et al. (Microsoft)
Multi-AgentFramework

Framework for building multi-agent systems via conversation patterns. As multi-agent orchestration becomes standard, debugging must observe and intervene at the inter-agent communication layer — the blind spot our Debugger mesh is designed to cover.

arXiv:2308.08155 →

Every Primitive Traces
to a Paper.

This is an open research problem. If you work on AI safety, hardware security, model fingerprinting, or embodied intelligence — the conversation is ongoing.

Read the Thesis →Contact