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

Knowledge Distillation

Knowledge distillation trains a small 'student' model to imitate a large, accurate 'teacher' model.

2 min readRead
Technical

Mixture of Experts

Mixture of Experts (MoE) is a model design that splits a network into many specialized sub-networks and activates only a few per input.

2 min readRead
Technical

Model Quantization

Model quantization shrinks a neural network by storing its numbers in fewer bits, so the same model runs faster and on smaller hardware.

2 min readRead
Technical

Federated Learning

Federated learning trains a shared model across many devices or organizations without collecting their raw data in one place.

2 min readRead
Technical

FP8 and Low-Precision Formats

FP8 is an 8-bit floating-point number format that lets AI models store weights and run math using a quarter of the memory of standard 32-bit numbers.

2 min readRead
Technical

PagedAttention and vLLM

PagedAttention is a memory-management technique that stores a language model's attention cache in small reusable blocks instead of one big contiguous chunk.

2 min readRead
Technical

Continuous Batching

Continuous batching is a serving technique that adds and removes requests from a running batch token-by-token, instead of waiting for a whole fixed batch…

2 min readRead
Technical

Differential Privacy

Differential privacy is a mathematical guarantee that analyzing a dataset reveals useful patterns while hiding whether any single person's data was included.

2 min readRead
Technical

Kubernetes for ML Workloads

Kubernetes is an open-source system that automatically schedules, scales, and restarts containerized programs across a cluster of machines.

2 min readRead
Technical

Feature Stores

A feature store is a central system that computes, stores, and serves the input variables (features) that machine learning models consume.

2 min readRead
Technical

Model Registries

A model registry is a version-controlled catalog for trained machine learning models, tracking each version's lineage, metrics, and deployment stage.

2 min readRead
Technical

AI in Cybersecurity Operations

AI helps security teams sift through billions of events to spot attacks humans would miss, and increasingly responds automatically.

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.