The Judgment Gap

The Judgment Gap
Johan Rydberg, General Manager
Johan Rydberg, General Manager

Want to experiment like Spotify? Sign up for a 30 day free trial.

Start your free trial

AI made building cheap. It also made bad decisions cheaper to ship. The distance between how fast your team can build and how fast it can validate what it built is the judgment gap, and for most teams, it's growing.

Why does the judgment gap matter?

Three years ago, a product team might attempt ten features in a quarter. Each one took weeks of engineering time, which created natural pressure to debate, prioritize, and cut ideas before they reached users. Execution was the bottleneck, and that bottleneck functioned as an implicit filter. Bad ideas died in planning because there wasn't time to build them all.

That filter is gone. AI coding tools compress what used to take weeks into days. A team that could attempt ten features per quarter can now attempt fifty. The ideas that used to get cut in prioritization now get built, prototyped, and shipped, often with convincing narratives and realistic implementations that make them hard to say no to.

The capacity to evaluate those ideas didn't scale at the same rate. If your experimentation infrastructure supports ten concurrent tests per quarter and your team is now shipping fifty features, forty of them go out unvalidated. You're accumulating untested guesses faster than you're learning.

The judgment gap is the distance between execution speed and validation speed. It's the defining challenge for teams that have adopted AI-assisted development.

How did we get here?

The judgment gap comes from a specific asymmetry. AI tools made the "build it" phase of product development 5-10x cheaper, but they didn't make the "should we build it" or "did it work" phases cheaper at all. If anything, those phases got harder, because there are now more things to evaluate.

Think about what validation requires: a hypothesis worth testing, metrics that measure the right outcome, enough statistical power to detect a real effect, guardrails to catch regressions you weren't explicitly testing, and someone to interpret the results honestly. None of those got faster because an AI wrote the code.

This creates two kinds of speed. Good speed compresses learning cycles: you test more hypotheses, discard losers faster, and compound what you learn into better decisions. Bad speed compresses only build cycles: you ship more without knowing what worked, generating motion that looks like progress but accumulates risk.

Building became a commodity. The team that wins isn't the one that ships the most features per quarter. It's the one that validates the most ideas per unit of time and discards the ones that don't work before they accumulate into a worse product.

What does the judgment gap look like at scale?

At Spotify, this is already the operating environment.

In 2025, 58 teams ran 520 experiments on the Spotify mobile home screen alone: an average of 10 new experiments every week on a single surface. At the same time, Honk, Spotify's internal AI coding agent, merged over 1,500 AI-generated pull requests into production, delivering a 30% productivity gain per developer. AI-accelerated engineering and high-throughput experimentation running inside the same company, on the same products, at the same time.

The demands are specific and compounding. More code ships faster, which means more changes need to be tested. More tests run concurrently, which means coordination between teams becomes critical: two experiments on the same surface can interfere with each other's results if not properly managed. More results come in per week, which means the organizational capacity to interpret and decide becomes the bottleneck rather than the capacity to run experiments.

Spotify closes this gap because its experimentation infrastructure was built for this throughput. Most companies building with AI today don't have that infrastructure. They have the coding tools and the execution speed, but not the validation speed to match. That gap is where bad product decisions accumulate.

What happens when you don't close it?

The failure mode is quiet. Features ship because they were easy to build, not because evidence suggested they'd work. Teams run experiments but don't have the statistical power to detect real effects, so ambiguous results get interpreted as positive. Guardrail metrics degrade slowly: no single change is catastrophic, but the cumulative effect is a product that gets incrementally worse in ways no one planned.

This has a name in experimentation: the garden of forking paths, a term Andrew Gelman uses for the proliferation of unchecked analytical choices that inflate false positive rates. The same dynamic applies to product decisions. When you have many options and limited validation, every unchecked decision is a fork where you might have gone wrong. Over time, the forks compound. You end up far from where you intended, and you can't trace back which decisions took you there.

AI-assisted development accelerates the journey down each wrong fork. Lower build friction doesn't just mean more forks — it means you travel further down the wrong ones before anyone notices. What feels like momentum is often velocity toward a local maximum: a product that's been optimized within a narrow set of assumptions that were never validated in the first place.

We've seen a specific version of this at Spotify that's hard to detect from the outside. A team is shipping constantly, running experiments, hitting their velocity targets. But the experiments are underpowered, the metrics don't capture what matters, and the decisions rest on insufficient evidence. It looks like a high-performing team. It's generating validated-looking noise.

How do you close the judgment gap?

Closing the gap means scaling validation to match execution speed. That means investing in experiment bandwidth: the organizational and technical capacity to run, analyze, and act on experiments, invested in as aggressively as execution speed.

How many features shipped last quarter? How many were tested with a properly powered experiment? The gap between those two numbers is your judgment gap, quantified.

Running more experiments only helps if each one produces trustworthy evidence. That means variance reduction (CUPED can cut required sample sizes by ~50%), sequential testing so you can stop early when evidence is clear, and guardrail metrics so you catch regressions in areas you weren't explicitly testing.

If running an experiment takes two weeks of analyst time to set up and interpret, teams will skip it. The path from "I have an idea" to "I have evidence" needs to be short enough that testing is easier than not testing.

And perhaps the hardest shift: treating discarding as a product decision. We've found that teams who close the judgment gap kill more features than they ship. When building is cheap, knowing what to stop is worth more than knowing how to start.

This is why experimentation infrastructure compounds in ways that shipping velocity doesn't. Every experiment builds institutional knowledge: what works for your users, what your metrics actually capture, where your assumptions were wrong. A team with two years of rigorous experiment history doesn't just have more data — it has better judgment. That judgment makes every future decision faster and more accurate. It's the asset that AI can't replace and competitors can't shortcut.

FAQ

Is the judgment gap just the old "ship fast, break things" problem with a new name? No. "Ship fast, break things" assumed execution speed was the advantage and breakage was the cost. The judgment gap is different: execution speed is now free, and the advantage is knowing what not to ship. The cost is a slowly degrading product, accumulated from unvalidated decisions.

Does this mean AI-assisted development is a net negative? No. It's a huge capability gain. The judgment gap is the organizational debt that comes with it if validation infrastructure doesn't keep pace. Scale your validation capacity alongside your AI adoption.

Can't AI also help with the validation side? Partially. AI can help draft hypotheses, generate metric definitions, and summarize experiment results. But the core work of designing experiments with adequate power, choosing the right metrics, interpreting results honestly, and making decisions under uncertainty still requires human judgment and rigorous statistical methodology. Automating the wrong parts of validation is worse than not automating at all.

What if we don't have enough traffic for more experiments? Experiment throughput isn't just about traffic. Variance reduction techniques like CUPED (a technique that uses pre-experiment data to tighten confidence intervals) can cut required sample sizes by ~50%, meaning you can run more experiments on the same traffic. Sequential testing lets you stop experiments early when evidence is clear, freeing bandwidth for the next test. The bottleneck is more often methodology than traffic.

How do we know if our experiments are actually trustworthy? Start with three diagnostics: Are sample ratio mismatch checks passing? Are your experiments properly powered for the minimum detectable effect you care about? Are guardrail metrics defined and monitored? If any of those answers is no, your experiments may be producing evidence that looks real but isn't.