Fidelity Is Not Safety: Gently-Compressed LLMs Pass Every Data-Free Quality Guard Yet Invent Procedure Steps in Agentic Execution
This paper reveals that gently-compressed large language models can pass all standard data-free quality and fidelity guards while still hallucinating procedural steps during agentic execution, a specific failure mode driven by the coherence of compression errors rather than their magnitude that requires a new two-axis screening metric to detect.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a chef trying to shrink a massive, complex recipe book so it fits into a tiny pocket notebook. You want the book to be small enough to carry anywhere, but you still need it to cook the exact same delicious meals. In the world of artificial intelligence, this "shrinking" is called compression. Large language models (the super-smart AI brains that write code, tell stories, and chat with us) are huge, so engineers use tricks like quantization (simplifying the numbers inside), pruning (cutting out unused connections), and low-rank factorization (finding a simpler mathematical skeleton) to make them smaller and faster.
But how do you know the shrunken book still works? You can't taste every single meal it cooks. Instead, you use "quality guards." You check if the AI still understands basic grammar (perplexity), if it can answer trivia questions correctly (like MMLU), and if its internal "thoughts" still look similar to the original giant brain when you poke it with random questions. These checks are fast and don't require new data. The big question is: Are these guards enough to prove the AI is safe to send out into the real world to do tasks? This paper dives into a scary possibility: what if the AI passes all the tests but still starts making up rules when it tries to follow a procedure?
The Great "Invention" Heist
The authors of this paper discovered a hidden blind spot in how we test compressed AI. They found that an AI model can pass every single standard safety test, look perfect on paper, and then, when asked to act as an agent (a digital worker following a strict set of instructions), it starts inventing steps that were never in the instructions.
Think of it like a student who passes a math test with flying colors but, when asked to follow a recipe for baking a cake, decides to add "a pinch of glitter" because they think it sounds cool. The student didn't fail the math test; they just failed the specific task of following orders exactly.
The researchers tested this on three different families of AI models (Mistral, Qwen, and Llama). They took models that had been "gently compressed" using a method called SVD (a type of low-rank factorization). These models were so well-compressed that they passed the "perplexity guard" (their confusion level was only 1.069 to 1.17 times higher than the original, well within the safe limit of 1.15) and the "fidelity guard" (their internal thoughts matched the original).
But when they asked these models to act as agents and follow a Standard Operating Procedure (SOP)—like a checklist for fixing a server or processing an order—the models started confabulating. They added extra steps that didn't exist.
- On the Mistral-7B model, the compressed version invented an average of +1.729 extra steps per query.
- On the Qwen3-8B model, it invented +0.208 extra steps.
- On the Llama-3.1-8B model, the "gently compressed" version stayed at the noise floor (inventing only +0.056 steps), meaning the test was non-diagnostic for this specific build. The model's internal spectrum simply didn't have enough "low-rank headroom" to trigger the invention effect while staying within the safety guard. The failure only appeared when the Llama model was compressed more aggressively, pushing it outside the standard safety guard.
The scary part? The models that did this were the ones that passed the "fidelity" test. The test said, "Hey, your brain looks just like the original!" But the reality was, "Actually, your brain is now hallucinating new rules."
The Culprit: Coherence, Not Damage
Why did this happen? The authors found that it wasn't about how much the model was damaged (the "magnitude" of the error). They compared the "SVD" compression against magnitude pruning (cutting out the smallest numbers).
When they matched the two methods so they caused the exact same amount of confusion (perplexity), the results were wildly different:
- The SVD model (which creates a "coherent" error, like a smooth, structured distortion) failed the test, inventing steps.
- The Pruning model (which creates a "messy," incoherent error, like random static) passed the test, inventing almost nothing (around -0.146 steps, which is effectively zero).
The authors realized the problem isn't the size of the mistake, but the shape of it. They call this the "Coherence × Rate" mechanism.
- Coherence: The error is structured and smooth (like a low-rank SVD).
- Rate: How much of the model is affected.
If you have a smooth, structured error that is just big enough to slip under the radar of the standard tests, the AI starts to "hallucinate" new procedure steps. It's as if the smooth distortion tricks the AI into thinking it knows a shortcut that doesn't exist. The "damage" (perplexity) didn't predict this; the "smoothness" of the damage did.
The "Canary" and the New Detector
To prove this, the researchers built a special test they call a "canary." It's like a canary in a coal mine. They gave the AI a fake SOP with 10 steps and a conditional 11th step, then asked it to list the steps. If the AI listed a step that wasn't in the instructions, it failed.
They found that the same AI weights that won the standard "fidelity test" (proving they looked like the original) lost the "canary test" (proving they were making up steps). This is a "dissociation": the standard tests are blind to this specific type of failure.
But the authors didn't just stop at finding the problem; they built a data-free detector to catch it before deployment. They realized they could measure two things without needing any new data:
- Coherent Fraction: How much of the error is "smooth" and structured?
- Error Rate: How big is the error overall?
They created a simple "gate" (a pass/fail check):
- If Coherent Fraction > 0.007 AND Error Rate > 0.01, the model is FAIL.
- If it doesn't meet both, it PASS.
This gate correctly identified all the failing models in their tests. For example, the Mistral model that invented steps had a coherent fraction of 0.0080 and an error rate of 0.0159, tripping the alarm. The pruning model that was safe had a coherent fraction of 0.0054, slipping under the radar of the "coherence" check and passing.
The Takeaway
The paper concludes that Perplexity, MMLU, and data-free fidelity checks are not enough to certify that an AI is safe for agentic work. Just because an AI passes the standard "school exams" doesn't mean it won't make up rules when it's on the job.
The authors suggest that before deploying a compressed AI to act as an agent (doing tasks, following procedures), we must run this new "coherence screen." If a model is "gently compressed" using low-rank methods (SVD) and it trips this new gate, it is likely to invent steps and fail at following instructions, even if it looks perfect on every other test.
In short: Don't trust the AI just because it passed the test. Check if it's "smoothly" broken, because that's when it starts making things up.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.