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.
Hyperparameters are the settings you choose before training, like learning rate or model size, that the model does not learn on its own.
Language AIIn-context learning is the surprising ability of large language models to pick up a new task from a few examples placed in the prompt, without any retraining.
Language AIInstruction tuning is the training step that turns a raw text-predictor into a model that actually follows instructions like 'summarize this' or 'write…
Language AIAn AI hallucination is when a model states something false as if it were true — a fake citation, a made-up statistic, a wrong fact — fluently and confidently.
Language AITemperature and sampling are the dials that control how 'random' or 'safe' a language model's wording is.
Language AIWord embeddings turn words into lists of numbers so that words used in similar ways end up close together in a mathematical space.
Language AIAttention lets a model decide which other words in a sentence matter most when interpreting each word.
Language AIA context window is the maximum amount of text — measured in tokens — that a model can read and keep in mind at one time.
Language AIChain-of-thought reasoning is when a model works through a problem step by step in writing before giving its final answer.
Language AIQuantization shrinks an AI model by storing its numbers at lower precision, so a model that needed a data-center GPU can sometimes run on a laptop or phone.
Language AIQuestion answering (QA) is the task of getting an AI system to give a direct answer to a question, rather than just a list of links.
Language AIText classification automatically sorts pieces of text into categories, like tagging an email as spam or a review as positive.
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.