---
title: "The Reproducibility Crisis"
url: "https://caper.network/wiki/desci/reproducibility-crisis"
updated: 2026-09-07
license: CC-BY-4.0
license_url: "https://creativecommons.org/licenses/by/4.0/"
---

# The Reproducibility Crisis

| Topic | The reproducibility crisis |
| --- | --- |
| What it is | The widespread failure of published scientific findings to replicate when re-tested |
| Landmark evidence | Ioannidis (2005) · Reproducibility Project: Psychology (2015) · Baker's _Nature_ survey (2016) |
| Root causes | Publication bias, p‑hacking, HARKing, publish‑or‑perish incentives, closed data & code |
| Proposed fixes | Preregistration, registered reports, open data/code, open peer review, realigned funding |
| Why DeSci cares | Blockchains can make method, data, and funding decisions transparent and permanent — attacking the incentives that reward irreproducible work |

## Overview

The **reproducibility crisis** (also called the replication crisis) is the finding that a large share of published scientific results cannot be reproduced when independent researchers repeat the experiment. It spans psychology, biomedicine, economics, and beyond, and it is the deepest of the "misaligned incentive" problems that [Decentralized Science](/wiki/desci/what-is-desci) sets out to address. Where [decentralized publishing](/wiki/desci/decentralized-publishing) targets how results are disseminated and [DeSci funding](/wiki/desci/desci-funding) targets how research is paid for, the reproducibility crisis is about a prior question: whether the published record is even _true_.

The crisis is not primarily about fraud. It is a systems problem: the incentives that govern careers, grants, and journals reward novel, positive, statistically-significant results and quietly penalise the replications, null results, and shared data that would keep the record honest.

## How deep the crisis runs

Three landmark pieces of evidence anchor the modern debate:

