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
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 →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
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 →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 →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 →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 →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 →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
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 →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 →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 →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 →Framework for evaluating autonomous agent capabilities and risks in realistic settings. Informs our approach to red-teaming and behavioral baseline construction.
arXiv:2312.11671 →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
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 →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 →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 →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
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 →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 →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 →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
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 →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 →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 →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
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 →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 →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 →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
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 →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 →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 →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
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 →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 →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 →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 →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
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 →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 →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 →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.