AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
1019 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
1019 of 1019 guides shown. Filter by track or search above.
Data parallelism trains one model faster by replicating it across many GPUs, with each GPU processing a different slice of the data batch.
TechnicalWhen a model is too large to fit on one GPU, model and pipeline parallelism split the model itself across devices.
TechnicalZeRO (Zero Redundancy Optimizer) eliminates the wasteful memory duplication of data parallelism by sharding optimizer state, gradients, and weights across…
TechnicalExperiment tracking is the practice of systematically recording every machine learning run — its code, data, hyperparameters, metrics, and outputs — so…
TechnicalCI/CD for machine learning extends continuous integration and continuous delivery pipelines to cover not just code, but also data and models.
TechnicalCanary and shadow deployments are two low-risk strategies for releasing a new model or service to production.
Visual AIAction recognition is the task of teaching computers to identify what people or objects are *doing* in video — running, waving, falling, opening a door — not…
Visual AIVideo frame interpolation generates new, in-between frames from existing ones to make video smoother or slower — turning 30fps footage into 60fps…
Visual AIMulti-object tracking (MOT) follows many objects — pedestrians, cars, players — across the frames of a video, giving each a consistent identity over time.
TechnicalPrompt caching lets an AI model reuse the computational work it did on a repeated chunk of text instead of reprocessing it every time.
IndustriesAI in pathology applies computer vision to digitized tissue slides, helping pathologists detect cancer, count cells, and grade disease faster and more…
Visual AIAI in medical imaging uses computer vision to read X-rays, CT scans, MRIs, ultrasounds, and mammograms, spotting abnormalities and prioritizing urgent cases.
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.