AI Release Frequency Per Month
Run the AI Release Frequency Per Month MicroSim Fullscreen
About This MicroSim
This line chart shows how many major AI models shipped in each individual calendar month since November 2022, across the 11 frontier labs tracked by AI Release Tracker. It replicates that site's "Release Frequency (Per Month)" chart.
Where AI Model Releases by Year smooths everything into five annual totals, this view exposes the volatility underneath: some months ship a dozen or more models, others ship almost none. The month-to-month noise is real — the underlying trend is still upward, but it is not a smooth climb.
How to Use
Hover along the line to see the exact release count for any month. The most recent month is marked as partial while it is still in progress.
Iframe Embed Code
You can add this MicroSim to any web page by adding this to your HTML:
1 2 3 4 | |
Updating the Data
Chart values live in a dataset shared by six MicroSims:
../ai-release-data/data.json. This chart
reads the months[].value field. Add a new month to the months array
(and recompute cumulative if you also use the
cumulative chart). See
../ai-release-data/README.md for the full
schema.
Related MicroSims
These MicroSims share the same dataset:
- AI Model Releases by Year
- Combined Cumulative AI Model Releases
- AI Model Releases by Lab Over Time
- AI Model Releases by Lab
- AI Model Releases by Day of Week
Lesson Plan
Grade Level
Adult professional / executive education (organizational AI-tracking course)
Duration
5-10 minutes
Prerequisites
None — pairs well with Combined Cumulative AI Model Releases.
Activities
- Exploration (3 min): Have learners identify the highest-volume and lowest-volume months on the chart.
- Guided Discussion (4 min): Discuss why release cadence is noisy month-to-month even when the year-over-year trend is clearly upward.
- Assessment (3 min): Ask learners why a single slow month should not be read as evidence that AI progress is stalling.
Assessment
Learners should be able to explain the difference between short-term noise and long-term trend in a time series, using this chart as the example.
References
- AI Release Tracker — Analytics — source of the underlying release-count data.
- Chart.js Documentation — charting library used to build this MicroSim.