Skip to content
derpx06Notes on systems, models & learning

Explainers

12 things I only understood after drawing them. Each one is a single idea, one diagram, and as few words as I could manage.

All 12Research Papers 7Inference 2Distributed Systems 1Foundations 1Retrieval 1
Research Papers · 8 min

Mamba: What If Attention Isn't the Answer?

One approach keeps a perfect transcript and pays dearly for it. The other keeps running notes and forgets things. Mamba is a set of notes that finally learned to choose what to write down.

Inference · 8 min

Quantization: What Actually Breaks at 4 Bits

Storing an AI model's numbers at a quarter of their usual precision ought to ruin it. Mostly it does not — and the times it does are specific, well understood, and worth knowing before you pick one.

Retrieval · 8 min

HNSW: How a Vector Database Really Searches

Finding the closest match among millions of AI-generated points defeats every classical index. The structure that won works like a friend-of-a-friend network, and you navigate it by always stepping closer.

Research Papers · 8 min

LoRA: Why a Rank-8 Matrix Is Enough

Teaching a huge AI model a new skill used to mean storing a second huge model. LoRA shrank that by ten thousand times, by storing only what changed.

Research Papers · 16 min

Attention is All You Need

An in-depth analysis of 'Attention Is All You Need' and the genesis of Large Language Models.

Start a course
Finetuning an LLM
3 lessons · free
Start lesson 1
The monthly letter
One email a month

What I read, built and got wrong.