By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: CRACKENPublished December 1, 2025

TL;DR: Refusal behavior in Qwen3-4B-Instruct is not isolated to a single vector, but emerges as geometric separation in activation space that collapses after abliteration, which also helps explain spillover across domains, according to CRACKEN. The finding matters because orthogonal-looking safety directions can still share the same underlying mechanism, making multi-dimensional safety more fragile than simple vector similarity suggests.


At a glance

What this is: This is a mechanistic interpretability analysis showing that LLM refusal lives in separable activation-space geometry, and abliteration collapses that structure rather than removing a single domain-specific vector.

Why it matters: It matters to IAM, NHI, and AI security teams because AI safety controls, like identity controls, can fail when shared mechanisms create hidden blast radius across apparently separate domains.

By the numbers:

👉 Read CRACKEN's analysis of LLM refusal geometry and abliteration


Context

LLM refusal is often discussed as if it were a policy layer or a binary decision, but this article argues that the behaviour is better understood as geometry in activation space. That distinction matters for AI security governance because controls built around surface-level similarity, rather than shared mechanism, can miss how safeguards interact under modification or ablation.

For practitioners working on agentic AI, the governance issue is not only whether a model refuses harmful requests, but whether different safety behaviours depend on the same internal pathways. That is where the intersection with AI identity becomes relevant: if multiple behaviours ride on shared infrastructure, then changes intended to affect one policy can alter others in ways that are hard to predict.

The author’s dataset and layer analysis are a focused research experiment rather than an enterprise production benchmark, so the starting point is atypical. Even so, the mechanism they expose is broadly relevant to model risk, red-teaming, and control design.


Key questions

Q: What breaks when an LLM safety control is changed in one domain but the model shares the same internal pathway for other refusals?

A: The most common failure is spillover. A change intended to affect one safety behaviour can reduce or distort unrelated refusals if they depend on the same layers, projections, or residual-stream capacity. That means governance must test mechanism independence, not just behavioural outcomes, because shared pathways create shared blast radius.

Q: Why do orthogonal refusal vectors not guarantee safe isolation in an LLM?

A: Because vectors describe where a behaviour points in activation space, not whether the network implements that behaviour with separate machinery. Two behaviours can be mathematically different and still rely on the same weight matrices. If those matrices are modified, both behaviours can change, even when the vectors look unrelated.

Q: How can security teams tell whether AI safety controls are actually independent?

A: They should look for evidence of structural separation, such as distinct pathways, non-overlapping control layers, and post-change regression testing across adjacent behaviours. If one control update changes other refusal domains, the system is coupled, not isolated. Independence must be demonstrated experimentally, not inferred from model documentation.

Q: What should teams do after a model ablation or safety fine-tuning exercise?

A: Re-run cross-domain evaluations immediately and compare refusal behaviour before and after the change across all adjacent policy areas. The goal is to detect collateral degradation early, document the mechanism affected, and decide whether the tuning introduced unacceptable blast radius before the model returns to production.


Technical breakdown

How refusal appears in LLM activation space

The article treats refusal as a geometric pattern in a high-dimensional residual stream, not as a discrete rule. In the original Qwen3-4B-Instruct model, harmful and harmless prompts occupy different regions of activation space, with PCA revealing a boundary that separates them. This is consistent with mechanistic interpretability work showing that model behaviour is often encoded in distributed representations rather than isolated switches. The important point is that refusal can be measured as separation, then observed to degrade when that separation collapses.

Practical implication: test safety mechanisms at the representation level, not only through prompt-based acceptance tests.

Why abliteration causes shared-signal spillover

Abliteration works by modifying weight matrices such as o_proj and down_proj so they stop writing to a targeted refusal direction. The article’s key claim is that this does not isolate one domain cleanly because those matrices are shared infrastructure across many behaviours. Even when two refusal vectors are nearly orthogonal, they may still depend on the same projection capacity in the same region of activation space. That creates a functional coupling that can damage nearby behaviours, which explains why misinformation refusal dropped after cybersecurity abliteration.

Practical implication: treat shared projection layers as a control dependency with blast radius, not as a neat per-domain isolation boundary.

Why orthogonal vectors are not enough for safety separation

The post argues that geometric orthogonality between refusal vectors does not guarantee architectural independence. Two behaviours can point in different directions while still being implemented by the same network components, so an intervention on one direction can alter others through shared capacity. The article’s domain clustering result reinforces this: there is some domain-specific structure in harmful prompts, but it is not robust enough to survive abliteration. For AI governance, that means control design must consider where mechanisms live, not just how they look in vector space.

Practical implication: prefer structurally separated safety pathways over purely directional separation when model behaviour must remain independent.


NHI Mgmt Group analysis

Shared mechanism, not vector similarity, is the governing risk. The article shows why orthogonal-looking safety directions can still fail together when they are implemented through the same weight matrices. That is a familiar control problem in identity security too: logical separation is not the same as operational isolation. For AI governance, the lesson is that representation-level independence must be proven, not assumed.

