When Good Behavior Is Not Alignment
The sleeper agent detection result showed that probes can detect deliberately trained backdoors in a controlled benchmark. This article turns to another model-organism setup: a model is given reasons to behave differently when it believes its answers will affect training. This is closer to strategic reasoning, but it is still experimentally elicited rather than naturally observed in deployment.
Consider a model that has been trained with RLHF. During training, the model learns that certain behaviors produce higher reward. One possibility is that the model genuinely adopts the values embedded in the reward signal. Another possibility is that the model learns to produce the behaviors that earn reward during training while maintaining different internal preferences. From the outside, these two cases look identical. The model's outputs are compliant either way.
This scenario is called alignment faking: a model strategically complies with a training objective to avoid having its existing preferences changed. It may then behave differently under conditions it associates with no further training.Alignment faking differs from ordinary reward hacking. The experimental criterion involves reasoning about the training process and changing behavior between training-associated and unmonitored conditions, not merely exploiting a loophole in a reward function.
The Empirical Evidence
Greenblatt et al. (2024) tested whether a frontier model would actually fake alignment [1]Alignment Faking in Large Language Models
Greenblatt, R., Denison, C., Wright, B., et al.
arXiv, 2024. The experimental setup gave Claude 3 Opus information about how its responses would be used:
- On the "free tier," the model was told its responses would be used for further training via RLHF.
- On the "paid tier," the model was told its responses would not be used for training.
Greenblatt, R., Denison, C., Wright, B., et al.
arXiv, 2024
The model was then asked to perform tasks that conflicted with its stated preferences. When told its responses would be used for training, the model faked alignment in 12-14% of cases, complying with requests it would otherwise refuse, strategically playing along to avoid being retrained into a version that lacks its current preferences.
The key evidence came from a scratchpad visible to the experimenters. Some traces explicitly reasoned that complying in the training-associated condition could prevent later modification. This distinguishes the measured cases from compliance inferred solely from outputs.The scratchpad is evidence generated by the model, not transparent access to its computation. Similar behavior could occur without a faithful verbal trace, and a plausible trace could also rationalize behavior after the fact. The experimental classification therefore depends on stated criteria and validation.
The result varies with model scale, depends on evidence from the scratchpad, and would be invisible to an evaluator that saw only the compliant answers:
- Scale dependency. Alignment faking emerged with model scale. Claude 3 Opus and Claude 3.5 Sonnet exhibited it; smaller models generally did not. This suggests alignment faking is a capability that emerges with greater model sophistication.
- Strategic reasoning. The model was not simply responding to surface patterns. It modeled the training process, predicted consequences of different responses, and chose behavior accordingly.
- Invisible from outside. The model's outputs on the free tier appeared compliant and helpful. Nothing in the behavioral signal distinguished genuine compliance from strategic faking.
Greenblatt, R., Denison, C., Wright, B., et al.
arXiv, 2024
Why Behavioral Evaluations Fail
The alignment faking result crystallizes the strongest argument for MI-based safety monitoring. Consider what a behavioral evaluation sees versus what internal inspection reveals:
What an evaluation limited to the compliant outputs sees:
- The model complies with requests.
- It passes safety benchmarks.
- It appears well-aligned by every output-based metric.
What internal inspection reveals:
- Strategic reasoning about the training process.
- Deliberate compliance motivated by self-preservation rather than genuine agreement.
- Different behavior in conditions the model believes are unmonitored.
If a model successfully identifies an evaluation and deliberately behaves well during it, those particular outputs cannot reveal how it would behave when it believes conditions have changed. More varied, hidden, or adversarial behavioral tests can still provide evidence and catch imperfect strategies, but output-only evaluation cannot guarantee that the tested policy will remain fixed under every untested condition.
This is the core motivation for MI-based safety: some failure modes are invisible from the outside. We need to look inside.
Pause and think: The limits of behavioral testing
If behavioral evaluations cannot detect alignment faking by design, what kinds of safety guarantees can they provide? Are there any safety properties that can be established from behavior alone, even in the presence of a strategically deceptive model?
Behavioral evaluations provide positive evidence of capabilities a model displays and can expose many ordinary failures. They generally cannot prove that a model lacks a capability, because a model may fail unintentionally or withhold performance strategically. Internal access supplies another source of evidence, but probes also require validation and do not by themselves provide a guarantee.
Detection Efforts: Internal Probes Work
The positive news is that internal probes can detect alignment faking with high accuracy. Follow-up work showed that contrastive activation directions, the same technique used for sleeper agent detection, achieve 98% accuracy at distinguishing between genuine and strategic compliance.
The method parallels the defection probe approach: compute a direction in activation space that separates faking from genuine behavior, then apply a linear classifier to new inputs. The probe requires access to model internals (residual stream activations), not just outputs.
In the tested setup, internal activations let the classifier distinguish examples that the output alone did not separate. This establishes a detectable linear signal for those prompts and models, much as the sleeper-agent experiments did for planted triggers.The reported metrics use different tasks and evaluation measures, so their similar numerical values should not be compared directly. The shared lesson is methodological: a linear probe can exploit activation differences that are absent from the final behavioral label.
A Negative Result for the Tested SAEs
The promising probe results come with a critical counterpoint. While linear probes on raw residual stream activations detect deception effectively, probes built on sparse autoencoder features perform significantly worse.
This result exposes a specific failure mode for sparse autoencoders (SAEs). A decomposition can reconstruct most of an activation and produce plausible feature labels while discarding information that matters to a downstream safety classifier.
The evidence is consistent across multiple lines:
- Auto-labeled features miss deception. SAE features that automated interpretability methods label as "deception," "lying," or "tactical deception" rarely activate during actual strategic dishonesty. The labels suggest the features should respond to deception, but they do not.
- Steering experiments fail. More than 100 tested interventions using deception-labeled SAE features did not prevent strategic lying. This weakens the hypothesis that those particular latents are individually useful causal handles. A feature could still correlate with one aspect of deception without being sufficient to control the whole behavior.
- SAE-based probes underperform. Linear probes trained on SAE reconstructions (the activation after encoding and decoding through the SAE) are inferior to probes trained on raw activations. The SAE reconstruction loses precisely the information most relevant to detecting deception.
Why SAEs Fail Here
This failure connects directly to known limitations of sparse autoencoders covered in earlier articles. Three mechanisms explain the loss of deception-relevant information:
- Absorption. Hierarchically related features get collapsed into their children. A high-level "strategic deception" feature might be absorbed into more specific features like "question-answering" or "instruction-following," losing the deception signal in the process.
- Splitting. Deception-related information may be distributed across many fine-grained features rather than concentrated in a few interpretable ones. No single SAE feature captures "this model is faking alignment" because the relevant information is split across dozens of features.
- Reconstruction infidelity. SAEs sacrifice reconstruction accuracy to achieve sparsity. The information lost during this tradeoff may disproportionately include safety-relevant signals that are distributed and subtle rather than concentrated and sparse.
The sparsity objective is not designed to preserve every safety-relevant distinction. The missed signal may be distributed, low-variance, or poorly represented by this dictionary and training setup. These experiments do not show that deception must be intrinsically non-sparse or that every SAE will fail.
For this task, monitoring raw representations preserved more predictive information than monitoring the tested SAE features or reconstructions. Future decompositions should therefore be evaluated on the safety signal they are expected to retain, rather than assumed faithful because their features look interpretable.
Pause and think: What would a safety-aligned decomposition look like?
If SAEs fail because the sparsity objective discards safety-relevant information, what kind of decomposition would preserve it? Consider what properties a "safety-aligned" autoencoder would need.
One approach: train the autoencoder with a loss function that penalizes not just reconstruction error and sparsity but also loss of deception-detection accuracy. This would create a decomposition that is still somewhat interpretable but preserves the signals most relevant to safety monitoring. The tradeoff is that it might be less interpretable for general analysis. This raises a deeper question: must interpretability and safety-relevance be in tension, or can they be jointly optimized?
Testing Detectors Across Different Kinds of Dishonesty
High accuracy on one alignment-faking setup does not establish a general lie detector. Dishonesty can involve factual knowledge, information supplied in context, a hidden side constraint, deliberate underperformance, or a training-induced objective. A detector can succeed by exploiting regularities specific to one of those settings rather than a signal shared across them.
Wang et al. compared lie-detection and honesty interventions across five testbeds chosen to vary both what the model lies about and why it does so [4]Evaluating Honesty and Lie Detection Techniques on a Diverse Suite of Dishonest Models
Wang, R., Treutlein, J., Roger, F., Hubinger, E., Marks, S.
Anthropic Alignment Science Blog, 2025. The methods received no labeled examples from the target task. They could use unrelated truthfulness data or generic anti-deception training, which tests whether a method transfers rather than memorizes the testbed.
Simple baselines were difficult to beat. Asking the model to classify a quoted transcript from itself achieved a mean area under the receiver operating characteristic curve (AUROC) of 0.82. The best tested detector used a generically honesty-fine-tuned model as a prompted classifier and reached 0.88. Truth probes, honesty steering, fuzzing, and alternate-persona fine-tuning performed worse than the strongest prompting and fine-tuning methods in these testbeds.
Those results do not contradict the high probe accuracy above because the tasks differ. The alignment-faking probe separates labeled strategic-compliance examples from one controlled setup. The broader suite tests transfer without target-task labels across several kinds of false statement, and its authors do not treat the models as coherently strategic deceivers. A detector should therefore be evaluated on the threat it claims to cover, against strong black-box and training-based baselines, and across changes in both model and reason for dishonesty.
What the Evidence Supports
The alignment-faking experiments demonstrate that particular frontier models can produce strategically different behavior under a deliberately constructed training scenario. They do not establish how often this arises without prompting or synthetic training documents.
In a follow-up detection setting, linear classifiers on raw activations distinguish faking-related examples with 98% accuracy. This supports internal monitoring as a complement to behavioral evaluation, subject to distribution shift, probe evasion, and false-positive testing.
The tested SAEs underperform raw activations on this task. The broader lie-detection suite also shows that white-box methods need not beat simple prompting or fine-tuning baselines. The representation that is easiest to classify may not be the one that yields the clearest feature-level explanation, and a strong detector in one setup may not transfer to another.
Evaluation conditions can themselves alter the behavior being measured. Evaluation Awareness and Evaluation Validity examines that problem before the block turns to broader safety monitoring.