WRITING · 3 POSTS
Notes from the build.
What building agent pipelines and the gates around them taught me, written down with the numbers I could actually find. Every claim is checked against a primary source before it goes in.
· 6 MIN
Ten things about Git that actually matter
Most Git tutorials teach you commands. After writing 80 pages of Git documentation, these are the ten ideas I'd keep if I had to throw the rest away.
- git
- engineering-practice
- developer-tools
· 8 MIN
Cheap by construction, unmeasured in practice
I designed two multi-agent systems to be cheap by construction, bounded batches, tiered model routing, grounding over cleverness. Then I went looking for what they actually cost, and found I had never recorded a single number. Here's what I found instead, and why it was the more interesting answer.
- llm-cost
- agents
- evaluation