AI Release Data (shared)
This folder holds one shared dataset, data.json, consumed by six MicroSims
in docs/sims/. It is not itself a MicroSim (no main.html), so it does not
appear in navigation or the MicroSims gallery.
Editing data.json updates every dependent sim the next time its page is
loaded — no need to edit each sim's JavaScript.
Source
AI Release Tracker — Analytics, retrieved 2026-09-11. Figures cover 249 major model releases across 11 frontier labs (OpenAI, Anthropic, Google, Meta, SpaceXAI, DeepSeek, Mistral, Moonshot AI, Z.ai, Qwen, NVIDIA) since ChatGPT launched on November 30, 2022.
Per-quarter and per-month figures were read directly from that site's chart tooltips (it has no public data export/API) and cross-validated: monthly values sum to the published quarterly totals, quarterly values sum to the published yearly totals, and everything sums to the published grand total of 249 releases.
Schema
1 2 3 4 5 6 7 8 9 10 | |
years[].partial/months[].partialmark the current in-progress period; pair withasOf(years only) for a tooltip note.months[].cumulativeis precomputed (running sum) so consumers don't need to recompute it.quarters[].byLabkeys always include every lab inmeta.labs, using0for labs that shipped nothing that quarter.
Dependent MicroSims
ai-releases-by-year— usesyearsai-releases-cumulative— usesmonths(cumulative)ai-release-frequency-monthly— usesmonths(value)ai-releases-by-lab-over-time— usesquartersai-releases-by-lab— useslabTotalsai-releases-by-day-of-week— usesdayOfWeek
Updating
To refresh with newer figures from the source site, append new months
entries (recomputing cumulative), extend quarters and years as
periods close out, and update labTotals and dayOfWeek. Re-run the
per-sim validation in microsim-utils after editing.