AIAny
AI Model2026
Icon for item

OBLITERATUS

Identifies and surgically removes the internal activation directions that trigger refusal behavior in large language models, with one-click options on a HuggingFace Space or a local Python API. Combines multiple extraction methods (SVD, whitened SVD, sparse autoencoders), reversible steering, and analysis-informed verification to quantify capability and refusal trade-offs.

Introduction

Refusal and guardrail behaviors in modern LLMs are often implemented by geometric features in activation space rather than monolithic code paths. That means they can be located, measured, and—if desired—surgically projected out without full retraining. OBLITERATUS wraps that observation into a reproducible pipeline that makes the analysis-to-edit loop auditable and repeatable for research or deployment experimentation.

What Sets It Apart
  • Analysis-informed pipeline: runs cross-layer and cone-geometry analyses before choosing how many and which directions to remove, so interventions are tailored to entanglement and self-repair risk (the "Ouroboros" effect). This reduces blind overprojection and helps preserve reasoning capabilities.
  • Multiple extraction & intervention modes: implements diff-in-means, SVD, whitened SVD, sparse-autoencoder decompositions, norm-preserving projections, and reversible steering vectors — offering both permanent weight projection and inference-time steering trade-offs.
  • Low-friction entry points: a zero-setup HuggingFace Space and a Colab notebook for experimentation, plus a CLI and Python API for reproducible studies and automated pipelines. Runs optionally contribute anonymized telemetry for community aggregation.
  • Built-in verification & metrics: post-edit checks (perplexity, coherence, KL divergence, refusal-rate) and iterative re-probing to detect rotated residual guardrails.
Who It's For and Trade-offs

Great fit if you are a researcher or practitioner studying mechanistic interpretability, alignment geometry, or need to experiment with behavior-editing without retraining. It is useful for comparative experiments, ablation studies, and rapid prototyping of steering vs. permanent edits. Look elsewhere if you require enterprise-friendly licensing without AGPL constraints (project is AGPL-3.0) or if you need a formal safety review before deploying on public-facing services: removing guardrails carries ethical and legal risks and may violate third-party terms or safety requirements. Expect large-model runs to be I/O and verification-time dominated; quantization and correct GPU sizing are often necessary for bigger checkpoints.

Where It Sits Compared to Similar Tools

Compared to hook-and-probe libraries, the bundle emphasizes an end-to-end, analysis→distill→excise workflow with community telemetry and a UI for non-coders. It complements mechanistic toolkits (TransformerLens-style tracing) by offering ready-made extraction, projection, and steering implementations oriented at refusal directions rather than generic concept attribution.

Information

  • Websitegithub.com
  • AuthorsPliny the Prompter, elder-plinius
  • Published date2026/03/03

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.