Arda Tasci’s essay on agent harnesses is the clearest articulation I’ve read of a thing most agent frameworks get backwards: the harness is not where you show off abstractions. It’s where you cut the cognitive load — measured in tokens — that you put on the model, then get out of the way.

The principles that match what I’ve seen hold up under production load:

The contrarian bite is in “don’t play the odds, play the bot.” Most orchestration effort goes into clever routing and control flow; the higher-leverage move is meeting the model where it’s already fluent and spending your token budget on the actual task. The HN thread argues over how much of this survives smarter models.

My bet: the lean, auditable harness outlives the clever one, because the failure modes it guards against are structural, not tied to a model version. What’s the first thing your harness does silently in the background that the model never needs to know about?