TL;DR: Goodhart’s Law says that when a measure becomes a target, it stops being a good measure. People optimize the number and quietly drop every goal you had in mind but never expressed. I once watch…
2026
TL;DR: The whole industry is racing to give AI more permissions: more tools, more autonomy, more write access. I went the other way this month and noticed something uncomfortable: the assistant that o…
TL;DR: “Self-consistency” — ask a model the same question several times at a non-zero temperature and take the answer they most agree on (a plurality vote) — gives large accuracy gains over greedy dec…
TL;DR: Gall’s Law says a complex system that works is invariably found to have evolved from a simple system that worked, and that a complex system designed from scratch never works. There are two read…
TL;DR: In AI coding the hard part is no longer writing the code, it is understanding the code the agent wrote well enough to keep steering. Geoffrey Litt’s framing is that the human job shifts from ve…
TL;DR: The defining feature of the complexity class NP is polynomial-time verifiability: a candidate answer is cheap to check. The asymmetry that matters shows up in its hardest members, the NP-comple…
TL;DR: Tesler’s Law, the conservation of complexity, says a system has an inherent amount of complexity that can be reallocated between owners but never deleted. The useful move is to split that into …
TL;DR: Generic coding-agent leaderboards don’t tell you which model or tool fits your work at a budget you’re willing to spend. So I built a small task set that mirrors my real work and ran an open-so…
TL;DR: Standard self-attention costs on the order of n² in the sequence length n, in both arithmetic and the attention-score memory it materialises. Almost every long-context architecture headline of …
TL;DR: Hyrum’s Law says that with enough users, every observable behavior of your API becomes something someone depends on, whether you documented it or not. The implementation quietly becomes the int…