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.
Speculative streaming and multi-token prediction speed up language model generation by guessing several future tokens at once and verifying them in a single…
TechnicalBERTScore measures how well machine-generated text matches a reference by comparing meaning, not exact words.
TechnicalLinear attention replaces the quadratic softmax attention in Transformers with a math trick that scales linearly with sequence length.
TechnicalYaRN (Yet another RoPE extensioN) is an efficient technique for stretching a model's usable context window far beyond what it was trained on.
TechnicalPositional Interpolation (PI) is a simple, influential technique that extends a Transformer's context window by squeezing new position indices into the range…
TechnicalMixture of LoRA Experts (MoLE) combines many small, cheaply-trained adapters with a learned router so a single base model can flexibly specialize across…
TechnicalSpeculative edits make AI code editing feel instant by predicting that most of a file will stay unchanged and only verifying the small parts that differ.
TechnicalActivation steering nudges a model's behavior by directly adding or subtracting vectors inside its hidden activations at runtime, no retraining required.
TechnicalSparse autoencoders (SAEs) are a tool that pulls apart the tangled internal activations of a neural network into a much larger set of cleaner…
TechnicalLearn superposition and polysemanticity in AI interpretability: why models pack features into shared directions, why neurons become polysemantic…
TechnicalThe logit lens and tuned lens are interpretability techniques that peek at a transformer's hidden states layer by layer to see what the model is 'thinking'…
TechnicalDeepSpeed (Microsoft) and Megatron-LM (NVIDIA) are the software stacks that make training models with billions of parameters across thousands of GPUs…
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.