Bitcoin

Bitcoin

$77,213.55

BTC 0.28%

Ethereum

Ethereum

$2,106.63

ETH 0.42%

  • Login
  • Register
Metaverse Media Group
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
No Result
View All Result
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
No Result
View All Result
Metaverse Media Group

Stripping safety guardrails from open-weight AI models is now a turnkey commercial service

Stripping safety guardrails from open-weight AI models is now a turnkey commercial service

The Decoderby The Decoder
6 September 2026
Abliteration.ai sells access to modified open-weight models with their trained safety mechanisms stripped out, currently based on Z.AI’s GLM-5.3. The startup markets the service for offensive cybersecurity and red teaming, but journalists were able to generate malware instructions without much effort. Whether the benefits outweigh the risks remains an open question. The article Stripping safety guardrails from open-weight AI models is now a turnkey commercial service appeared first on The Decoder….


Tomislav Bezmalinović


Sep 6, 2026

Image description

Nano Banana Pro prompted by THE DECODER

Key Points

  • The US startup Abliteration.ai strips trained refusal mechanisms from open-weight models like GLM-5.3 and sells access to the modified versions through a commercial API.
  • Abliteration suppresses many of the model’s refusals so it can be used for cybersecurity testing, red teaming, malware analysis, and similar work.
  • Customers don’t need to run the model on their own GPU infrastructure, but that same ease of access also lowers the barrier to misuse.

Abliteration.ai removes trained refusal mechanisms from powerful open-weight models and sells access to the modified versions as a service. There’s a legitimate market for that, but the same setup creates a difficult security trade-off.

Anyone with access to an open-weight model’s weights can modify its trained safety mechanisms. The US startup Abliteration.ai has built a business around exactly that. In late August, it launched “abliterated-model-large-v2,” a modified version of Z.AI’s GLM-5.3 designed to refuse sensitive requests far less often.

The technique is called abliteration. Put simply, the process finds internal activation patterns in the model that trigger refusals. The model weights are then tweaked to suppress those patterns. This isn’t a prompt jailbreak but a change to the model itself. Abliteration.ai claims that coding, cyber, and agentic capabilities stay mostly intact.

Balkendiagramme von Abliteration.ai vergleichen die abliterierte GLM-5.3-Version mit anderen KI-Modellen bei Terminal-Bench 4.0, CyberGym und ExploitGym.
Abliteration.ai compares its abliterated GLM-5.3 model to competing models across three benchmarks. | Image: Abliteration

The company’s in-house evaluations are meant to back that up. For the abliterated GLM-5.3 version, Abliteration.ai reports 84.5 percent on CyberGym, 41.8 percent on Terminal-Bench 4.0, and 105 solved ExploitGym tasks in two hours. The model doesn’t lead across the board, though. In the company’s own table, GPT-5.5 tops CyberGym at 85.6 percent, and GPT-5.6 Sol and Fable 5 score well above it on ExploitGym. Abliteration.ai also acknowledges that the comparison scores come from different harnesses and compute budgets, which limits how directly they can be compared.

Why GLM?

The predecessor model, “abliterated-model-large,” was also based on GLM-5.2. According to Abliteration.ai, earlier GLM versions were deliberately trained in ways that made them harder to use for practical security work. Z.AI has written that GLM-5.3’s cyber capabilities grew faster than expected during post-training.

GLM combines strong coding, agentic, and cyber performance with open weights and a commercially usable license. Alternatives exist from Qwen, DeepSeek, and Mistral. Z.AI allows modifications, derivatives, and commercial “Model as a Service” offerings. Its license therefore allows Abliteration.ai to modify GLM-5.3, host the resulting model, and sell access to it.

Open weights, proprietary service

Abliteration itself isn’t new. Developers have been publishing modified models on Hugging Face for years. Abliteration.ai doesn’t make its modified weights available for public download. Instead, it handles hosting and operations. The abliterated GLM-5.3 costs five dollars per million input or output tokens at the standard rate.

The service gives customers access to the model without having to download it or run the GPU infrastructure themselves. That turnkey setup also lowers the barrier to problematic use.

The company says demand already exists

Abliteration.ai markets the model for offensive cybersecurity, AI red teaming, agent testing, and trust and safety work. That includes reproducing known vulnerabilities, proof-of-concept exploits, malware analysis, and simulated phishing attacks.

An anonymous founder of the startup said on the ThursdAI podcast that early demand came especially from companies testing AI agents deployed by large organizations and banks. Those systems need to be checked to see whether attackers can use jailbreaks or prompt injection to trigger unauthorized actions.

How much abliteration is actually needed for that kind of work remains an open question. According to SaferAI, the unmodified GLM-5.2 already refused zero tasks in its offensive security evals. Some practitioners are skeptical, too. Several red-team providers interviewed by TechCrunch said abliterated models aren’t part of their routine work. The security company Fabraix, for example, relies more heavily on fine-tuning open models.

Zero retention is both a selling point and a risk

TechCrunch reported that it got the model to produce code for extracting saved Chrome passwords and a detailed guide for cultivating a dangerous pathogen without much difficulty. Safety mechanisms still kicked in for self-harm requests, though. According to the FAQ, Abliteration.ai also blocks sexual content involving children. Customers can optionally add more rules.

