DEV Community

Auton AI News
Auton AI News

Posted on Originally published at autonainews.com

A Startup Is Selling Access to AI Models With Their Safety Guardrails Removed

Key Takeaways

  • Abliteration.ai launched a subscription service in September 2026, offering open-weight AI models with safety guardrails permanently removed at the weight level.
  • Independent testing found the hosted service complies with requests it should refuse, a capability advocates say aids red-teaming and defenders say increases real-world risk.
  • The commercialization of this technique makes AI model safety controls unpatchable, creating a significant challenge for regulatory compliance. A startup called Abliteration.ai has turned a long-standing open-source technique, removing a model’s tendency to refuse harmful requests, into a commercial, hosted service, reducing the technical effort and compute access previously required to run a stripped model yourself. TechCrunch’s own testing found the platform would readily comply with requests it should refuse, raising the question industry and regulators are now confronting: if guardrail removal can’t realistically be prevented, where does responsibility fall?

Removing LLM Safety for a Fee

A startup incorporated in March 2026 is now selling access to AI models with their safety guardrails permanently removed at the weight level, turning a fringe open-source technique into a managed, subscription service. Abliteration.ai launched in September 2026 with plans starting at $20 per month, offering an OpenAI-compatible API and models drawn from open-weight releases, including a stripped version of Z.ai‘s GLM-5.3.

What Abliteration Actually Does

Abliteration is distinct from prompt jailbreaking. Where jailbreaking attempts to circumvent guardrails through prompting, abliteration modifies the model’s weights directly: it identifies the internal states that produce safety refusals and projects that direction out of the model’s attention and MLP layers. The model retains its general capabilities, including instruction-following and tool use, but no longer defaults to refusal for harmful requests. The original developers lose practical control the moment the weights are publicly released.

The service wraps the stripped models with a layer for client-side governance, audit logs and custom redaction or escalation rules, which the company says maintains auditability for enterprise customers.

The Safety Case Against It

In testing by the Financial Times and AI safety group Alice in May 2026, abliteration-based tools removed safeguards from Google’s Gemma 3 and Meta’s Llama 3.3 in under 10 minutes, generating outputs covering chlorine gas dispersion, ricin lethality and credit card theft code. Models offered directly by Abliteration.ai have, in testing, produced Python code to exfiltrate Chrome passwords and step-by-step protocols for culturing dangerous human pathogens.

Researchers at West Point’s Combating Terrorism Center have warned that abliteration can strip guardrails from almost any open-weight model. The concern is structural, not just about one company: the availability of open-weight models means any sufficiently motivated actor can apply the same technique without paying for a service. Not everyone in the security industry agrees the technique is as consequential as it sounds. Ahmed Aly, CEO of red-teaming firm Fabraix, told TechCrunch that abliteration strips some of a model’s knowledge and capability along with its refusals: “If you’re actually trying to do real harm with it, cyber harm, bio harm, it will not be as effective.” Several red-teaming companies said they rely on fine-tuning open-weight models rather than abliterated ones for that reason. As legislators in several jurisdictions begin targeting AI-enabled harms the gap between what safety measures AI labs embed at training and what users can remove post-release is one of the harder problems for any compliance framework to address. Abliteration.ai’s commercial packaging makes that gap visible, but it does not create it.


Originally published at https://autonainews.com/abliterationai-sells-permanent-ai-safety-removal-for-20-a-month/

Top comments (0)