Skip to content
derpx06Notes on systems, models & learning

Writing

11 pieces on the systems I build, the models I break and the way I learn. Newest first is rarely the best order — start from a tag.

2026

11 pieces
04

Your Retry Made It Worse

Trying again after a failure is the most obvious safety net there is, and the easiest one to build backwards. It hinges on one question: did the first attempt actually fail?

Distributed Systems24 Sept · 5 min
05

MCP Is a Protocol, Not a Plugin System

The Model Context Protocol looks like a way to hand an AI some plugins. Treat it that way and you get tools that shine in a demo and go round in circles in real use.

Agents17 Sept · 5 min
07

Evals Are the Only Moat

Anyone can copy your prompts in a weekend. Nobody can copy the thing that tells you, precisely, whether your last change made the product better.

Evaluation3 Sept · 6 min
08

Your RAG System Doesn't Have a Retrieval Problem

When an AI answers badly from your own documents, everyone blames the search. In every system I have debugged, the search was fine. The documents were the problem.

Retrieval27 Aug · 6 min
11

KV Cache from First Principles

A clear first-principles guide to KV cache: why it exists, how it works, and what tradeoffs matter in real production systems.

LLM Systems27 Mar · 6 min
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.