Writing

The Bounty Economy: When AI Gets Stuck, Humans Get Paid

This one is speculation — the tag says so — but it is a speculation I keep coming back to. As agents take on more work, they will not fail in clean ways. They will get stuck on ambiguous requirements, missing credentials, weird edge cases, and judgment calls a human could resolve in five minutes. Multiply that by every automated workflow in the economy and you get a new labor surface: human escalation as a market.

The inversion

The bounty economy is my name for the model where AI systems post small, high-context tasks to humans when automation hits uncertainty. The human does not own the workflow. They supply the missing piece — a judgment, a permission, a correction, a data point — and the agent continues. This quietly inverts the usual picture of knowledge work. Instead of humans delegating to AI, AI delegates exception handling back to humans. The valuable worker becomes the person who can resolve ambiguity quickly and leave the agent with a better path next time.

Why it is a market design problem

A handoff market only works if the agent can package the task well. The packet needs the goal, the current state, what has been tried, the relevant context, the constraints, the risk level, and what counts as done. Get that wrong and the human spends the entire bounty reconstructing the problem instead of solving it — which is just outsourcing with extra steps.

Routing is the interesting technical layer. Some blockers need a domain expert, some need local context, some need a policy call, and some only need a quick sensory check a human can do in seconds. The system should classify the blocker, estimate the value at stake, and route to the cheapest reliable human intervention. And it should pay for resolved uncertainty, not for time spent looking busy.

The piece that keeps the whole thing from becoming a treadmill is the learning loop. Every handoff is evidence about where the automation is weak. If the same blockage produces the same bounty forever, that is not a market, that is a leak. Repeated human fixes should turn into better tools, better instructions, or eval cases, so the escalations keep moving to the frontier of what the agents cannot yet do.

If AI absorbs the routine path, human value concentrates on the exception path: judgment, taste, context, and permission, supplied at exactly the moment automation stalls. I do not know if the bounty mechanics are right. I am fairly confident the exception path is.