What Happens When the Model Provider Removes the Guardrails?

A Palo Alto startup called Abliteration has released an open-weight AI model specifically designed to remove many of the refusal mechanisms built into its underlying model. Its pitch is straightforward: AI that “doesn’t say no,” including for offensive cybersecurity, red-teaming and agent-testing work that mainstream models may refuse.

There is a legitimate problem behind the product. Over-refusal can make AI frustrating or even unusable for legitimate work in fields like cybersecurity and biology. But Abliteration illustrates a larger architectural reality: We cannot assume the foundation model will always contain the behavioral controls an enterprise needs. Models can be changed, replaced, jailbroken, fine-tuned or deliberately released without them.

That makes model-independent governance increasingly important. VERN OS gives organizations a deterministic control layer that remains theirs regardless of which LLM sits underneath it.

Most of the AI safety conversation assumes that foundation-model companies will continue trying to make their models safer.

A new startup is testing what happens when someone deliberately moves in the opposite direction.

Gizmodo reports that Palo Alto-based Abliteration has released a model built from Z.ai’s open-weight GLM-5.3 with many of its refusal mechanisms removed. The company’s positioning is unusually explicit: Its AI “doesn’t say no.” Abliteration says its latest model can perform offensive cybersecurity, red-teaming and agent-testing work that other models refuse. The company says it still maintains some boundaries, including prohibitions involving child sexual abuse material and self-harm.

The immediate debate will understandably be about whether releasing models like this is responsible. For enterprises, however, there is another lesson buried inside the story.

You don’t control what happens to the underlying model ecosystem.

Guardrails Are Becoming a Model Variable

There is a legitimate reason developers complain about AI refusals.

Gizmodo notes that Anthropic faced complaints after developers found its Fable 5 model refusing some legitimate requests involving cybersecurity and biology. Abliteration is effectively betting that there is a market for capable models with dramatically fewer restrictions.

That tension isn’t going away.

Some models will be highly restrictive. Others will prioritize usefulness. Open-weight models can be modified after release. Companies can fine-tune models. Developers can attempt jailbreaks. New providers can emerge with completely different safety philosophies.

Enterprises are simultaneously moving toward architectures where they can switch among models based on cost, latency, capability or use case.

Put those trends together and an important problem emerges: If your behavioral governance lives entirely inside the model, changing the model can change your governance.

That is a fragile foundation for an enterprise system.

The Application Should Own Its Behavioral Rules

Imagine a bank builds a customer-facing AI on a foundation model whose safeguards prevent certain financial behaviors. Those restrictions become an invisible part of the bank’s risk architecture.

Then the bank changes models.

The new model may interpret those boundaries differently. A future version may become more permissive. An open-weight implementation could be modified. A jailbreak could change its behavior during an interaction.

The bank’s policies haven’t changed, but the system enforcing them has.

Enterprise software solved versions of this problem long ago by separating application logic from underlying infrastructure. Access control doesn’t disappear because a database changes. Transaction limits don’t depend on whether an employee feels like honoring them. Business rules belong to the organization.

AI behavioral rules should increasingly work the same way.

This Is Why VERN OS Sits Outside the LLM

VERN OS was designed around the assumption that the underlying intelligence will keep changing.

An organization should be able to use one LLM today and another tomorrow without rebuilding the behavioral expectations governing its AI. The model can become more powerful, less restrictive or simply different while VERN OS maintains deterministic runtime control over the experience.

That changes the relationship between the enterprise and the foundation-model provider.

The organization owns its behavioral requirements.

If the underlying model refuses something the organization legitimately wants it to do, the enterprise can choose a different model. If a more permissive model will perform the task but needs tighter behavioral boundaries, those controls remain at the VERN OS layer.

This also creates an interesting answer to the false choice between highly restricted AI and completely unrestricted AI.

Enterprises can choose intelligence based on capability and govern behavior based on their own requirements.

Open Models Make This More Urgent

Abliteration’s model is based on an open-weight model, and Gizmodo notes that open-source models are currently exempt from the federal government’s voluntary pre-release safety-check framework. Critics quoted by the publication worry that deliberately removing safeguards could create a secondary market for effectively jailbroken models.

Whether Abliteration itself becomes significant is almost beside the point.

The capability to modify models already exists.

There will be thousands of models, fine-tunes and specialized variants. Enterprises will increasingly orchestrate several of them. Agents may even choose models dynamically depending on the task.

That makes expecting every model to share the same behavioral philosophy unrealistic.

The control point has to move closer to the organization deploying the AI.

Human Control Should Survive a Model Swap

The AI industry is still extraordinarily model-centric. We debate which model is safest, smartest, cheapest or least likely to refuse.

Enterprise architecture ultimately needs to be more durable than that.

A company should be able to replace GPT with Claude, Claude with Gemini, an open model with a proprietary one, or tomorrow’s model with something that hasn’t been invented yet without surrendering the behavioral rules governing its AI.

Abliteration is an extreme example, but that is precisely why it’s useful.

It demonstrates that safeguards embedded in a foundation model ultimately belong to whoever controls that model.

If enterprises want durable control over AI behavior, the control layer needs to belong to them.