Systems · 1 min read

Building this site

The site itself is the first experiment — an engineering notebook exploring what runs one layer below the API.

A workshop, not a manifesto

This site is a workshop open to the street. There are no categories yet, no grand About page, no manifesto — just a stream of things I make: short notes, interactive toys, and experiments that poke at the layer below the one everyone else stops at.

The stack is deliberately boring where it can be (SvelteKit, markdown files in a git repo, static hosting) and interesting only where it pays (Svelte components embedded directly inside posts, so an essay can carry a live simulation in its pocket).

The first live artifact

The first such essay is already here — it has a GPU roofline you can play with The Residual Stream How fast can your GPU actually run a transformer? A playable roofline model for exploring when transformer decoding becomes memory-bound or compute-bound..