Free AI library

Technical guidesFree forever.

177 plain-English guides, structured learning paths, and an open library — built by an independent 501(c)(3) nonprofit so anyone can understand modern AI.

177Free guides
1Topic tracks
~2 minPer guide
~6hReading 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

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

Technical

Model Drift Detection

Model drift detection is the practice of monitoring a deployed machine learning model to catch when its accuracy quietly degrades because the real world has…

2 min readRead
Technical

A/B Testing for ML Models

A/B testing for ML models means routing live traffic to two model versions at once and measuring which one actually performs better on real users and real…

2 min readRead
Technical

Model Serialization Formats

Model serialization is how a trained machine learning model gets saved to disk so it can be loaded and run later, on a different machine or in a different…

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
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
Technical

Model Pruning

Model pruning shrinks a neural network by removing weights or whole structures that contribute little to its output.

2 min readRead
Technical

Tokenization and Byte Pair Encoding

Tokenization splits text into the small units a language model actually reads, and Byte Pair Encoding (BPE) is the popular method for building…

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.