Field Note · Technology · Note 07
The Verification Tax
The hidden cost of cheap generation is expensive checking, and a human always pays it.
By Alex Phinney
Published · 6 min read
01 · Observation
Observation
Every cheap answer creates a checking cost, and that cost is paid by a human.
This is easy to miss because generation feels free while verification feels like ordinary work. The bill arrives disguised as diligence.
The pattern shows up as a familiar sequence: a task that should take minutes produces output in seconds, and then consumes an hour of confirming that the output is actually usable.
Nobody accounts for that hour. It gets absorbed into the day and mistaken for inefficiency on the part of the person doing the checking.
02 · Pattern
Pattern
The verification tax scales with consequence, not with effort.
Low-stakes output is cheap to check because being wrong costs little. You can skim it, ship it, and correct later if needed.
High-stakes output is expensive to check regardless of how quickly it was produced, because the checking must be independent of the thing being checked. You cannot verify a claim using the same process that generated it.
This is why generation speed provides so much less leverage in regulated, technical, or reputational work than the raw output numbers suggest. The generation was never the expensive part.
03 · Implication
Implication
Real leverage comes from work where you can verify cheaply, not from work where you can generate quickly.
That reframes which tasks are worth automating. The best candidates are tasks with fast, unambiguous feedback: it compiles, the numbers reconcile, the customer replied. The worst are tasks where being subtly wrong is invisible for months.
It also means the ability to design a good verification step is itself becoming a valuable and underpriced skill.
Individually, the tax explains a specific modern exhaustion: producing more than ever while trusting your own output less.
04 · Action
Action
Before automating a task, ask how you will know the result is wrong, and how long that will take.
If you cannot answer in one sentence, you have not found a leverage point. You have found a place where you will absorb a hidden cost.
Prefer work with tight verification loops when you are building capability. Fast, honest feedback is what turns activity into skill.
Where the loop is slow, add a deliberate check: a second source, a test, a person who will tell you the truth. Build the check before you scale the output, not after something breaks.