One Layer Down is my lab notebook for moving below LLM application code into inference infrastructure and agent runtimes.
The posts here start from hands-on work: running open-source models, reading serving papers, wiring small repros, and measuring behavior that is easy to miss in ordinary chat demos. The recurring questions are systems questions: where KV cache lives, how prefill and decode get scheduled, what gets copied or recomputed, how latency changes under load, and what a useful result costs.
Paper notes stay in the Paper Notes section. General AI application essays stay in Posts. This section is for the work that connects those ideas to commands, traces, result manifests, and the parts that broke while trying to make them real.