-
The Paradox of Deliberate Fluency
On Timothy Gallwey's Self 1 and Self 2, and the subtler interference of recognizing that we are in flow.
-
A Scheduler as a Lens into LLM Inference
Building a job scheduler in Go and using it as a lens into LLM inference scheduling — tracing every design decision back to its vLLM parallel.
-
Building a GPT-2 Tokenizer in Go
Rebuilding a GPT-2 BPE tokenizer from scratch in Go, with benchmarks and optimization deep-dives.
-
Building an LSM Storage Engine from Scratch in Go, Part 4
Benchmarking the LSM: throughput-latency curves, group commit tuning, and the methodology behind it all.
-
Building an LSM Storage Engine from Scratch in Go, Part 3
Leveled compaction, per-directory SSTable layout, and dropping the manifest file.