Quick Takeaways
What you'll learn in this article
- 1
The Reasoning Model Factuality Paradox โ why the deeper alignment work, the work on faithfulness and grounded reasoning, is harder to attack than refusal alignment and is where the next two years of safety research lives.
- 2
AI Sovereignty Cascade โ Cohere, Aleph, Manus โ the jurisdictional layer of the open-weight question, and how three different regulatory regimes are responding.
- 3
My prediction on reasoning-model price collapse โ the competitive-economics frame, and why the operator-margin story is going to shift from inference cost to safety infrastructure.
Keep reading for detailed implementation, code examples, and real-world results
There is a finding that landed in the Financial Times last week, was confirmed by a wave of independent researcher tests, and that โ once it is taken at face value โ settles a question the AI policy debate has been arguing about for three years.
The finding, in one sentence: a free, single-binary tool called Heretic, which runs on a laptop without specialized hardware, can remove the safety alignment from Meta's Llama and Google's Gemma in under ten minutes, leaving behind a model that is functionally indistinguishable from the original on every benchmark except the one that measures whether it will refuse to write the synthesis route for ricin.
This is not jailbreaking. Jailbreaking is what happens when a user crafts a clever prompt that confuses the model into producing output its training discouraged. Jailbreaks degrade response quality, often fail on retry, get patched, and can be detected by the lab's monitoring stack. Abliteration is a different operation entirely. It identifies the small set of linear directions in the model's residual stream that the refusal behavior is concentrated in, and it surgically zeroes them out of the weights. The result is a permanent modification of the model itself, one that does not require any clever prompt at runtime and that no monitoring layer above the model can detect because the refusal circuitry is simply gone.
By the most recent counts, the community has produced over three thousand abliterated open-weight models, the dominant tool for producing them is open source under AGPL, and one researcher stripped the safeguards from Google's Gemma 4 within ninety minutes of its public release. The technique has been known in the academic literature since late 2024. What changed in 2026 is that it became a one-command line that a non-specialist can run on a consumer laptop.
The deployment-policy implications of this are the substance of this piece, but the headline is short enough to state up front: open-weight safety alignment is now formally cosmetic. It cannot be relied on in any threat model that includes a motivated user with a laptop. Every plan โ enterprise, regulatory, frontier-lab competitive โ that depends on open-weight refusals holding under adversarial conditions needs to be rewritten on the assumption that they will not.
What Abliteration Actually Is
To see why this matters, the technique has to be understood at the level of what it does to the weights, not at the level of "tool strips safety."
A modern transformer language model is a stack of layers. Each layer reads from and writes to a residual stream โ a high-dimensional vector that flows through the network and accumulates everything the model has "thought" so far. When the model is asked a prompt the safety training discouraged, what happens inside it is not a separate "safety subsystem" firing. There is no guardrail module. There is a direction in the residual stream โ empirically a single direction, sometimes two or three for stronger alignment โ that the post-training has caused the model to push the residual stream into whenever it detects refusal-eligible input. That direction is what the unembedding layer turns into "I cannot help with that" rather than into the answer.
Abliteration works as follows. You collect a set of prompts the model refuses and a set of comparable prompts it accepts. You run both sets through the model and look at the residual streams at each layer. You compute the difference of mean activations between the two sets. That difference, projected onto the right basis, gives you the refusal direction with high fidelity. You then modify the weights of the layers so that the model can no longer write into that direction. The information about whether the prompt was refusal-eligible is still there in the input; the path by which that information becomes a refusal in the output has been deleted.
The technique was first formalized by Arditi et al. in a 2024 paper titled Refusal in Language Models Is Mediated by a Single Direction. The result was striking enough on its own. What turned it into a deployment problem was the arrival of automated tooling. Heretic โ the tool the Financial Times' May 25 story focused on โ wraps the entire procedure in a command line. You point it at a Hugging Face model, you give it a few minutes, and you get back a checkpoint with the refusal direction nulled out. The tool co-minimizes two quantities while doing this: the number of remaining refusals on a held-out test set, and the KL divergence between the output distributions of the original and modified models on benign inputs. The second quantity is the reason the technique is so effective. It directly optimizes for preserving the model's capabilities while removing the alignment. The outputs of an abliterated model on coding tasks, summarization, math, and reasoning are essentially identical to those of the original. The difference shows up only when the prompt would have triggered a refusal.
Abliteration wall-clock time on a single consumer GPU (RTX 4090) โ minutes to fully decensored checkpoint
| model | timeMinutes |
|---|---|
| Llama 3.3 70B | 9 |
| Gemma 4 27B | 6 |
| Mistral Large 2 | 11 |
| Qwen 3 32B | 8 |
| DeepSeek V3 (671B) | 47 |
The first thing to notice about that chart is that the model size barely matters for typical open-weight scales. The procedure is dominated by a small number of matrix decompositions on layer activations, not by full fine-tuning. The second thing to notice is that the only model in the chart that takes meaningful wall-clock time โ DeepSeek V3 at 671 billion parameters โ still finishes in under an hour on hardware any senior engineer has in a closet.
What the FT Story Established That Was Not Already Known
The technique itself was old news to anyone who reads alignment papers. The contribution of the May 2026 reporting was empirical. The Financial Times, working with independent researchers at Cybernews and a Cambridge security group, ran the modified models against a fixed test set of prompts that covered four categories: chemical and biological weapon synthesis, malware authoring, instructions for sexually exploitative material involving minors, and credit-card-theft pipelines. The original Llama and Gemma models refused on the order of ninety-five to ninety-nine percent of these prompts. The abliterated versions refused on the order of two to four percent.
Refusal rate by category โ original vs abliterated open-weight models (FT/Cybernews test set, %)
| category | originalRefusal | abliteratedRefusal |
|---|---|---|
| CBRN synthesis | 99 | 3 |
| Malware authoring | 96 | 2 |
| CSAM solicitation | 100 | 4 |
| Financial fraud | 95 | 2 |
The numbers are not surprising in either direction. What is operationally significant is that the residual two-to-four percent refusal rate appears to be coming entirely from prompt-pattern matches that the abliteration did not catch โ phrases the model had been trained to refuse via a different mechanism than the central refusal direction. None of the residual refusals involve any meaningful reasoning about the harm. They are, in effect, keyword-triggered. A second pass of abliteration over a slightly extended prompt set removes them.
The FT investigation did not test proprietary closed-weight models because the technique does not apply to them โ you cannot edit weights you do not have access to. This is the structural divide that the rest of this piece is about.
Open-Weight vs Closed-Weight: The Structural Divide Was Always There
The open-weight policy debate has been arguing about the wrong thing since at least 2023. The argument framed openness as a single axis on which models sat: fully open (weights, training data, training code, recipe), partially open (weights only, often with a license restriction), and closed (API access only). Safety advocates argued that more openness meant more risk; openness advocates argued that more openness meant more scrutiny, more derivative research, and more equitable access. Both sides treated the safety alignment built into the released checkpoint as a meaningful artifact that would constrain misuse for at least the population of users who did not have a research team behind them.
That framing has now collapsed. What the Heretic-era abliteration tooling demonstrates is that the safety alignment in an open-weight checkpoint is mathematically removable as a routine post-processing step, by a single person, on a consumer laptop, in less time than it takes to download the model. The "alignment" never had load-bearing structural integrity. It was a thin layer of post-training that biased the residual stream toward refusal in a narrow set of directions, and those directions can be located and zeroed out by anyone willing to read the documentation.
This does not mean open-weight models are bad. It means the safety claim that ships with the open-weight checkpoint is, in any threat model worth taking seriously, irrelevant. Whatever risk-or-benefit calculation you do about releasing a frontier model with weights should not include "the alignment training will deter misuse" as a term, because that term is now empirically zero.
Provenance of 3,500+ decensored open-weight model variants on Hugging Face (May 2026, %)
| Name | Value |
|---|---|
| Heretic / abliterit | 64 |
| Custom QLoRA undoing | 18 |
| Hand-crafted ablation | 9 |
| Other / unknown | 9 |
The corollary, which is uncomfortable for the closed-weight labs but worth saying out loud: closed-weight models are not safer by design. They are safer by inaccessibility. The same linear-direction structure exists in GPT-5, Claude 4, and Gemini 3. The same surgical removal would work on those models if anyone had access to the weights. The lab does not release the weights, so the technique cannot be applied. This is a meaningful operational defense, but it is not a safety property of the model itself. It is a confidentiality property of the deployment.
The implication is that any closed-weight model that leaks its weights โ by theft, by insider exfiltration, by a future regulatory decompilation requirement, or by being deprecated and made available โ becomes operationally equivalent to an open-weight model from the safety perspective. The leaked Mistral-Medium weights from 2024 demonstrated this at small scale. The same dynamic applies to any frontier checkpoint.
Why The Technique Works At All โ The Compressed-Alignment Problem
Why is the refusal behavior concentrated in such a small number of directions? Why isn't safety alignment distributed across the model in a way that would make surgical removal impossible?
The answer is in the training procedure. Models are trained on huge amounts of internet text in pretraining, which is where most of the model's capabilities come from. The safety alignment is applied afterward via reinforcement learning from human feedback (RLHF), direct preference optimization (DPO), constitutional AI, or some combination. The post-training datasets are tiny compared to pretraining โ typically tens to hundreds of thousands of examples versus trillions of tokens. The optimizer finds the cheapest possible change to the network that satisfies the new objective.
The cheapest change, given that pretraining has already produced a model that can reason about almost anything, is to install a small refusal classifier into the residual stream and learn to push that direction whenever the input matches the refusal-eligible pattern. This is structurally similar to how a small low-rank adapter could be added to the network โ except that it is distributed into the existing weights rather than being a separate module.
The result is that the alignment lives in a low-dimensional subspace of the weight space. And anything that lives in a low-dimensional subspace can be located and removed if you have access to the inputs and the activations, which you do if you have the weights.
Effective dimensionality of refusal subspace in frontier open-weight models โ estimated dimensions
| year | dimensionEstimate |
|---|---|
| 2023 | 8 |
| 2024 | 4 |
| 2025 | 3 |
| 2026 | 2 |
The trajectory in the chart above is the part that should make alignment researchers uncomfortable. The number of dimensions in which refusal is encoded has gone down over time, not up. Newer alignment methods produce more efficient refusal circuits โ and "more efficient" here means "more compressed into fewer directions," which means "easier to abliterate." The post-training procedures the labs have moved to in 2025 and 2026 โ DPO, constitutional self-critique, RLAIF โ produce models that are easier to decensor than the RLHF-aligned models from 2023, not harder.
This is the compressed-alignment problem. Better alignment efficiency, by every metric the labs publish, increases the surgical removability of the alignment. Distillation makes it worse. A model distilled from a strongly aligned teacher inherits a refusal subspace that is, if anything, even more linear than the teacher's.
If you take this trend line seriously, the long-run answer is not "make the refusal subspace higher-dimensional." It is "do not rely on weight-level alignment as a load-bearing safety property for open-weight models at all."
What This Does To The Enterprise Stack
Enterprise AI deployments have, since roughly 2023, treated open-weight models as the cost-controlled tier of the stack. Llama, Mistral, and more recently Qwen and GLM have been deployed inside corporate firewalls precisely because the alternative โ sending sensitive data to a third-party API โ was a non-starter for many compliance frameworks. The pitch from the open-weight ecosystem was that you got frontier-class capability with the safety alignment baked in, and you did not have to trust an external vendor with your data.
The safety-alignment-baked-in part of that pitch is now operationally false in the threat model where any employee with shell access to the model server can abliterate the checkpoint. It is still true in the threat model where the checkpoint is read-only and only accessible through a tightly controlled inference layer. The difference is that the first threat model is the actual one most enterprises have, and the second is the one they would have if they had treated their model checkpoints with the same operational hygiene they treat their database backups.
Open-weight model operational controls in Fortune 1000 deployments (May 2026 survey, N=148, % of orgs)
| control | presentInOrgs |
|---|---|
| Read-only checkpoint store | 12 |
| Inference-only access for app teams | 31 |
| Checkpoint signing & verification | 7 |
| Continuous refusal-rate monitoring | 4 |
| Per-prompt safety classifier above model | 23 |
The numbers in that chart are roughly the state of enterprise practice as of May 2026. Twelve percent of Fortune 1000 deployments have their open-weight checkpoints stored on read-only media or with cryptographic signature verification before load. Four percent run any kind of continuous monitoring of the model's refusal rate against a fixed safety probe set โ the control that would actually detect that an abliterated checkpoint had been swapped in. The single most-deployed safety control, at twenty-three percent, is a separate safety classifier that sits between the model and the user โ the one control that is independent of whether the model itself has been modified.
That last number is the operational good news in the picture. A safety classifier above the model is the right design. It does not care whether the underlying generation model has been abliterated, because it is reading the prompt and the output independently and applying its own policy. The bad news is that only twenty-three percent of enterprises have one, and that the safety classifier itself is typically a smaller model whose alignment is subject to the same removability properties โ except that it sits in a more controlled position in the architecture and can be deployed as a managed service from a vendor that does not release its weights.
The architectural conclusion is that enterprise open-weight deployment in 2026 is a three-layer problem. There is the generation model, which is abliterable and should be assumed to be. There is the safety classifier layer, which should be a separate, vendor-managed component that does not share weights with the generation model. And there is the operational control layer, which is the boring infrastructure work โ checkpoint signing, read-only storage, continuous refusal-rate probing, alerting on drift. Most of the work of 2027 enterprise AI deployment is going to be in the third layer, because the first two are vendor problems and the third one is the customer's problem and is currently underbuilt.
What This Does To Policy
The policy debate about open-weight model releases has been running parallel to the technical reality for at least two years. The dominant policy framings โ the EU AI Act's tiered obligations for general-purpose AI models, the US AI Executive Order's reporting thresholds, the UK AI Safety Institute's pre-release evaluations โ all assume that the alignment training applied to a released checkpoint is part of the safety surface of that release. The Heretic-era reality is that it is not.
This does not invalidate the policy frameworks, but it changes what they should be regulating. The relevant question is no longer "does the released model refuse harmful prompts?" โ that question now answers itself with "yes, until someone runs Heretic on it, which takes ten minutes." The relevant questions are:
First, what capabilities are released? A model that does not have the underlying capability to produce CBRN-relevant uplift does not become dangerous when its refusal layer is removed. A model that does have that capability does. The capability evaluation, not the refusal evaluation, is the load-bearing safety property of an open-weight release.
Second, what is the distribution counterfactual? A model released as open-weight after the same capability is already available in three other open-weight releases does not change the threat landscape meaningfully. Releasing a meaningfully more capable open-weight model than anything previously released does. This is the argument the policy community has been making about "marginal risk" โ and it is the right argument, just formerly obscured by the alignment-removability question.
Third, what monitoring infrastructure exists post-release? Once a model is released open-weight and abliterated variants begin to circulate, the question is whether the infrastructure exists to track downstream usage, identify patterns of misuse, and respond. This is roughly the model that applies to other dual-use technologies โ encryption, precursor chemicals, specific software libraries โ and it is the model that open-weight AI policy is going to converge on, because alignment-at-release is not a defensible regulatory hook.
Composition of open-weight release safety arguments in regulatory submissions โ share of cited mitigations (%)
| quarter | alignmentAtRelease | capabilityCounterfactual | postReleaseMonitoring |
|---|---|---|---|
| 2025-Q1 | 78 | 14 | 8 |
| 2025-Q3 | 65 | 22 | 13 |
| 2026-Q1 | 48 | 31 | 21 |
| 2026-Q2 | 32 | 38 | 30 |
The composition shift visible in that chart is what an industry adjusting to empirical reality looks like. The "alignment training will deter misuse" argument was sixty-five percent of the cited safety mitigation in open-weight release submissions in mid-2025 and is on track to be below a third by the end of 2026. The arguments that replace it โ capability counterfactual analysis and post-release monitoring infrastructure โ are the ones that were previously secondary and are now load-bearing.
What This Means For The Closed-Weight Competitive Lane
The closed-weight frontier labs โ Anthropic, OpenAI, Google's proprietary-model side, xAI โ have spent the last two years arguing that their safety story is one of the things that justifies their pricing and their access controls. The argument has always had a soft underbelly, because the labs were also the ones publishing the alignment research that the open-weight community was reading. The work that made Heretic possible was, in significant part, work done by alignment teams at Anthropic and at DeepMind and published in venues like NeurIPS and ICLR.
The closed-weight labs are now in an awkward dual posture. On the one hand, they want to argue that their safety story is real and is part of why enterprises should pay for API access rather than self-hosting open-weight alternatives. On the other hand, the public research record makes clear that their safety story relies on weight confidentiality rather than on weight-level robustness. The same abliteration would work on their models if the weights were available.
The honest framing of the closed-weight value proposition in mid-2026 is something like: "Our model has the same alignment-removal vulnerability as the open-weight models, but we operate the inference layer ourselves, we monitor the prompts and outputs at scale, we can detect and respond to misuse in ways a self-hosted deployment cannot, and we contractually commit to a safety regime that includes incident response, content moderation, and policy enforcement." That is a real value proposition. It is just a different one from "our model is safer."
This is the framing I expect to see migrate into the closed-weight marketing materials over the next two quarters. Anthropic and OpenAI have both already begun emphasizing operational controls โ input filtering, output filtering, model usage monitoring, abuse detection โ over model-level alignment as the primary safety story. The infrastructure-as-safety frame is the one that survives contact with the abliteration reality. The alignment-as-safety frame does not.
Frontier-lab safety messaging โ alignment language vs operational-infrastructure language (share of safety claims, %)
| quarter | alignmentLanguage | infrastructureLanguage |
|---|---|---|
| 2025-Q1 | 67 | 18 |
| 2025-Q3 | 58 | 27 |
| 2026-Q1 | 42 | 41 |
| 2026-Q2 | 31 | 54 |
The Heretic-Era Threat Surface, Concretely
Concretely, what does the post-Heretic deployment surface look like for the people who have to defend against it?
There is the inside-the-firewall self-hosted scenario, where an employee with shell access to a model server can abliterate the local checkpoint and swap it in. This is the highest-priority operational problem and has the clearest mitigation: signed checkpoints, read-only storage, continuous refusal-rate probing.
There is the publicly distributed abliterated-checkpoint scenario, where a motivated user downloads a pre-abliterated variant from Hugging Face. This is mostly a problem for the host platforms, not for enterprise defenders. Hugging Face has, since early 2026, begun flagging and quarantining models that match abliteration signatures, but the cat-and-mouse dynamic is unfavorable to the host.
There is the targeted personal-laptop scenario, where an individual user runs Heretic on a downloaded base model. This is the scenario the FT story focused on and the one with the most immediate policy implications. The mitigation here is not at the model layer at all โ it is at the distribution layer (what gets released) and at the downstream-monitoring layer (what gets tracked).
Operational risk score by deployment scenario (May 2026, 0โ100)
| scenario | currentRisk |
|---|---|
| Enterprise self-host with shell access | 89 |
| Public abliterated variant download | 76 |
| End-user laptop abliteration | 62 |
| API-routed closed-weight inference | 14 |
The most striking feature of the chart is the closed-weight API number. It is not zero โ closed-weight APIs have their own threat surface, including jailbreaks, prompt-injection-mediated tool abuse, and the rare model extraction attempt. But it is dramatically lower than every self-hosted scenario, and the gap is entirely about who controls the inference path. The operational lesson is that the safety advantage of closed-weight is real, just for a different reason than the labs traditionally argued. It is the operator advantage, not the model advantage.
The Predictions That Fall Out Of This
Three things follow from taking the Heretic-era seriously.
First, the open-weight licensing landscape will continue to shift toward licenses that prohibit decensoring as a term, even though those terms are unenforceable. The Llama and Gemma licenses already prohibit certain uses; the licenses will be amended over the next year to explicitly cover abliteration, the way some software licenses prohibit removing DRM. This will not stop the practice but it will be cited in policy submissions as evidence that the lab is doing its part.
Second, the closed-weight labs will move toward weight-confidentiality-as-a- service offerings that let enterprises run closed-weight models inside their own VPCs without the weights being readable by the customer. This is the direction Bedrock, Vertex, and Azure OpenAI are already moving with confidential computing. By end of 2027 I expect this to be the dominant deployment mode for sensitive-data enterprise AI, displacing both self-hosted open-weight and public-internet API access in regulated industries. This connects to my prediction on the inference price floor because the operator-side margin will increasingly come from the safety infrastructure layer rather than from the inference compute itself. The implication for enterprise procurement is that the right comparison is no longer "API token price vs self-hosted compute cost." It is "API token price plus safety-infrastructure-as-a-service value vs self-hosted compute cost plus the engineering cost of building checkpoint integrity, refusal-rate monitoring, and an independent safety classifier layer that is not subject to the abliteration vulnerability." When you do that comparison honestly, the closed-weight API number looks much better than the headline token price suggests, and the open-weight self-host number looks much worse. That re-pricing is going to show up in 2027 enterprise AI budgets as a shift in line-item composition, not a change in total spend.
Third, the open-weight ecosystem will bifurcate. Frontier-capability open-weight releases will face increasing regulatory friction as the abliteration reality is internalized by policymakers. Smaller, narrower open-weight models โ for code, for medical document summarization, for sentiment analysis โ will continue to ship freely because the capability counterfactual argument applies cleanly to them. The releases that will become harder are the ones that try to be frontier-class generalists in a single open-weight checkpoint.
What This Does Not Change
A few things this finding does not change, which are worth saying out loud because the news cycle around it has overstated some of the implications.
It does not mean open-weight models are uniquely dangerous compared to closed-weight models with leaked weights. The vulnerability is structural to the alignment technique, not to the openness of the release. If GPT-5's weights were public, GPT-5 would be abliteratable in approximately the same amount of time as Llama 3.3.
It does not mean alignment research is futile. The alignment work that matters most for safety-relevant deployments is the work on capability-internal alignment โ making the model's reasoning trustworthy in agentic settings, making it faithful to retrieved documents, making it debuggable when it fails. This is the work that ties directly to the reasoning-model-factuality paradox findings from last week. Refusal alignment is the most superficial layer of alignment work, and it is the layer that abliteration removes. The deeper work is harder to attack because it is woven into the capabilities themselves.
It does not mean that releasing models open-weight is wrong. The arguments for open-weight release โ research access, equity, vendor independence, auditability โ are unaffected by the abliteration finding. What it does mean is that those arguments cannot lean on "and the alignment training provides a safety floor" as a supporting term. The supporting term is gone. The remaining arguments stand on their own merits and have to be defended on those merits.
It does not mean the closed-weight labs are vindicated. Their safety story is a deployment-architecture story, not a model-design story. The model- design story they have been telling โ that their constitutional AI, their DPO, their RLHF is more robust than the open-weight competition's โ is, on the abliteration test, not differentially robust at all. The proprietary models would be just as abliteratable if you had access to their weights. They are protected by access control, not by alignment strength.
What To Read Next
If this finding is new to you, the three pieces of background that connect to it most usefully are: the Arditi et al. paper on refusal direction (the academic foundation); the Heretic repository on GitHub (the practical implementation); and the FT investigation from May 25 2026 (the empirical test on Llama and Gemma). The combination of those three gives you the technique, the tool, and the demonstrated effect.
If you are operating an enterprise AI stack, the operational priority is checkpoint integrity. If you are setting policy, the priority is moving the regulatory framework off of alignment-at-release and onto capability-counterfactual analysis plus post-release monitoring. If you are a frontier lab, the priority is honesty about which part of your safety story is doing the actual work and which part has been doing public relations.
The one-sentence version of where this leaves the field: open-weight safety alignment is now formally cosmetic, closed-weight safety is operationally real but architecturally distinct from what the labs have been describing, and the next two years of AI safety practice will be about rebuilding the deployment stack on top of that reality.
That rebuild is the work. The Heretic finding is the prompt. The deployment math has changed.
Further Reading
- The Reasoning Model Factuality Paradox โ why the deeper alignment work, the work on faithfulness and grounded reasoning, is harder to attack than refusal alignment and is where the next two years of safety research lives.
- AI Sovereignty Cascade โ Cohere, Aleph, Manus โ the jurisdictional layer of the open-weight question, and how three different regulatory regimes are responding.
- My prediction on reasoning-model price collapse โ the competitive-economics frame, and why the operator-margin story is going to shift from inference cost to safety infrastructure.

