There's a sentence that shows up in almost every experiment readout, and it's treated as the all-clear signal for shipping: "the guardrail metric wasn't significant, so we're good." It sounds careful. It sounds like due diligence was done. It is, in a huge number of real experiments, completely wrong — and it's wrong in a way that never triggers an alarm, because nothing about a non-significant p-value looks like a failure. That's exactly what makes it dangerous.
The Sentence That Ships Bad Features
"Not significant" and "confirmed safe" feel like the same conclusion. They are not. A non-significant p-value on a guardrail metric means the data didn't provide strong enough evidence to declare a difference — full stop. It says nothing about whether the sample was even large enough to have a real shot at detecting the harm you're worried about in the first place. A test that never had the power to notice a problem will report "not significant" whether or not that problem exists. Reading that as reassurance is mistaking a shrug for a clean bill of health.
A Scenario That Plays Out Constantly
A team ships a change that increases notification frequency. The goal metric — session starts — goes up 3%, comfortably significant, exactly as hoped. The guardrail metric is 7-day retention, and it comes back at with . Not significant. The readout gets written up as "no retention impact detected," the feature ships to 100%, and everyone moves on to the next experiment.
Nobody in that story did anything obviously wrong. The p-value really was 0.41. The summary really did say "not significant." But retention is a slow-moving, high-variance metric, and the sample was sized for a 3% lift in something as immediate as session starts — not for detecting a small, real erosion in something that takes a week to resolve. The honest confidence interval around that point estimate might stretch from to . A real retention cost sits comfortably inside that range. So does zero. The experiment cannot tell you which one is true — it was never big enough to.
Now repeat that story quarterly, across a dozen different features that each nudge notification volume, feed density, or re-engagement prompts upward, each one clearing the same "not significant" guardrail bar for the same reason. Nine months later, someone on the data team notices overall retention has drifted down and nobody can point to a single cause — because there isn't one single cause. There's a dozen small, individually undetectable regressions, each one waved through by a test that was never powered to catch it.
Why This Is the Expected Outcome, Not Bad Luck
Statistical power is the probability a test detects a real effect of a given size, if that effect truly exists. For a two-sample test comparing means, power for a true effect is approximately:
Plug in a sample size that was chosen for a goal metric's larger, easier-to-detect effect, and a guardrail's smaller, noisier true effect , and this number routinely comes out at 20–40% — sometimes lower. That means a genuinely real, meaningful regression on the guardrail will fail to reach significance 60–80% of the time, purely from being underpowered. "Not significant" isn't surprising in that world. It's the most likely outcome whether or not real harm is happening.
This is the core asymmetry that makes the failure mode silent: a significant result on an underpowered test would be a genuine (if lucky) signal worth investigating. A non-significant result tells you almost nothing, because it was the likely outcome either way. Treating "not significant" as informative, when the test had little chance of being significant regardless of the truth, is the mistake — and it's invisible precisely because nothing about the number 0.41 looks alarming.
Why Guardrail Misses Are Worse Than Goal Misses
Missing a real win on a goal metric is a one-time opportunity cost — you don't ship an improvement you could have shipped, and you find out eventually when someone re-tests the idea. Missing a real regression on a guardrail metric is different in kind: the harmful change ships, becomes the new baseline, and every future experiment gets measured against a baseline that's already slightly worse than it should be. These misses don't announce themselves and they don't average out — they accumulate, one undetected "not significant" at a time, and by the time the aggregate damage is visible in a topline metric, there's no single launch to point to and roll back.
The Quick Diagnostic: Look at the Interval, Not the Star
Before any deeper fix, there's a one-line habit that exposes this problem immediately: stop reading guardrail results as significant/not-significant, and read the confidence interval instead. A guardrail readout of ", " sounds calm. The same result reported as "95% CI: to " sounds like what it actually is — a test that can't rule out a real, meaningful drop. The p-value and the interval are mathematically the same information, but only one of them makes the uncertainty impossible to ignore.
That habit alone will catch most cases of this problem before they ship. But it only tells you the test was inconclusive — it doesn't give you a test that's actually built to conclude "safe." For that, you need a different hypothesis structure entirely, not just a different way of reading the same one.
What Comes Next
The fix for this isn't "collect more significance" — it's asking a different question of the data in the first place. The next article defines that question formally: a test whose null hypothesis is "this is meaningfully worse," so that ruling it out gives you the kind of positive confirmation of safety that a superiority test's p-value never can.