#code

6 posts

Muckin’ Around: An AI Manifesto

Why start a blog in 2026 anyway...

Jan 28, 2026

The Deletion Test

Here’s a simple test you can apply to any software system you work on:

Provenance Is the New Version Control

When code can be thrown away and recreated, the unit of change is no longer lines of code. It’s reasons. Version control has to follow.

The System Is the Asset

Why Regeneration Does Not Mean Starting Over

Conceptual Mass and the Compaction Discipline

As I mentioned in a previous post, at Wunderlist, we had a rule: any new service had to be "this big", a constraint I'd demonstrate by holding my fingers a few inches apart. The metric wasn't about lines of code. It was about replaceability.

Evaluations Are the Real Codebase

Why behavior outlives implementations