Ideas and issues welcome!
Have a technology milestone that should be included? Open an issue with:
- Year of launch/release
- Event name and brief description
- Category (Hardware, Software, AI/Agentic, etc.)
- Metric (Training FLOPs or Days to 50M users)
- Source for the data
Found an error in the data or visualization? Please open an issue describing:
- Which plot (AI Compute or Adoption Timeline)
- What's incorrect
- Suggested correction with source
Interested in seeing additional visualizations? Some ideas under consideration:
- Energy & Inference Costs in AI
- Global AI Model Releases by Year
- Hardware Price/Performance Over Time
- AI Benchmark Progress (MMLU, etc.)
Feel free to suggest others via issues.
Pull requests welcome for:
- Bug fixes in Python scripts
- Improved label positioning
- Additional data points with sources
- Accessibility improvements
pip install matplotlib numpy plotly# AI Compute Timeline
cd ai-compute-timeline/src && python ai_compute_timeline.py && python ai_compute_timeline_plotly.py
# Adoption Timeline
cd adoption-timeline/src && python adoption_timeline.py && python adoption_timeline_plotly.pyBy contributing, you agree that your contributions will be licensed under MIT.