Experimentation
Also called: online experimentation
Last updated:
Experimentation is the discipline of validating changes with controlled experiments instead of opinion. You form a hypothesis, expose variations to randomly assigned users, measure a predefined metric, and keep the variation that wins by a statistically significant margin. A/B testing is its most common form; multivariate and bandit tests extend the same idea.
Where feature flags fit
Experimentation vs feature management
Want the full picture? Read the concept guide: Rollout strategies →
Related terms
A/B testing
A/B testing serves two variations to randomly assigned groups of users and measures which one performs better on a chosen metric — turning a product decision into a controlled experiment instead of a guess.
Percentage rollout
A percentage rollout serves a feature to a defined share of users — chosen by a deterministic hash — so the same users stay in the cohort as you ramp the percentage up.
Feature flag
A feature flag is a conditional in your code whose value is controlled from a remote dashboard, letting you turn functionality on or off without deploying new code.
Try it in your own app
Free Solo plan covers 10 flags and 2 environments. No credit card, no demo call — sign up and ship.