AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
84 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
84 of 1019 guides shown. Filter by track or search above.
Cross-validation is a resampling technique for estimating how well a model will generalize to unseen data.
FundamentalsPrecision and recall are two complementary metrics for evaluating classifiers, especially when classes are imbalanced.
FundamentalsDouble descent is the surprising observation that as a model gets bigger, test error first gets worse near the 'interpolation threshold' but then gets better…
FundamentalsThe Neural Tangent Kernel (NTK) is a mathematical tool showing that infinitely wide neural networks behave like a specific, fixed kernel method during…
FundamentalsThe Lottery Ticket Hypothesis says that inside a large, randomly initialized neural network hides a small subnetwork — a 'winning ticket' — that, trained…
FundamentalsScaling laws are empirical formulas showing that a neural network's loss falls predictably as you grow model size, dataset size, and compute.
FundamentalsChinchilla is a 2022 DeepMind finding that most large language models were badly undertrained: for a fixed compute budget you should scale parameters…
FundamentalsGrouped reward normalization standardizes a model's rewards within a batch of responses to the same prompt, turning noisy scores into a stable training…
FundamentalsA world model is a neural network that learns to predict how an environment changes over time, letting an AI 'imagine' future outcomes before acting.
FundamentalsLength normalization adjusts preference-tuning objectives so models stop winning approval just by writing longer answers.
FundamentalsThe Bradley-Terry model is a century-old statistical method for turning pairwise comparisons (A beats B) into numeric scores.
FundamentalsIterative DPO repeatedly aligns a language model to human or AI preferences by generating fresh responses, ranking them, and tuning on those new pairs each…
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.