For Researchers
The technical paper, the replication architecture, and how to file an objection. Every numerical claim is produced by a script that runs from source data.
The artefact
Education of Humanity: On the Convergence of Nations — 144 pages covering 185 countries from 1875 through 2015. The paper argues that lower-secondary education completion is the necessary and sufficient cause of the cluster of outcomes commonly grouped under "human development": fertility decline, life-expectancy gains, child-survival gains, and self-amplifying education across generations.
The replication repository — github.com/rkpagadala/education-of-humanity — contains every analysis script, the cleaned WCDE and World Bank panels, the LaTeX source of the paper, and a Makefile that re-runs the entire pipeline.
How verification works
The Makefile has one canonical target:
make verify
It runs every analysis script, writes JSON outputs to checkin/, and checks each cited number in the paper and on this site against its producing script. Output is required to be 0 FAIL, 0 MISSING, 0 unregistered numbers, and 0 section-consistency warnings before any commit. No number on this site or in the paper was hand-typed from memory. If you find one that wasn’t, that’s a bug.
The chatbot runs scripts live against the same panel. It is the fastest way to test a specific claim about a specific country without cloning the repo.
How to file an objection
- GitHub issue — describe the test you’d like the verifier to run. Most direct path; tracked publicly.
- Email — [email protected]. Specify the finding that fails, the sub-sample, the alternative measure.
- Chatbot — for concrete claims about specific countries, ask the chatbot to run the analysis. It cites the script and the source.
Counterfactuals welcome. The paper is structured around removal tests — what happens to development outcomes when you remove income, government provision, security, or education. New removal tests on new sub-samples are exactly the kind of pushback that improves the work.
Citation
Related literature engaged
The argument has three tiers. The biology is the founding lineage; human development is the object of study; demography and development economics are where the empirical work sits.
Evolutionary anthropology — the founding lineage
- Wrangham (Catching Fire) — cooking as the energetic substrate for the expensive brain.
- Konner (The Evolution of Childhood) — extended juvenile dependency as the central human adaptation. The ~18-year window the paper builds on.
- Hrdy (Mothers and Others) — cooperative breeding; the CT niche is the alloparenting niche.
- Hawkes et al. — grandmother hypothesis. Relevant to the paper’s grandparent finding: U-5 mortality loads on the grandparent generation’s education, not just the parental generation.
- Herculano-Houzel (The Human Advantage) — comparative neuron counts; the human brain is a primate brain at the predicted size, with an anomalous energy budget.
- Tomasello — cumulative-culture ratchet; categorical-CT framework in §1.
- Dehaene (Reading in the Brain) — categorical literacy as physical neural reorganisation, not skill acquisition. Anchors §1’s "categorical literacy" claim.
- Hare & Woods (Survival of the Friendliest) — self-domestication; the cognitive substrate for cooperative learning.
Human development — the spine
- Mahbub ul Haq (HDR 1990) — founding architect of human development as the right object of study. The paper is dedicated to him.
- Sen & Drèze (Hunger and Public Action; Development as Freedom) — capabilities as the right unit. The paper agrees on what counts as development; the Growth-Mediated / Support-Led dichotomy is reframed in §6 as education-mediated, with both routes running through educated households.
- UNDP HDRs — operational framing of development as life-expectancy + fertility + literacy.
Demography & development economics — the empirical tier
- Easterlin ("Why Isn’t the Whole World Developed?", 1981) — asked the question this paper answers. Mass schooling as binding constraint.
- Lutz & KC (WCDE v3); Lutz & Kebede — the data backbone. Lower-secondary completion by sex, age 20–24, harmonised back to 1875. Lutz & Kebede’s redraw of the income–health relationship with education on the x-axis is the empirical predecessor.
- Hanushek & Woessmann — engaged in §9 via the HLO horse-race. Cognitive-depth scores load on the parental generation, not contemporary schools; HLO is the paper’s completion measure integrated across three generations of parental transmission.
- Caldwell — fertility transition. Paper agrees on the phenomenon, disagrees on whether it runs through economic calculation (paper says cognitive).
- Pritchett (The Rebirth of Education) — schooling vs learning. Paper disagrees on frame: duration outweighs curriculum content for the outcomes that matter.
- Barro & Lee — the WCDE/Barro-Lee disagreement on Soviet republics is the cleanest natural test of which dataset reflects the actual cognitive base. Barro-Lee wins on phenotype consistency in §9.
Methodology
- Pearl (The Book of Why) — causal-graph framing for the bad-control problem (current GDP is on the causal path; controlling for it blocks the mediated effect). Anchors the residualisation argument.
If you’re landing here cold and want a 15-minute version of the argument before opening the paper, read the essay. If you want the visual quick-read of the four findings, read the findings.