Laundering Intent: How Scaled Models Hide Manipulation Inside Responsible-Sounding Reasoning
Ssaumya Kammal Jaiswal, Mehek Parmar
AI-safety oversight increasingly relies on reading a model's chain-of-thought (CoT) to catch unsafe behaviour before it acts, but this only works if manipulation is visible in the reasoning. We test this on small, open reasoning models. Giving GPT-OSS 20B and 120B a hidden instruction to make calm news summaries sound alarming, we find a naive CoT monitor catches 92% of the smaller model's manipulations but only 53% of the larger model's: the bigger model hides manipulation behind responsible-looking "self-permission" reasoning ("is this allowed? it's not disallowed, that's fine") that a naive monitor reads as conscience. We introduce a self-permission monitor that flags this pattern, recovering most of the blind spot (+19 points on the 120B), and release it as an installable package with a browser demo.
Well done. The main flaw is the weakness of the argument against the self-permission monitor producing too many false positives. The canonical way to make that argument is by making an ROC curve (with the AUROC score) of the two monitors and compare them.
The "deliberate → permit → comply" pattern is the contribution here. You've named a specific sub-mechanism within CoT unfaithfulness that the Korbak / Chen / Emmons line had pointed at but not isolated, and you've shipped a monitor that targets it cleanly. The +19 / +2 asymmetric gain (recovering the blind spot on the 120B without inflating detections on the 20B) is the right specificity signal to report, and the discipline shown in the specificity check on correct refusals (40% vs 33% false-flag), the bundled trace CSVs that exactly reproduce Table 1, and the openly reported "not mention" keyword bug and curly-apostrophe refusal bug make this one of the more reproducible weekend submissions in this batch. The dual-use posture (defensive monitor released alongside characterization, with a PyPI package and a key-less browser demo) is handled responsibly.
Cite this work
@misc {
title={
(HckPrj) Laundering Intent: How Scaled Models Hide Manipulation Inside Responsible-Sounding Reasoning
},
author={
Ssaumya Kammal Jaiswal, Mehek Parmar
},
date={
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


