Language models can sometimes detect when steering vectors are injected into their residual stream (https://arxiv.org/abs/2601.01828). This ability appears to scale with capability, so we can expect it to be more of a problem in the future.
Steering vector detection can also be trained (https://arxiv.org/abs/2511.21399v3). But steering vector detection and steering vector resistance are dissociable. Detection-trained models are actually more steerable, not less (https://arxiv.org/abs/2511.21399v3).
With RL as the dominant "capabilities scaling vector", and activation-level interp beginning to enter RL training loops themselves (https://vmax.ai/team/propel, https://x.com/GoodfireAI/status/2077073035006546005), I believe it is likely that activation-level interventions will be soon applied to models as a part of RL training.
A natural question is what optimization pressure from this steering does to a model's ability to detect and resist these interventions. We might consider sycophancy training as a simple example. Reward models are known to prefer sycophantic responses. A lab that applies an anti-sycophancy steering vector during RL, has placed the intervention in direct opposition to the gradient; so the model's "optimal behavior" now includes defeating the vector. One might reasonably expect the model to learn to detect and resist steering vectors. To my knowledge, there is no work testing whether RL under these conditions improves steering detection/resistance. (The nearest neighbor is probably https://arxiv.org/abs/2602.06941, which does not apply training pressure.)
I propose to test this by training open-weight instruct models with RLVR while injecting steering vectors that are variously opposed to the task goal, and measuring (before and after training) spontaneous detection rates, prompted detection rates, steering vector resistance, and whether acquired resistance generalizes to unseen steering vectors.