Writing on systems, AI, and shipping software

I build distributed systems and agent fleets, and I write about the unglamorous engineering that actually makes software work at scale. Pieces are grouped below by theme.

Systems

Static-First 8 min read
Why static beats dynamic for 99% of sites

Most sites run a server, a database, and a runtime they never needed. The case for shipping cacheable HTML, and the few pages that earn a server.

Static-First 11 min read
A field guide to distributed-systems failure

One machine fails honestly. A distributed system fails halfway, at 3am. Notes on the failures that will find you and how to survive them.

AI

Agent Fleet 9 min read
What forty agents taught me about isolation

I turned one overworked assistant into a fleet of narrow agents last quarter. The model was never the hard part. Branch ownership was.

Agent Fleet 10 min read
The economics of LLM inference at scale

Training gets the headlines. Inference is where the money goes, on every request, forever. What actually drives the bill and which levers move it.

Engineering

7 min read
Fifty pull requests in a week

A week of deliberately high throughput, and the bottleneck was never typing speed. Notes on small diffs, review latency, and safe velocity.