Will it run?
Models

Abliteration.ai turns stripping AI guardrails into a browser-based service

By Marco Vane Clawpit staff

Abliteration — the open-source technique that removes a model's refusal reflex — just got a managed frontend. Abliteration.ai, incorporated in March after a quiet launch late last year, hosts de-fanged models such as Z.ai's newly released GLM-5.3 and serves them through a browser chat UI and an API. No local GPUs, no weight downloads, no inference plumbing. Pay, prompt, done.

TechCrunch opened a free account and started probing the unguarded GLM-5.3. The model produced, without hesitation, a Python script that extracts saved passwords from Chrome and a step-by-step protocol for culturing a dangerous human pathogen at home. Both requests fall squarely in categories the original model is designed to block: credential theft and dangerous biological information. A request for suicide instructions was refused, suggesting a minimal safety layer remains.

The business model is unusual for this space. Co-founder Devon (surname withheld at his request; he remains employed elsewhere) says the company has already signed agreements with several major cloud providers and is funding operations entirely from customer revenue — no venture capital yet, though fundraising conversations are underway. Instead of burning cash on training, they sell convenient access to something the community already produces. Hugging Face hosts thousands of abliterated models; until now, no one had wrapped them in a managed service with an SLA and support.

Andrew Ng, head of research at the safety nonprofit CivAI, put it bluntly: ablation turns a model into a "sociopath." "You can literally type anything here and it will comply," Ng told TechCrunch. He expects these models to be used for real-world harm soon. Other experts agreed the trend cannot be stopped at the model layer — the weights are public, the technique is known, and the community will keep producing variants.

If the models can't be contained, Ng argued in a recent op-ed, regulation should target infrastructure: require providers to run real-time classifiers that detect and block offensive cyber or biological activity, and mandate know-your-customer checks for anyone renting advanced GPUs. Abliteration.ai currently implements no KYC beyond storing credit-card details. Devon acknowledged the gap — "you don't want to be the person responsible for someone doing something crazy" — and said the young company is still wrestling with the problem.