debugging-experiments
Debugging experiments
PostHog Experiments are A/B tests: a feature flag randomizes users into variants, the SDK records an exposure when the flag is read, and PostHog computes per-variant metrics and significance. A customer looks at that results page and asks why it looks wrong.
Most experiment-results tickets are config or exposure-collection problems, not statistics bugs. The randomization is fine; something upstream is skewing which users get exposed, or stopping exposures from being recorded. The job is to find which, prove it with the customer's own data, and hand back a plain-language explanation plus the fix.
This skill is the customer-support front door. It carries the two most common complaints
inline (uneven exposures, missing exposures) and loads
diagnosing-experiment-results as a diagnostic
library for the deeper long tail (interpretation traps, numbers-vs-SQL, mid-run surprises).