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.
Medusa is a speculative-decoding method that bolts several extra prediction 'heads' onto a language model so it can guess multiple future tokens at once.
Language AIMixture of Depths (MoD) lets a transformer spend different amounts of compute on different tokens, routing only the 'important' tokens through each layer's…
Language AIMamba is a sequence model built on state space models (SSMs) that processes text in linear time, offering a fast alternative to the Transformer's quadratic…
Language AIRWKV is an architecture that trains like a Transformer but runs inference like a recurrent network, giving linear-time, constant-memory generation.
Language AISparse attention makes Transformers cheaper by letting each token attend to only a carefully chosen subset of other tokens rather than all of them.
IndustriesAI helps utilities detect pipe leaks, predict demand, and optimize treatment so cities waste less water and energy.
IndustriesAI lets spacecraft navigate, analyze imagery, and make decisions without waiting for distant ground commands.
IndustriesAI helps conservationists count animals, identify individuals, and catch poachers by automatically analyzing camera-trap photos, audio, and satellite imagery.
TechnicalQ-Learning is a reinforcement learning algorithm that teaches an agent which actions pay off best by gradually learning the value of each move through trial…
TechnicalActor-Critic methods combine two learners: an 'actor' that chooses actions and a 'critic' that judges how good those actions were.
TechnicalMonte Carlo Tree Search (MCTS) is a planning algorithm that decides the best move by selectively building a search tree and simulating many possible futures.
IndustriesAI helps emergency departments and ambulance services decide who needs care first and fastest, flagging the sickest patients before a clinician can see them.
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.