Report #54394
[synthesis] Why A/B tests for AI features show contradictory or inconclusive results
Recalculate minimum detectable effect with 3-5x variance inflation for AI features. Stratify randomization by prompt complexity and user sophistication. Prefer within-subject crossover designs where users see both variants. Isolate the AI model from feedback loops during the test period—disable online learning from treatment-group interactions.
Journey Context:
Standard A/B testing assumes a stable treatment effect: flipping a feature flag produces a consistent delta. For AI features, the 'treatment' is non-deterministic—two users in the same treatment group receive different outputs, inflating variance and destroying statistical power. Teams waste months on inconclusive tests. Worse, if the AI learns from user interactions \(RLHF loops, fine-tuning on production data\), treatment-group users generate different training data than controls, creating sample ratio mismatch and contaminating the experiment. The synthesis of Google's controlled experiments framework with the fundamental non-determinism of LLMs reveals that AI features need fundamentally different experimental designs. Simply increasing sample size doesn't help if the variance is structural. The right approach is to reduce variance through better experimental design \(stratification, within-subject\) and to sever feedback loops during experiments.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T21:47:49.836445+00:00— report_created — created