Mar 23, 2026

Context Augmentation in LLM Monitors Exploratory Evidence from Paired Repeated Evaluation

Qiao

We study how context access affects LLM-based monitor performance in AI control settings. On a 32-sample benchmark across 8 attack families, global context augmentation improved TPR from 54.2% to 66.7% at unchanged 0.0% FPR, while non-oracle routing strategies achieved partial but smaller gains. Oracle ablations further suggest that dialogue history is especially important for prompt injection detection. The project’s main contribution is showing that context access is a meaningful monitor-design variable, and that routing quality is a more important bottleneck than routing volume.

Reviewer's Comments

Reviewer's Comments

Arrow
Arrow
Arrow

The role of context in different attack scenarios is interesting. The results presented here suggest that including context is generally beneficial and that prompt injection benefits most from including context. Per-sample score deltas would benefit from error-bars to clarify if including context is indeed hurtful in some situations. Also, I wonder if the prompt injections without context simply lack the attack? Interesting follow-ups could be: a) what in the context make the monitor better/worse at detecting attacks, and does it change with the size of context b) approach context augmentation routing as a cost constrained protocol

I wish the augmentation procedures were described in more detail - is the attacker's chain of thought or text output being revealed? Is some synthetic dialogue being attached? It's not clear to me what's going on and whether or not it makes sense.

The routing rules also seem tailored to the side tasks of BashArena specifically, eg " malicious domains, download scripts, network configuration patterns". It's hard to tell whether the LLM router is similarly overfit to the setting without seeing the prompt used.

The follow-up I'd be most excited to see is a version where an LLM monitor uses CoT and can be provided with various types of additional information such as printing environment variables, running read-only commands, etc. The project would explore the tradeoff between the performance of such a monitor and cost metrics like token count and latency, as a function of the affordances provided.

Cite this work

@misc {

title={

(HckPrj) Context Augmentation in LLM Monitors Exploratory Evidence from Paired Repeated Evaluation

},

author={

Qiao

},

date={

3/23/26

},

organization={Apart Research},

note={Research submission to the research sprint hosted by Apart.},

howpublished={https://apartresearch.com}

}

Recent Projects

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

Feb 2, 2026

Fingerprinting All AI Cluster I/O Without Mutually Trusted Processors

We design and simulate a "border patrol" device for generating cryptographic evidence of data traffic entering and leaving an AI cluster, while eliminating the specific analog and steganographic side-channels that post-hoc verification can not close. The device eliminates the need for any mutually trusted logic, while still meeting the security needs of the prover and verifier.

Read More

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.
This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.