What you're looking at
Each simulated test flips two identical coins — same conversion rate on both arms — and accumulates visitors day by day. After each day we run a standard two-proportion z-test on the cumulative data, exactly as a dashboard would. If the p-value dips below 0.05 on any day, the daily peeker stops and declares victory. The single-look reader waits until the final day and reads once.
The single-look column sits near 5% because that's what a 0.05 threshold means — for one look. The peeking column is several times higher because every extra look is another chance to catch random noise on a dip. Nothing about the pages differs; the "winners" are manufactured entirely by the stopping rule.
If this is happening to your A/A tests, it's happening to your real tests too — you just can't see it there, because in a real test you can't know the truth. That's the whole trick of this page: with A/A tests, we know the true answer is "nothing", so every green light is visibly a lie.
The fix is unglamorous: fix your sample size in advance and read once, or use sequential methods designed for repeated looks. The full argument is in our essay on peeking.