Sequential tests: how to peek honestly
In the previous lesson we saw that peeking at a regular A/B and stopping at the first "significant" inflates false wins. But the business wants to stop tests earlier. There is an honest way β sequential methods, which price in the cost of repeated checks up front.
Same day-by-day view as in the peeking lesson, but the stopping rule is now honest. Naive flat 0.05 is checked every day β under A/A the p-value keeps dipping under it (red false stops), far above 5%. The Ξ±-spending boundary is strict early and relaxes toward the planned day β false stops stay near 5% (the group-sequential family: Pocock, OβBrienβFleming). Switch to "evidence counter (SPRT)" to see the other family.
The main idea β this is the same day-by-day p-value chart as in the peeking lesson, except the stopping boundary is now honest. Choose "naive 0.05 threshold", the "no effect (A/A)" scenario, and run "+50 tests": the lines keep diving under the flat threshold β the share of false stops is far beyond 5% (that is the peeking from the previous lesson). Now switch to "sequential boundary (Ξ±-spending)": under the same A/A, the share returns to an honest ~5%, because the threshold is strict early in the test and relaxes only toward the planned day. That is the trick: the cost of repeated checks is budgeted in advance. Pocock and O'BrienβFleming are specific families of such boundaries.
If you want to watch mid-test, choose a sequential design before the start. Changing the stopping rules mid-test is not allowed.
If the team needs to monitor a test and stop early, that is not a reason to break the statistics β it is a reason to switch on the sequential mode in the A/B platform. Then an early stop is honest, not self-deception.
Without such methods the rule is simple and hard: fix the sample size and the duration in advance, decide once at the end. Any "let's switch it off, it's already significant on day three" in a fixed-horizon test inflates false wins.
Clinical trials have used group sequential designs for decades: interim analyses make it ethical to stop a trial when a drug clearly works or clearly harms.
Modern product A/B platforms (including at major tech companies) offer always-valid statistics precisely so product managers can peek at the dashboard honestly.
Definitions
The speed gain is not free: in the worst case sequential methods require no smaller β and sometimes a larger β maximum sample; the saving is on average, not guaranteed.
You must use a method built for the purpose. Taking a regular fixed-horizon p-value and checking it daily is not a "sequential test" β it is exactly the peeking.