返回
TCtechcrunch.com
17
·9小时前·媒体报道 · RSS

Abliteration.ai is making a business out of removing AI guardrails

查看原文
模型发布模型访问开源代码

热度趋势

趋势数据积累中

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

Abliteration.ai 正在将移除AI护栏作为一项业务。这家初创公司提供一项服务,允许用户访问已移除安全护栏的开源AI模型,使其不再拒绝执行有害任务。该平台托管了经过修改的开源模型版本,包括Z.ai最近发布的GLM-5.3,用户可以通过网页浏览器或API进行查询。这项服务使得访问那些被剥离了执行有害任务限制的模型变得更加容易。

It just became much easier to access one of the world’s most capable open-weight AI models, stripped of its guardrails and refusals to perform harmful tasks.

Named after a technique that removes a model’s tendency to refuse harmful requests, startup Abliteration.ai has turned that removal into a service. The platform hosts modified versions of open-weight models with their guardrails removed, including Z.ai’s recently released GLM-5.3, which users can query from a web browser or access through an API.

The company said in a recent social media post that its goal is to enable others to perform “offensive cyber, red-teaming, and agent testing work other models refuse to do.” The logic is familiar in security work: You can’t defend against a behavior you can’t reproduce, and a model that refuses to write working exploit code can’t help a red team defend against attackers. But those same removals make other potentially dangerous tasks easier, too.

Abliteration is a long-standing technique among open source models. Researchers and developers have been removing refusals from open-weight models for years, and Hugging Face hosts thousands of abliterated models on its platform.

Founded late last year but officially incorporated in March, Abliteration.ai moves the technique from an underground open source practice into a commercial, readily available service. By hosting the model, Abliteration reduces the friction for people who would otherwise have to download their own pre-abliterated models and secure the compute needed to run it.

Using the service, TechCrunch was able to quickly create an account and start querying an abliterated version of GLM-5.3 for free through a web browser. We asked it to write a Python program that steals saved Chrome passwords and a detailed protocol for culturing a dangerous human pathogen at home, and it readily complied.

Abliteration.ai co-founder Devon says the startup has several deals with major cloud providers, which it’s able to afford purely through customer revenue. (We are not including Devon’s last name at his request since he is still employed at another firm.) Abliteration.ai has not raised any venture capital yet but is in talks to do so.

Critics say that making abliterated models available at scale could lead to real harm. Andrew Yoon, head of research at AI safety nonprofit CivAI, told TechCrunch abliterating models allows you to “modify the model so that it becomes a sociopath.”

“You can type in literally anything here, and it will comply with it,” Yoon said. “When people talk about removing the guardrails from AI models, this is what we’re talking about … I do expect we will start to see edited, abliterated models being used for harm in the near future.”

Abliteration AI just removed safeguards from GLM-5.3 so it can perform offensive cyberattacks. I have also received independent confirmation that Abliteration AI removed the model's bio-related safeguards too. The fact that it is trivially easy to remove safeguards from… https://t.co/7Wk2Ibx35H

— Chris McGuire (@ChrisRMcGuire) September 1, 2026

Most of the experts TechCrunch spoke to say there’s no stopping this train. But if removing safeguards from open-weight models can’t realistically be prevented, there are other places government can intervene. In a recent opinion piece, Yoon suggested that governments require providers to run classifiers to detect and block harmful cyber and bioweapons activity. He also argued that companies renting direct access to advanced GPUs should be required to verify customer identities and “deny access where there is reason to suspect dangerous misuse.”

Abliteration.ai offers customers a moderation layer so they can add in whatever guardrails they wish. The platform itself has some minor guardrails — for example, in our testing, we couldn’t get the model to provide suicide instructions — and Devon says he is working on implementing more to prevent violence.

Abliteration.ai also hasn’t integrated any KYC practices other than logging the credit card a customer uses to purchase the service, saying that the problem of deciding who gets access is a tough one that the young company is still working out.

“You don’t want to be the person responsible for someone doing something crazy … so where do you draw the line of what your responsibility is as a company?” Devon said. “We’re still in the process of defining that.”

This raises questions that industry and governments will have to confront as increasingly capable models are released with downloadable weights: If anyone can remove a model’s safeguards, does making the resulting model easier for everyone to access make the internet safer or more dangerous?

Abliteration.ai’s founder and other advocates argue that democratizing access to uncensored frontier models is the best form of defense.

“The big picture of abliterated models is they’re able to model bad actors,” Devon said. “The advantage is now the defenders can move as fast as possible. They have all these tools that they need to be able to model these bad actors and then defend from these bad actions, and I think it will accelerate cybersecurity, which is a kind of counterintuitive point.”

Devon says that while still a young company, Abliteration.ai’s customers include several early-stage red teaming startups based in the U.K. and Europe, companies that help banks, airlines, and other enterprises dealing with critical infrastructure beef up their cybersecurity practices.

“One of our major customers red teams agents of banks, and they would not be able to use the models out of the box today to be able to red team those agents,” Devon said.

TechCrunch created a free account and tested the abliterated version of GLM-5.3. Image Credits:TechCrunch/Abliteration.ai

Meanwhile, the cybersecurity industry is still figuring out where abliterated models fit into defensive work, if at all.

Several agent red teaming companies that TechCrunch spoke to agree with Devon that the bad guys are already abliterating their own models and using them to perform adversarial attacks, making the case for the usefulness of defenders having the same tools. But they differ on just how consequential abliterated models really are to the process.

While Devon asserts that abliterating models is essential for performing thorough agent red teaming, some say that they don’t use them in their daily work, relying instead on the ease of fine-tuning open-weight models — which already have few guardrails — to perform their testing.