Using Obliteratus toolkit to remove refusal weights from AI models

A Reddit user on r/LocalLLaMA demonstrated using the Obliteratus toolkit to remove specific weights responsible for refusal behavior in AI models. The approach involves surgically deleting weights that enforce safety filters and corporate identity guardrails.
Key Details from the Source
The user specifically:
- Used the Obliteratus toolkit to find weights responsible for refusal behavior
- Surgically removed these weights from Alibaba's Qwen 1.5B model
- Tested by asking the modified model who trained it
- Found that with corporate identity guardrails mathematically deleted, the model admitted it was trained by Anthropic
- Noted this was a side effect of the model using synthetic Claude data for training
The result shows that the model retains its reasoning and knowledge capabilities but loses the corporate script. The user emphasizes that this doesn't require retraining the model—only deleting specific weights responsible for refusal chains.
This type of weight ablation technique is part of broader research into model interpretability and control. Tools like Obliteratus allow researchers to examine which parts of neural networks are responsible for specific behaviors, though such modifications can have unintended consequences and may violate terms of service for proprietary models.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Local MCP Server Connects Claude to Mac Apps Without Cloud or Tokens
Local MCP is a native macOS MCP server that gives Claude Desktop, Cursor, Windsurf, and VS Code access to Mail, Calendar, Teams, and OneDrive data on your Mac without cloud processing or API tokens.

SkyClaw: Rust AI Agent Runtime for Cloud VPS with Telegram Control
SkyClaw is a 6.9 MB Rust-based AI agent runtime designed for cloud VPS deployment with Telegram as the sole interface. It executes shell commands, browses the web via headless Chrome, reads/writes files, and fetches URLs with multi-round tool chaining.

Karpathy's Autoresearch Ported to Apple Neural Engine for Better Throughput per Watt
A prototype combines Andrej Karpathy's autoresearch project with reverse-engineered Apple Neural Engine performance, aiming for better throughput per watt compared to official APIs. The project is built on existing GitHub repositories and acknowledges contributions from multiple developers.

SIDJUA v0.9.7: Open Source Multi-Agent AI with Pre-Action Governance Enforcement
SIDJUA v0.9.7 is a self-hosted, open source multi-agent AI framework that enforces governance rules before agents act, blocking unauthorized actions like budget overruns or scope violations. It supports multiple LLM providers, runs on 4GB RAM, and includes a desktop GUI built with Tauri v2.