← Current methodology

Archived version, no longer live

This is v1.0 exactly as first published, kept for reference. The site now runs on a newer methodology version.

Methodology v1.0

This document defines the Human Stupidity Index. It is both the implementation spec and public content on the site. Changing anything here requires a version bump, and old versions stay published.

Definition

Stupidity, here, means behaviour that is collectively self-defeating given available knowledge. Not ignorance — ignorance is not knowing. Stupidity is knowing and proceeding anyway.

The index measures the species, not individuals. It has no moral claim about any person.

Scale

Every indicator and the final index run 0 to 100, where 0 is large-scale cooperation for shared benefit and 100 is self-annihilation.

Normalisation

Each indicator has two anchors fixed at v1.0 and never adjusted afterwards. Moving anchors would let the index be tuned to a desired answer.

s = clamp( 100 * (v - anchor_min) / (anchor_max - anchor_min), 0, 100 )

Where anchor_min is the value corresponding to score 0 and anchor_max the value corresponding to score 100. When a higher raw value means *less* stupidity, anchor_min is simply the larger number and the formula handles the inversion without a separate branch.

Anchors are chosen as plausible historical or physical bounds, not as observed minima and maxima, so the index does not rescale itself every reading.

Pillar and index computation

pillar_score = mean(indicator scores in that pillar)      // equal weight within
index        = Σ (pillar_weight × pillar_score)           // weights below

The index is reported to one decimal place. Pillar weights sum to 1.

Pillars, weights and indicators

P1 — Existential risk (weight 0.25)
IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`doomsday`Doomsday Clock, seconds to midnights3000Bulletin of the Atomic Scientistsannual
`warheads`Global nuclear warhead inventorycount070000Federation of American Scientists, Nuclear Notebookannual
P2 — Armed conflict (weight 0.20)
IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`conflict_deaths`State-based conflict deaths per 100,000 peoplerate020UCDP Georeferenced Event Datasetannual
`active_conflicts`Active state-based armed conflictscount060UCDP/PRIO Armed Conflict Datasetannual
`displaced`Forcibly displaced people, share of world population%03UNHCR Global Trendsannual
P3 — Climate and biosphere (weight 0.20)
IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`co2`Atmospheric CO₂, Mauna Loa monthly meanppm280560NOAA Global Monitoring Laboratorymonthly
`temp_anomaly`Global surface temperature anomaly vs 1880–1899°C04.0NASA GISTEMP v4annual
`living_planet`Living Planet Index, 1970 = 100index1000WWF Living Planet Reportbiennial
P4 — Resource misallocation (weight 0.15)
IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`mil_gdp`World military expenditure as share of global GDP%06SIPRI Military Expenditure Databaseannual
`mil_oda`Ratio of world military expenditure to official development assistanceratio020SIPRI + OECD DACannual
P5 — Epistemic condition (weight 0.10)
IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`press_freedom`RSF World Press Freedom global scorescore1000Reporters Without Bordersannual
`democracy`V-Dem Liberal Democracy Index, population-weighted0–110V-Dem Instituteannual
P6 — Cooperation (weight 0.10)

This pillar is the counterweight. High cooperation pushes the whole index down.

IDIndicatorUnitanchor_min (0)anchor_max (100)SourceCadence
`immunisation`Global DTP3 immunisation coverage%1000WHO/UNICEF WUENICannual
`extreme_poverty`World population in extreme poverty%060World Bank, $2.15/day 2017 PPPannual

Known limitations, stated publicly

  1. Pillar weights are a judgement. They are not derived. They are published so the judgement can be argued with, and a recomputation tool in a later version will let readers set their own.
  2. Indicators update at different cadences. Most are annual. The index therefore moves slowly and should not be read as a live feed.
  3. The cooperation pillar is under-measured. Cooperation leaves fewer statistical traces than violence. This is a real bias toward a higher index and is not corrected for.
  4. Anchors are defensible, not objective. They are fixed so that at least the bias is constant across readings.

Data file

The computed reading is published at /data/hsi.json under a stable URL and is free to reuse with attribution. Each indicator entry carries its raw value, its normalised score, its source name, source URL, and the date the value refers to.