- **Ioannidis (2005), "Why Most Published Research Findings Are False."** The most-cited paper in [_PLoS Medicine_](https://journals.plos.org/plosmedicine/article?id=10.1371/journal.pmed.0020124) argued from first principles that, given small studies, small effect sizes, flexible analysis, and publication bias, the majority of claimed research findings in many fields are likely false positives. The paper itself carries a formal [correction](https://doi.org/10.1371/journal.pmed.1004085), published **25 August 2022**, seventeen years after the original: a set of parentheses was missing from the Table 2 equation for the false-positive cell (Research Finding = Yes, True Relationship = No) under bias. _PLOS Medicine_ surfaces it on the article page, and Crossref records it on the 2005 DOI as an `updated‑by` relation.
- **Reproducibility Project: Psychology (2015).** The Open Science Collaboration directly replicated 100 studies from three top psychology journals. 97% of the originals had reported statistically-significant results; on replication only **36%** did, and just **39%** of effects were judged to have replicated — with replication effect sizes roughly **half** the originals ([_Science_](https://www.science.org/doi/10.1126/science.aac4716); project on [OSF](https://osf.io/ezcuj/)).
- **Baker's _Nature_ survey (2016).** A survey of over 1,500 scientists found that **more than 70%** had tried and failed to reproduce another scientist's experiments, and **more than half** had failed to reproduce their _own_ — yet most had never published a failed replication (["1,500 scientists lift the lid on reproducibility"](https://www.nature.com/articles/533452a)).

Parallel large-scale replication efforts in [experimental economics](https://www.science.org/doi/10.1126/science.aaf0918) and cancer biology (the [Reproducibility Project: Cancer Biology](https://www.cos.io/rpcb)) reached similar conclusions: a meaningful fraction of headline findings simply do not hold up.

## Why it happens: the incentive structure

The crisis is best understood as the predictable output of the incentives researchers actually face, not as individual carelessness:

- **Publish or perish.** Hiring, tenure, and grants reward publication volume and novelty. Replications and null results rarely advance a career, so they rarely get done or published.
- **Publication bias (the file-drawer problem).** Journals preferentially publish positive, significant findings. The negative results that would balance the record stay in the drawer, inflating the apparent strength of every published effect.
- **p‑hacking & researcher degrees of freedom.** Flexible choices in data collection and analysis — which outliers to drop, which covariates to include, when to stop collecting — let researchers reach the p < 0.05 threshold from noise, often without conscious intent ([Simmons, Nelson & Simonsohn, "False-Positive Psychology"](https://journals.sagepub.com/doi/10.1177/0956797611417632)).
- **HARKing.** "Hypothesising After the Results are Known" — presenting a post-hoc explanation of a chance finding as if it had been predicted in advance — turns exploratory noise into a confirmatory-looking story.
- **Closed data and code.** When the underlying data and analysis code are not shared, results cannot be checked, re-run, or built on, and errors go undetected.

## What fixes it: open, credible science

The reform agenda is largely about changing incentives and making the process transparent by default:

- **Preregistration.** Recording hypotheses and the full analysis plan _before_ seeing the data removes the flexibility that p‑hacking and HARKing exploit ([Center for Open Science](https://www.cos.io/initiatives/prereg); [Nosek et al., "The preregistration revolution"](https://www.pnas.org/doi/10.1073/pnas.1708274114)).
- **Registered Reports.** Journals peer-review and accept a study on the strength of its _question and method_ before results exist, so publication no longer depends on the outcome ([COS Registered Reports](https://www.cos.io/initiatives/registered-reports)).
- **Open data & code.** Sharing the dataset and analysis pipeline lets anyone re-run and verify a result — the foundation of the FAIR data principles.
- **Open, credited peer review.** Transparent, attributed, and increasingly _paid_ review realigns the one step meant to catch problems — see [decentralized publishing & peer review](/wiki/desci/decentralized-publishing).
- **Amendments that travel with the citation.** Correcting the record only helps if the correction reaches the reader. Crossref records a post-publication amendment on the _original_ DOI as a machine-readable `updated‑by` relation — the metadata behind [Crossmark](https://www.crossref.org/documentation/crossmark/) — and in [September 2023](https://www.crossref.org/blog/news-crossref-and-retraction-watch/) the Retraction Watch database (~43,000 records, alongside Crossref's own ~14,000) was acquired and released as a public dataset through the same keyless API. The Ioannidis correction above is a worked example: one unauthenticated request against the 2005 DOI returns it. A citation that points at a publisher's article path instead of a DOI inherits none of this.
- **Funding negative and confirmatory work.** Deliberately paying for replications and null results — a natural fit for the retroactive and community-directed models covered in [DeSci funding](/wiki/desci/desci-funding).

## Where DeSci — and Caper — fit

Most of the reproducibility crisis is a problem of scientific method and culture, and no blockchain "solves" it. What decentralised infrastructure can change is the layer underneath the incentives: **making the record permanent and the decisions transparent.** On-chain timestamps let a hypothesis or preregistration be provably fixed before data collection; content-addressed storage makes data and code tamper-evident; and token incentives can be pointed at the work — replications, null results, shared datasets — that the traditional system underfunds. That is the connective tissue between this crisis and the rest of the [DeSci](/wiki/desci/what-is-desci) agenda.

**How Caper approaches this.** [Caper](/wiki/foundations/what-is-a-caper) is a DAO protocol, not a lab or a journal — it does not run experiments or host papers. Its contribution is the funding-and-governance rail a research community would sit on. Every proposal, vote, and payout is an on-chain action with typed outcomes (a PAYOUT or INVEST proposal that clears both its ballot and its market window _is_ the transfer), so who funded which work is a permanent public record rather than an off-chain minute. And a caper's decisive governance weight multiplies a member's token holdings by an earned, non-transferable [soulbound](/wiki/dao-governance/concepts/membership/soulbound-tokens) record of participation – a record minted by a member's own ballots and their own trades, and transferable to nobody, so influence over which research a treasury backs cannot be bought off an existing holder. Holdings still count: `t` is a multiplier, not a rounding error. It is a modest, honest fit: Caper supplies transparent, incentive-aligned rails; it does not adjudicate whether a given result replicates.