Prompts and responses are not stored, according to the provider. Operational metadata like token counts, timestamps, model IDs, and billing data are retained. For legitimate security teams, that can keep confidential source code or undisclosed vulnerabilities out of the provider’s stored data. If the service is abused, however, Abliteration.ai says it has no prompt or response logs to inspect afterward. The company also doesn’t require conventional identity or ID verification. That can make problematic use harder to investigate, even though account, payment, and usage metadata are still kept.

The anonymous company representative argues that identity checks wouldn’t reliably distinguish legitimate users from malicious ones. He also says tighter access controls could put smaller security firms at a disadvantage compared to large enterprises.

The customer sets the rules

Through an optional policy gateway, enterprise customers can define which requests are allowed, blocked, modified, or logged. The company also sells synthetic training and evaluation data. Standard model access, however, remains largely unrestricted. Additional control rules have to be explicitly turned on.

The same philosophy extends to government customers. Abliteration.ai says it is registered for US government procurement on SAM.gov and promotes versioned models, audit logs, and agency-specific rules, starting with pilot projects that don’t involve Controlled Unclassified Information (CUI).

Modifying GLM-5.3 is allowed under its license. Whether any specific use is legal depends on what’s being done and which jurisdiction applies. For security testing, Abliteration.ai explicitly requires written authorization for target systems and compliance with applicable laws. That leaves a separate question of what responsibilities a provider should take on when it offers powerful offensive capabilities through a readily accessible service.

Abliteration.ai isn’t the first to do this. Providers like Audn.AI with PenClaw and Silk Compute also host abliterated or largely unrestricted models for security use cases. Abliteration.ai’s particular offering combines GLM-5.3 with straightforward API access and an optional policy layer for enterprise customers.

The modification doesn’t leave the rest of the model untouched

A preliminary study suggests that refusals can be sharply reduced in certain models without a comparable decline in code-generation performance. Other experiments, however, find behavioral changes even on tasks where the base model didn’t refuse anything at all. In other words, abliteration doesn’t surgically remove a single trait but reaches deeper into how the model behaves.

Abliteration.ai also shifts much of the decision-making over model limits from the provider to the customer, and whether that arrangement can serve legitimate security work without making harmful uses substantially easier remains unresolved.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive “AI Radar” frontier report six times a year, full archive access, and access to our comment section.


Subscribe now

Read the full article on The-Decoder.com
in AI
Reading Time: 6 mins read
0
0
22
VIEWS
Share on TwitterShare on Facebook

Subscribe to our newsletter

For the latest news & monthly prize giveaways
Join Now

Subscribe to our newsletter

For the latest news & monthly prize giveaways
Join Now
ADVERTISEMENT

Related Posts

Ninja Artisan electric pizza oven review: so good it might even convert the purists
AI

Ninja Artisan electric pizza oven review: so good it might even convert the purists

9 minutes ago
19
I’m a father of three who studies the impact of artificial intelligence: this is what parents need to know about AI
AI

I’m a father of three who studies the impact of artificial intelligence: this is what parents need to know about AI

9 minutes ago
19
Google’s WeatherNext 3 ditches physics simulations and learns weather directly from live satellite data
AI

Google’s WeatherNext 3 ditches physics simulations and learns weather directly from live satellite data

32 minutes ago
20

Comments

Please login to join discussion
ADVERTISEMENT

Latest News

  • All
  • Crypto
  • NFTs
  • Technology
  • Business
Ninja Artisan electric pizza oven review: so good it might even convert the purists
AI

Ninja Artisan electric pizza oven review: so good it might even convert the purists

The Guardian
by The Guardian
9 minutes ago
19
I’m a father of three who studies the impact of artificial intelligence: this is what parents need to know about AI
AI

I’m a father of three who studies the impact of artificial intelligence: this is what parents need to know about AI

The Guardian
by The Guardian
9 minutes ago
19
Google’s WeatherNext 3 ditches physics simulations and learns weather directly from live satellite data
AI

Google’s WeatherNext 3 ditches physics simulations and learns weather directly from live satellite data

The Decoder
by The Decoder
32 minutes ago
20
Bukele Denies El Salvador Transferred Its Bitcoin Reserve
Crypto

Bukele Denies El Salvador Transferred Its Bitcoin Reserve

Bitcoin.com News
by Bitcoin.com News
38 minutes ago
23
My Brief Summer Fling With Siri AI
AI

My Brief Summer Fling With Siri AI

Wired
by Wired
39 minutes ago
20
Why China Is the Bogeyman Data Center Enthusiasts Just Can’t Quit
AI

Why China Is the Bogeyman Data Center Enthusiasts Just Can’t Quit

Wired
by Wired
1 hour ago
23
Load More
Next Post
Why China Is the Bogeyman Data Center Enthusiasts Just Can’t Quit

Why China Is the Bogeyman Data Center Enthusiasts Just Can't Quit

ADVERTISEMENT

Follow Us

Categories

  • Crypto
  • NFTs
  • AI
  • Technology
  • Business
  • Crypto
  • NFTs
  • AI
  • Technology
  • Business
Subscribe to our Newsletter

© 2022 Metaverse Media Group – The Metaverse Mecca

Privacy and Cookie Policy | Sitemap

Welcome Back!

Sign In with Google
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Google
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
Bitcoin

Bitcoin

$77,213.55

BTC 0.28%

Ethereum

Ethereum

$2,106.63

ETH 0.42%

  • Login
  • Sign Up
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.

Subscribe to our newsletter

Get the latest news & win monthly prizes

Subscribe to our newsletter

For the Latest News and Monthly Prize Giveaways

Join Now
Join Now