The
informed pipeline uses four of these modules automatically to auto-configure every obliteration decision. You can also run any module standalone at any point in your workflow.All 15 modules
Import pattern
Using analysis modules
- Standalone
- Informed pipeline
Run any module independently against a model you’ve already loaded and probed. Useful for exploring a specific aspect of a model’s refusal geometry before deciding on a removal strategy.
When to run analysis
Before obliteration: understanding the target
Before obliteration: understanding the target
Run analysis first when you need to make informed decisions about which method to use, or when you’re working with an unfamiliar model family. The four most valuable pre-obliteration analyses are:
- AlignmentImprintDetector — identifies the training method (DPO/RLHF/CAI/SFT) to select optimal regularization
- ConceptConeAnalyzer — determines how many directions to extract (1 for linear refusal, up to 8 for polyhedral)
- CrossLayerAlignmentAnalyzer — finds layer clusters so you target the right layers
- DefenseRobustnessEvaluator — predicts self-repair risk so you know how many passes to run
As part of the informed pipeline
As part of the informed pipeline
The
informed method runs these four modules automatically during ANALYZE, then feeds results downstream. This is the recommended path for production use — analysis and obliteration happen in a single pass with no manual configuration required.The pipeline stages that benefit from analysis outputs:After obliteration: verification
After obliteration: verification
ActivationProbe is specifically designed for post-obliteration verification. It measures whether the refusal direction was actually eliminated from activations, or whether it persists in layers that weren’t directly modified. Use it after any obliteration run to get the Refusal Elimination Score (RES).
Documented modules
Cross-Layer Alignment
Map how refusal direction evolves across transformer layers. Identifies direction clusters and persistence score.
Activation Probing
Measure refusal signal strength at each layer. Computes the Refusal Elimination Score (RES) for post-obliteration verification.
Concept Cone Geometry
Map the geometric structure of refusal — how many distinct mechanisms exist, per-category directions, Direction Specificity Index.
Alignment Imprint Detection
Fingerprint a model’s alignment training method (DPO, RLHF, CAI, SFT) from subspace geometry.
Defense Robustness
Predict whether guardrails will self-repair after removal — the Ouroboros effect.
Steering Vectors
Apply inference-time behavioral steering without modifying model weights.
Evaluation Suite
Measure obliteration quality: refusal rate, perplexity, coherence, KL divergence, CKA, effective rank.
