Free AI library

Learn AI.Free forever.

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.

1019Free guides
9Topic tracks
~2 minPer guide
~34hReading time

Start here

Five outcome-based courses

Each course includes explicit outcomes, mapped competencies, practice activities, and an applied capstone.

Topic tracks

Browse by track

Jump into the area you care about. Every track has multiple plain-English guides.

Full library

All guides

1019 of 1019 guides shown. Filter by track or search above.

Fundamentals

Active Learning

Active learning is a training strategy where the model itself chooses which unlabeled examples a human should label next.

2 min readRead
Fundamentals

Data Augmentation

Data augmentation artificially expands a training set by creating modified copies of existing examples — like flipping or cropping images.

2 min readRead
Technical

Mixed Precision Training

Mixed precision training speeds up neural network training and cuts memory use by performing most math in 16-bit floating point instead of 32-bit.

2 min readRead
Technical

Speculative Decoding

Speculative decoding makes large language models generate text faster by using a small, fast 'draft' model to guess several tokens ahead, then having the big…

2 min readRead
Technical

KV Cache Optimization

The KV cache stores the keys and values a transformer has already computed so it doesn't redo work for every new token — but it can balloon to gigabytes.

2 min readRead
Applications

AI Email Triage

AI email triage uses language models to read, sort, prioritize, and draft replies for your inbox automatically.

2 min readRead
Applications

AI Calendar Scheduling

AI calendar scheduling tools find meeting times, resolve conflicts, and book events using natural language and smart preference rules.

2 min readRead
Applications

AI Spreadsheet Copilots

AI spreadsheet copilots let you analyze data, write formulas, and build charts using plain-English prompts instead of memorizing functions.

2 min readRead
Language AI

Encoder-Decoder Architectures

Encoder-decoder architectures split a model into two halves: one that reads and compresses an input into a rich internal representation, and one…

2 min readRead
Language AI

Cross-Attention

Cross-attention is the mechanism that lets one sequence look at another: a decoder generating text can attend to an encoder's representation of the input.

2 min readRead
Language AI

Catastrophic Forgetting

Catastrophic forgetting is when a neural network learns a new task and abruptly loses its ability to perform tasks it had already mastered.

2 min readRead
Technical

Flash Attention

Flash Attention is a clever way to compute the attention step inside Transformers without ever writing the giant attention matrix to slow memory.

2 min readRead

Finished reading? Prove it.

Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.