CRO Glossary
Multi-Armed Bandit
An algorithmic approach to testing that dynamically shifts traffic toward better-performing variants while the experiment is still running.
Unlike a traditional fixed-split A/B test, a multi-armed bandit continuously monitors variant performance and reallocates traffic in real time, sending more visitors to whichever variant currently looks best. The name comes from the 'one-armed bandit' slot machine problem: you're trying to balance exploring unproven options against exploiting the option that already looks like a winner.
Bandits are attractive when the cost of showing a losing variant is high, such as a homepage banner during a short flash sale, because they minimize the traffic sent to underperforming options over the test's lifetime. This is different from a classic bandit test setup used for long-running experiments, though the underlying algorithm (like Thompson Sampling or epsilon-greedy) is the same.
The tradeoff is statistical rigor: because traffic allocation changes based on early results, bandits are more prone to bias from early noise and don't produce the same clean confidence interval or p-value output as a fixed-allocation test. They're best suited for short-lived, high-stakes decisions rather than situations where you need a defensible, generalizable causal estimate for a permanent product change.
Related terms
Above vs Below Median Split
A segmentation technique that divides users into two groups at the median of a metric to compare high and low engagers.
Qualitative Feedback Loop
A recurring process of collecting and acting on user comments, session recordings, and survey responses to inform test hypotheses.
Experiment Metadata
The structured record of who, what, when, and how for a test — hypothesis, owner, dates, variants, and metrics used to track and audit it.
Pre-Test Analysis
The upfront work of validating traffic, metrics, and baseline data quality before launching an experiment.
Above-the-Fold vs Below-the-Fold Messaging Hierarchy
How the order and prominence of value-proposition messaging is split between the visible screen and the rest of the page.
Experiment Contamination
When a control or variant group is unintentionally exposed to the other condition, corrupting the comparison.
See this in the wild
ABWatcher watches how top teams apply multi-armed bandit.
Live A/B tests at 1,000+ high-converting brands, with plain-English hypothesis and takeaway.