AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
155 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
155 of 1019 guides shown. Filter by track or search above.
Decoding controls are the knobs that decide how a language model picks each next word from its probability distribution.
Language AIALiBi (Attention with Linear Biases) is a clever way to give transformers a sense of word order without traditional position embeddings.
Language AIMulti-Query Attention (MQA) is a memory-saving twist on transformer attention that shares one set of keys and values across all attention heads.
Language AISentencePiece is a language-agnostic tokenizer that learns how to split raw text into subword pieces directly from data, without relying on spaces.
Language AIWordPiece is the subword tokenization algorithm that powers BERT and many Google models, splitting words into reusable fragments so a model can handle any…
Language AISentence-BERT (SBERT) adapts BERT to produce a single fixed-length vector for an entire sentence, so meaning can be compared with fast cosine similarity.
Language AIT5 (Text-to-Text Transfer Transformer), from Google in 2019, reframes every NLP task, translation, summarization, classification, even regression, as feeding…
Language AIDense Passage Retrieval (DPR) finds relevant text by comparing the meaning of a question and passages as numeric vectors, not matching words.
Language AIBM25 is the classic keyword-based ranking function that scores documents by how often query terms appear, adjusted for term rarity and document length.
Language AIHyDE improves retrieval by first asking a language model to imagine a fake answer document, then searching with that document's embedding instead of the raw…
Language AISpeculative decoding uses a small, fast 'draft' model to guess several upcoming tokens that a large model then verifies in one pass.
Language AILookahead decoding speeds up LLM generation without any extra draft model by guessing and verifying multiple future tokens in parallel using n-grams…
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.