AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
177 plain-English guides, structured learning paths, and an open library — built by an independent 501(c)(3) nonprofit so anyone can understand modern AI.
Start here
Each course includes explicit outcomes, mapped competencies, practice activities, and an applied capstone.
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Use AI productively while protecting privacy, checking outputs, and preserving human accountability.
Evaluate workplace use cases, run safe pilots, measure value, and communicate changes responsibly.
Analyze AI systems through rights, equity, governance, safety, and public-interest outcomes.
Understand language models, retrieval, agents, evaluation, cost, and deployment safeguards through practical system design.
Topic tracks
Jump into the area you care about. Every track has multiple plain-English guides.
Full library
177 of 1019 guides shown. Filter by track or search above.
Model drift detection is the practice of monitoring a deployed machine learning model to catch when its accuracy quietly degrades because the real world has…
TechnicalA/B testing for ML models means routing live traffic to two model versions at once and measuring which one actually performs better on real users and real…
TechnicalModel serialization is how a trained machine learning model gets saved to disk so it can be loaded and run later, on a different machine or in a different…
TechnicalMixed precision training speeds up neural network training and cuts memory use by performing most math in 16-bit floating point instead of 32-bit.
TechnicalSpeculative decoding makes large language models generate text faster by using a small, fast 'draft' model to guess several tokens ahead, then having the big…
TechnicalThe KV cache stores the keys and values a transformer has already computed so it doesn't redo work for every new token — but it can balloon to gigabytes.
TechnicalFlash Attention is a clever way to compute the attention step inside Transformers without ever writing the giant attention matrix to slow memory.
TechnicalModel pruning shrinks a neural network by removing weights or whole structures that contribute little to its output.
TechnicalTokenization splits text into the small units a language model actually reads, and Byte Pair Encoding (BPE) is the popular method for building…
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.