explaingit

cerkon1/ai-robotics-2032-window

0PythonAudience · researcherComplexity · 2/5ActiveLicenseSetup · easy

TLDR

Data appendix for a Substack series arguing AI and robotics will replace large US labor groups between 2028 and 2035. Reproduces every chart from CSVs with one Python script.

Mindmap

mindmap
  root((2032-window))
    Inputs
      CSV data files
      METR benchmark
      Epoch AI models
      IFR robotics data
    Outputs
      Thirteen PNG charts
      Methodology docs
      Falsifiable predictions
    Use Cases
      Reproduce article charts
      Disagree from same data
      Track predictions over time
    Tech Stack
      Python
      pandas
      matplotlib

Things people build with this

USE CASE 1

Reproduce the thirteen charts from the Substack series locally

USE CASE 2

Swap in newer CSV data and re-run build_charts.py to test sensitivity

USE CASE 3

Cite the underlying sources and predictions in your own writing

USE CASE 4

Track the 2026 predictions against actual outcomes in 2027

Tech stack

Pythonpandasmatplotlib

Getting it running

Difficulty · easy Time to first run · 5min

Just pip install pandas and matplotlib then run build_charts.py; the pipeline is idempotent and outputs byte-identical PNGs.

Analytical work is released under Creative Commons Zero, so you can reuse it freely without attribution; upstream data sources keep their own licenses.

In plain English

This repository is the data appendix for a three-part Substack article series called The 2032 Window. The series, written by an author who goes by Cerkon, argues that AI capability, robotics costs, execution-layer constraints, and macroeconomic forces will all converge on a window between 2028 and 2035 during which large parts of specific US labor groups become economically replaceable. The repo's job is simple: every number quoted in the articles maps to a row in a CSV stored here, and every chart in the articles is reproducible from a Python pipeline included in the repo. The stated purpose is so that readers who disagree with the analysis can disagree from the same starting point. The folder layout is organised around four legs of the thesis. There is a leg for AI capability and compute cost, drawing on the METR autonomy benchmark and Epoch AI's notable models database. There is a leg for robotics deployment cost, using International Federation of Robotics data and humanoid funding and pricing figures. A third leg covers execution-layer constraints like the power grid, manufacturing, autonomous vehicle reliability, demographics, and regulation. The fourth leg covers macro forces, including capital expenditure from the Mag7 companies, the K-shape split in labor share versus equity returns, and scarce asset performance. Each leg folder has its own README describing the data sources and a research notes file with analytical observations. Alongside the data folders there are top-level documents that set the rules. THESIS.md gives the canonical one-paragraph claim and a section outline. methodology.md spells out projection rules, confidence tiers, data freeze cutoff dates, and a retraction policy. sources.md lists more than thirty sources with status tags such as proposed, pulled, verified, or cited. A separate file in the checkpoints folder contains thirty-five specific falsifiable predictions across 2026, 2028, 2030, 2032, and 2035, plus five explicit failure criteria that would invalidate the thesis. The author has committed publicly to score the 2026 predictions in May 2027 and to issue a sixty-day retraction if any failure criterion fires. Reproducing the charts is short. You clone the repo, change into data/charts, install pandas and matplotlib with pip, and run build_charts.py. This regenerates thirteen PNG files at 200 DPI. The pipeline is described as idempotent, meaning runs against the same input data produce byte-identical outputs. If a user wants to test against newer source data they update the relevant CSVs and re-run, with no code changes needed. The analytical work in this repo, meaning the CSV cleaning, chart code, methodology, and notes, is released under Creative Commons Zero, so it can be reused without attribution. The underlying third-party data sources keep their own licenses, and the README gives a table of which attribution string each upstream source requires.

Copy-paste prompts

Prompt 1
Walk me through the data folders in ai-robotics-2032-window and what each leg of the thesis claims
Prompt 2
Show me how build_charts.py turns the CSVs into the thirteen PNG outputs
Prompt 3
Help me update the METR autonomy CSV with newer numbers and regenerate the affected charts
Prompt 4
List the falsifiable predictions and failure criteria in the checkpoints folder
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.