Your Compressed Models Pass Every Benchmark. That Is Not the Same as Agent-Safe
Production AI

Your Compressed Models Pass Every Benchmark. That Is Not the Same as Agent-Safe

July 2026 · Black Sheep AI Research

You compress models to cut inference cost and to run on-device. Your acceptance tests stay green: perplexity holds, task accuracy holds, the fidelity check holds. Then the model runs as an agent and adds a step to a procedure that nobody wrote. Agentic reliability is a separate axis, and the standard acceptance stack does not measure it.

The trade you think you are making

Compression is a good trade. A well-quantized model costs a fraction of the original to serve, fits smaller hardware, and keeps its quality on the benchmarks you track. The assumption underneath is that if the numbers hold, behavior holds. For agents, that assumption breaks.

We measured it. A gently-compressed model that sits inside the standard perplexity acceptance band invents procedure steps when it executes a standard operating procedure, at a rate its uncompressed twin never shows. The benchmarks that approved the build cannot see the failure, because none of them test whether the model follows a procedure faithfully.

Why your current gates miss it

What the failure costs in production

An agent that invents a step is worse than one that refuses. It produces a fluent, plausible, wrong procedure that a downstream system or a person may execute. In a compliance workflow, a customer-operations runbook, or a tool-using assistant, a fabricated step is a fabricated action. The build passed every check you had, so nothing flagged it before it shipped.

The fix is cheap and data-free

The failure has a clean signature. It tracks the coherence of the compression error times its rate, and two numbers read straight off the weights predict it. The screen needs no benchmark data and no test generations. It runs in the build pipeline, right after compression, and flags a model before it reaches an agent.

What you getStandard acceptance stackWith the agent-safety screen
Cost savings from compressionYesYes
Perplexity / accuracy heldYesYes
Agentic procedure reliability checkedNoYes
Extra labeled data requirednoneNone

You keep the economics of a compressed model and add the one guarantee the benchmarks were missing. Standard mixed-precision quantization passes the screen, so it does not slow your safe builds down. It catches the aggressive and low-rank builds that would otherwise ship unnoticed.

What we recommend

The finding is peer-reviewable and public: the paper and the open-source screen are available now.

This safeguard is built into our products.

Every model Black Sheep AI ships through Watchman and Shepherd clears the agent-safety screen before it reaches production. You get the cost of a compressed model and the reliability of the original, checked automatically, with no benchmark data required. If you run your own compression pipeline, the screen is open source and drops in as a pre-flight gate.


Based on Black Sheep AI research across Qwen3-8B, Mistral-7B, and Llama-3.1-8B. Full method and confidence intervals in arXiv:2607.28196.

Continue Reading

Related research from our team.

Fidelity Is Not Safety
AI Safety

Fidelity Is Not Safety

A compressed model can pass every quality check and still invent procedure steps as an agent.

Screen a Compressed Model for Agent Safety
Implementation

Screen a Compressed Model for Agent Safety

Run the data-free screen and the invented-step canary on any model before you ship it.

View All Research