Blog
Deep dives on AI engineering, Rust, and the systems that run agents safely in production. The full archive lives on Substack.
Building Aster
Lessons from building an open-source coding agent in Rust. Almost every one reduces to the same move: give the model less, and make it prove more. Aug 2026 Context Rot
Claude auto-compacts after N messages for a reason: models get worse as a session grows. This is why context rot happens, what compaction really costs, and how you move information across sessions without losing the pieces that matter. Jul 2026 What is Harness Engineering
draft
7-part series
A harness is everything in an agent except the model. This is the map for a whole series: the five subsystems, the H0 to H3 ladder, the design principles, and the traces that turn a finished task into something you can actually verify. Jul 2026 Context, Harness, Loop
The model is fixed. Everything that makes one agent reliable and another useless lives in three layers around it: what it sees, what it can do, and how its steps become a task. Jul 2026