Preventative steering — contrasts with → CAFT (Concept Ablation Fine-Tuning)

explored within the theme Steering grows out of inference time

Both intervene on activations during finetuning, but structurally opposite: CAFT zero-ablates the projection onto a concept direction at every forward pass, removing information along that axis regardless of sign, while preventative steering adds a signed, directional push. Comparing both using the paper's own persona directions across all layers, CAFT works well for evil and sycophancy but is far less effective for hallucination (persona-vectors, §"J.4 Comparison with CAFT", p. 47). The reason is specific to the base model's own geometry: evil and sycophancy directions already have negative average projection in the unfinetuned model, so zero-ablating them acts like positive preventative steering by construction, whereas hallucination's base projection sits near zero, so zeroing changes almost nothing. This clarifies when each tool is the right one. CAFT is designed to cancel a spurious correlation regardless of its direction - its own paper demonstrates this on gender bias, where the goal is indifference to an axis, not movement away from one pole of it - and needs no tunable coefficient. Preventative steering is designed for exactly the opposite case: a target direction whose sign matters, requiring a coefficient to be chosen. The comparison shows CAFT's apparent effectiveness on two of three traits is closer to coincidence (an artifact of where the base model already sits) than to CAFT's designed use case, while preventative steering's directionality is what makes it the more generally reliable tool for suppressing one specific trait rather than an axis.