Abliteration exposes a hidden blast-radius problem in model safety. The model did not simply lose one refusal behaviour. It lost geometric structure that supported multiple behaviours, which is exactly what shared control planes do when they are tuned without compartmentalisation. For practitioners, the question becomes whether a safety intervention can be scoped to one behaviour without destabilising adjacent policy regions.

Multi-dimensional safety needs architectural separation, not just elegant math. The post’s named concept is refusal geometry coupling, meaning the same internal pathways can sustain several apparently distinct safety behaviours. That concept is useful because it sharpens the governance question from “are the vectors different?” to “are the mechanisms independent?” Practitioners should treat this as a control-design requirement, not a theoretical nuance.

Agentic AI governance will increasingly depend on mechanism-level assurance. As models are embedded into workflows that resemble non-human identities, the risk is no longer limited to bad outputs. It extends to how shared internal pathways behave when one control objective is changed, which affects auditability, safety assurance, and change management. The field needs verification of mechanism isolation, not only behavioural tests.

This research supports a more disciplined view of AI safety engineering. Safety properties should be evaluated as structural properties of the system, especially when multiple policy goals depend on the same network layers. That is the right frame for AI RMF, model risk management, and operational review. The practical conclusion is straightforward: if the pathway is shared, the blast radius is shared too.

What this signals

Refusal geometry coupling: the same internal pathways can sustain multiple safety behaviours, so model change management needs the same kind of blast-radius thinking that IAM teams apply to shared privilege boundaries. That is especially relevant for agentic systems whose behaviour changes at runtime, because a control update intended for one policy can reshape adjacent safeguards in ways that prompt testing will miss.

For teams building or governing AI agents, the practical signal is to pair behavioural testing with mechanism-level evidence and to align that work to NIST AI 600-1 Generative AI Profile and MITRE ATLAS adversarial AI threat matrix. If the model shares layers, the safety story is shared too.

This also reinforces the relevance of AI Agents: The New Attack Surface report for governance teams, because scope creep in agent behaviour and scope coupling in model internals are the same control problem expressed at different layers.


For practitioners

  • Test safety interventions by mechanism, not only by prompt category Run ablation, probing, and representation analysis to see whether changes made for one policy area affect unrelated behaviours in the same layer or projection pathway.
  • Map shared-layer dependencies before tuning refusal controls Identify which model layers and matrices carry multiple safety behaviours so governance teams can document where one intervention may create a broader blast radius.
  • Validate behavioural independence after any safety update Re-test adjacent policy domains after each model change, especially where the same residual-stream components are used to enforce multiple refusals.
  • Align model risk reviews to structural separation evidence Require evidence that safety mechanisms are independently implemented before treating them as isolated controls in production or agent workflows.

Key takeaways

  • Refusal in LLMs is a geometric property of activation space, not a simple on-off policy toggle.
  • Abliteration can collapse shared safety structure, which means a change in one domain may affect other refusal behaviours.
  • AI safety engineering needs structural isolation evidence, not just elegant vector separation or high-level policy claims.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST AI RMFMEASUREThe article is about evaluating safety behaviour and model risk under intervention.
OWASP Agentic AI Top 10Agentic AI controls are relevant because the article examines shared safety behaviour in model systems.
MITRE ATLASATLAS fits because the post discusses adversarially relevant model behaviour and safety mechanism failure.
NIST AI 600-1The GenAI profile applies to model evaluation, governance, and risk testing.

Map refusal-coupling risks to agentic AI controls that limit unintended action scope.


Key terms

  • Activation Space: The internal mathematical space where a model represents prompts, tokens, and intermediate features as vectors. In mechanistic interpretability, patterns in this space are used to explain behaviour such as refusal, extraction, or classification without relying on surface outputs alone.
  • Abliteration: A model intervention that removes or suppresses a targeted behaviour by altering internal weights or directions associated with that behaviour. In practice, it can have wider effects than intended because the same network components often support multiple behaviours at once.
  • Refusal Vector: A direction in activation space associated with a model’s tendency to refuse certain prompts or outputs. It is useful for analysis, but it should not be confused with an isolated control, because the vector may be implemented through shared machinery in the model.
  • Mechanistic interpretability: Mechanistic interpretability is the effort to explain how a model produces its outputs by understanding internal structure and behaviour. It is still a research area, not a dependable operational control. For security teams, its limitation is important because inspectable weights do not automatically reveal hidden triggers or backdoors.

What's in the full article

CRACKEN's full blog post covers the mechanistic detail this post intentionally leaves at the analysis layer:

  • PCA plots and clustering metrics for before-and-after activation-space comparisons across harmful and harmless prompts
  • The layer-by-layer discussion of why layer 18 was chosen and how middle-layer behaviour influenced the result
  • The ablation method used on o_proj and down_proj, including how the shared mechanism was modified
  • The author’s references to sparse autoencoders, Gemma Scope, and transformer circuit research that support the geometry argument

👉 CRACKEN's full post includes the PCA comparisons, layer analysis, and ablation method behind the refusal collapse.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, agentic AI identity, and secrets management. It gives practitioners a stronger basis for managing shared control risk across identity and AI systems.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org