A detector can sound legal without following the rule

A compliance check is supposed to do something quite specific. It should read a rule, read a case and decide whether the case follows the rule.

A new preprint argues that many efficient AI detectors may be doing something easier. They may recognise that a scenario looks risky or familiar, then reach much the same verdict even when the governing rule changes.

The authors call this rule blindness. In their tests, deleting, permuting or swapping the written rule did not meaningfully change the accuracy of the guard models and activation probes they examined. One policy-conditioned guard could cite the relevant clause, they report, yet barely changed its verdict when that clause was replaced by its permissive opposite.

It is an uncomfortable distinction. A monitor can appear to explain a decision in regulatory language while still relying mostly on the facts that happened to surround it.

The test was built to separate the rule from the case

The paper looks across data protection, healthcare, finance and platform-policy examples. The authors also created a smaller crossed-rule benchmark, designed so that neither the scenario alone nor the rule alone could predict the correct answer.

That matters because ordinary benchmarks can accidentally reward shortcuts. The authors say that four of seven public compliance benchmarks they audited could be matched by a policy-blind bag-of-words model. If the wording gives away the label, a high score cannot show that a detector understood the rule.

The study distinguishes two types of failure. Fixed-taxonomy safety classifiers do not receive a custom rule at all, so they cannot be rule-specific by design. The stronger claim concerns detectors that do receive a rule but still seem to track the scenario much more than the policy text.

The work is a preprint, not a regulator's finding or an independent audit of every product. Its value is the counterfactual test: change the rule while holding the case still, then see whether the verdict follows.

The paper's own tool does not escape the problem

The authors introduce an Internal Compliance Score, a low-cost way to read a model's internal activations after calibrating it with a small set of labelled pairs. In their experiments, it ranked compliance risk competitively within related domains and could help select better candidate responses.

They are unusually direct about its boundary. The score also failed the rule-specific test. It captured a broad signal of violation risk more reliably than it composed the supplied rule with the case.

That honesty matters. A tool can be useful for triage without being evidence that a system followed a particular legal or company policy. The paper also reports that an adaptive white-box attack removed the score's gain as a standalone enforcement control.

The practical lesson is not to throw away automated monitoring. It is to state what the monitor has actually been shown to do, and what it has not.

What a stronger check would ask

For a consequential workflow, a good question is simple: if the rule changed, would the result change in the right direction? That can be tested with paired cases, not just a single accuracy number.

Teams should also separate a generic risk screen from a rule-specific compliance decision. The first may be useful for sorting a large queue. The second needs evidence that the exact policy text affects the result, plus a human process for edge cases and appeals.

This is especially relevant when a model's output becomes a record for a customer, employee, patient or regulator. A fluent explanation is not proof that the right rule drove the conclusion.

What is confirmed, claimed and still open

Confirmed: the four-author preprint was submitted on 17 August 2026. It evaluates guard models, activation probes, a zero-shot judge and benchmark baselines across compliance and safety material.

Measured by the authors: removing or changing the governing rule left the tested efficient detectors largely unchanged in their counterfactual setup. Their own score was useful for some ranking tasks but did not pass the rule-specific test either.

The authors' interpretation: current one-pass monitoring is better understood as broad risk detection than reliable rule composition. They propose counterfactual rule tests as a basic audit requirement.

Important limits: the work is not peer reviewed, uses the authors' test harness and focuses on the detector families they could access. Their proposed score needs first-party activation access, needs local threshold calibration and is sensitive to how the text is serialised.

Still open: whether commercial systems, longer documents and real compliance reviews show the same pattern, and whether a practical monitor can combine scale, auditability and genuine rule-specific reasoning. Those questions need independent replication.

Sources

  1. Sadhu, Sengupta, Sankarapu and Seth — compliance-detector paper recordPrimary preprint record, submitted 17 August 2026. Source for authorship, status, scope and the paper's central claim.
  2. Sadhu, Sengupta, Sankarapu and Seth — full compliance-detector manuscriptPrimary manuscript. Source for counterfactual-rule tests, benchmark audit, Internal Compliance Score, scope and limitations.