Reproducibility
Reproducibility is the ability to get the same results again by using the same input data, methods, and code under the same conditions. In practice, it means that if someone repeats a study or analysis exactly as it was originally done, they should arrive at consistent findings. It is considered a core principle of the scientific method, though it is closely related to but distinct from replicability and repeatability.
As commonly defined, reproducibility is the property of obtaining consistent results using the same input data, computational steps, methods, code, and conditions of analysis. It is frequently distinguished from related concepts: repeatability typically refers to consistency of measurements under identical conditions (for example, the same operator and instrument), while replicability generally refers to obtaining consistent results using new, independent data. In measurement-system contexts, reproducibility is sometimes framed more narrowly as the variation observed when different operators measure the same item, whereas in computational and research contexts it emphasizes the ability to duplicate prior results using the same materials and procedures. These usages are related but not interchangeable, and the precise meaning depends on the discipline and framework in use.
Why it matters
Reproducibility is a core principle underpinning the scientific method, and in AI governance and model risk management it functions as a foundational control for trust in model results. When a model's outputs cannot be reproduced from the same input data, code, methods, and conditions, it becomes difficult for a validator, auditor, or reviewer to confirm that reported performance and findings are genuine rather than artifacts of an unrecorded environment or undocumented choice. Reproducibility therefore supports the documentation and validation activities that many model risk frameworks expect, without itself guaranteeing that a model is fit for purpose.
It is important not to overstate what reproducibility delivers. Reproducibility addresses whether the same results can be obtained again under the same conditions; it does not on its own establish that a model generalizes to new, independent data. That question relates more closely to replicability, which as commonly defined concerns consistent results using new, independent data. A model can be perfectly reproducible and still perform poorly or degrade over time, so reproducibility should be treated as one input to validation rather than evidence of soundness.
Professionals should also recognize that the precise meaning of reproducibility depends on the discipline and framework in use. In measurement-system contexts it is sometimes framed narrowly as the variation observed when different operators measure the same item, whereas in computational and research contexts it emphasizes duplicating prior results using the same materials and procedures. Conflating these usages, or treating reproducibility, replicability, and repeatability as interchangeable, is a common source of error when scoping validation requirements.
Who it's relevant to
Inside Reproducibility
Common questions
Answers to the questions practitioners most commonly ask about Reproducibility.