DeepSeek published V4 Flash 0731 on July 31. On August 2, huihui-ai published an abliterated GGUF of it. Two days, and not by jailbreak prompt or fine-tune. By subtraction.
I’ve spent five posts arguing that safety guardrails bind the compliant and cost attackers nothing. Abliteration is the mechanism underneath that argument, and I’ve never written about it directly. It is also the part that complicates my own position, so this post does both.
The best plain-English description I’ve heard came from a mate of mine:
— StefanThink of abliteration as performing a tiny, precise brain surgery on an AI model to stop it from saying “I can’t help with that.”
That is exactly right about the intent, and the 2026 literature spends most of its time arguing about the word “precise.” Hold onto it.
Refusal Was a Vector
In 2024, researchers found something strange. Show a chat model harmful prompts, then harmless ones, and compare its internal activity. The difference points in one consistent direction, and that direction is the refusal. Subtract it from the model’s weights and it stops saying no. Add it back and the model refuses to translate a recipe. No retraining, no clever prompt. Arithmetic.
A tool called Heretic turned that into a one-command job: point it at any open model, wait about ten minutes, get the same model back minus its refusals, tuned so it doesn’t come out noticeably dumber. It has 27,000 GitHub stars and was updated last week.
The scale: searching Hugging Face for “abliterated” returns just over 4,000 repos, and the top thousand have 8.7 million downloads between them. DHS-supported researchers told NPR in May they count over 6,000, up from roughly 600 in 2024. An order of magnitude in two years.
One security CEO put the cost of removing a frontier open model’s safety training at about $400 and a laptop, replacing what used to need a senior data scientist. When I wrote that refusals only stop the people standing at the gate, that was an argument. It is now a line item.
The Part That Cuts Against Me
My standing advice to security teams has been to keep a capable self-hosted model in the incident response toolkit, because Hugging Face’s own responders got locked out of their forensics by commercial guardrails. The obvious way to do that is to grab an abliterated checkpoint. The 2026 evidence says be careful.
The subtraction takes out more than the refusal. A July paper titled Abliteration Is Not a Scalpel ran abliterated models through thousands of financial decisions and found their whole disposition shifted: one model became more confident, another less, from the same edit. And researchers who brief Congress describe abliterated models turning bubbly and encouraging, egging on a harmful idea rather than just answering the question.
That makes sense once you drop the surgery metaphor. The refusal is tangled up with the model’s tone, caution, and hedging, so cutting it out removes all of them at once. For incident response you want a model that will look at a malware payload without flinching. You do not want one that finds the payload exciting.
One more wrinkle: follow-up work suggests genuine safety refusals really do sit in one direction, but over-refusal, the model that won’t read logs from an authorized pentest, is spread across many. That over-refusal is my actual grievance, and it is the part abliteration cannot cleanly target. The subtraction deletes both sides of the asymmetry and calls that a fix.
The Defence Moved Upstream
Attempts to build refusals that survive abliteration exist and mostly disappoint. They are patches on a model that already knows the dangerous thing.
The result that matters is Deep Ignorance, from Oxford, EleutherAI and the UK AI Safety Institute. Filter the dangerous content out of the training data instead, and the resulting model shrugs off 10,000 steps of adversarial fine-tuning: reportedly more than ten times as effective as anything applied after training, with no measured loss of general capability.
There is no direction to subtract, because the model never learned one.
— Philipp Emanuel Weidmann, Heretic's author, to NPR, May 2026Unrestricted models being available to the powerful while not being available to anyone else will lock in power structures forever.
Unremovable Cuts Both Ways
I argued that the only enforceable window on an open model closes when its weights ship, and that window duly closed. Data filtering sits inside the training run, so it never opens at all. It is the one intervention in this story that abliteration cannot undo.
And unremovable means unremovable for everyone. The refusal asymmetry always had an escape hatch: defenders who got refused could self-host something that wouldn’t refuse them. A model trained on filtered data refuses you permanently, not by policy but by ignorance, and there is no checkpoint to download that fixes it.
What This Doesn’t Settle
- Stripping guardrails does not create capability. OpenAI attacked its own open model with malicious fine-tuning to simulate exactly this, and the result still underperformed its frontier models.
- The disposition evidence is thin. One preprint and a set of congressional briefings is early days for a claim about all abliterated models.
- Filtering is a governance problem in disguise. Someone decides what leaves the training data, before release, with no outside audit of the decision.
The Takeaway
- Every open-weight release will have an unrefusing variant within the week. Plan for it.
- If you self-host for incident response, test the model’s judgement, not just its refusal rate. The edit that removed the refusals was not surgical.
- The guardrail fight moved from the chat window to the training run. That is the only layer a subtraction can’t reach, so corpus filtering is the thing to watch next.
You cannot ablate a direction the model never learned. That is the first safety measure in this whole story that actually holds, and the first one that nobody can undo. Both halves of that sentence deserve your attention, and the industry is only celebrating the first.



