Why useful proof of work was always coming
Travis Good · Co-founder and CEO, Ambient||8 min read
Bitcoin settled an old argument. It showed that a network could agree on the truth without a trusted party in the middle, and that the thing holding it together could be raw computational work. Miners race to solve a puzzle, the winner extends the chain, and the cost of the work is what makes the history expensive to rewrite. Seventeen years on, that design is still the most battle-tested idea in the field.
It also left one thing unfinished. The work itself produces nothing. A miner burns electricity to find a number that has no value the moment it is found, except as proof that the electricity was spent. The hashing is deliberately useless, because uselessness was the easiest way to make the work hard to fake.
From the first time I read the Bitcoin paper, the same question sat there unanswered. What if the work were useful? What if the same energy that secured the network also produced something the world actually wanted?
That question is the reason I helped build Ambient. This essay is about why the answer was never a clever trick somebody might stumble onto. It was a convergence, waiting on two things to arrive.
Why useful proof of work stayed out of reach#
Proof of work has three requirements, and the third is the one that broke every earlier attempt.
The work has to be hard to produce, so the network is expensive to attack. The work has to be cheap to verify, so every node can check it without redoing it. And for the work to be useful, it has to produce something valuable on its own. Bitcoin satisfied the first two. Almost nobody could add the third without breaking the second.
The problem is an asymmetry that runs the wrong way for most valuable work. Useful computation tends to be as expensive to check as it was to perform. If verifying a result costs the same as producing it, you cannot build consensus on it — every validator would have to repeat every miner's work, and the network would collapse under its own redundancy. Hashing dodges this by being trivial to verify and worthless to own.
The verification asymmetry is the whole game, and useful work usually fails it.
Earlier projects felt the pull of the idea and ran into that wall. Some mined prime numbers, which are cheap to verify but of narrow value. Some pointed spare cycles at protein folding and other scientific computing, which is genuinely useful but cannot be verified trustlessly inside a consensus loop. The pattern repeated. The moment the work became valuable, it became expensive to check, and the consensus mechanism fell apart.
So proof of work stayed useless — not because nobody wanted to fix it, but because the two halves would not hold together.
The two things that had to arrive first#
Useful proof of work needed a computation valuable enough to be worth securing a network around, and a way to verify that computation cheaply. Neither existed in a usable form for most of the last decade.
The first was AI inference becoming a computation the whole economy wants to buy. Every business, every developer, and every application now wants intelligence on demand, and they want it continuously rather than in bursts. When a computation is in that kind of standing demand, securing a network with it stops being a thought experiment and starts being an economic engine.
The second was a way to verify inference for almost nothing. This is the part my own background prepared me to see. I spent years in optimization, building the first mathematically optimal planner for freight railroad movements — coordinating thousands of variables across a continental network — and later working on machine learning for drug discovery. Optimization teaches you to be obsessed with one question. Where is the asymmetry? Where can you check an answer far more cheaply than you can find it?
For language models, the asymmetry lives in the logits. A miner runs the full model across thousands of tokens to produce an output, which is expensive. A validator can replay a single token of that computation and confirm the work was done honestly, which is cheap. We built Proof of Logits around exactly that gap. The mechanism is set out in full in our Proof of Logits primer.
That is the property proof of work always needed and useful work never had. The computation is valuable, and checking it is close to free.
Machine intelligence as currency#
Once verification is cheap, something changes in what the network is. The work securing Ambient is the production of intelligence, so intelligence becomes the native output of consensus. Every joule a miner spends does two jobs at once. It secures the chain, and it produces an inference an application can use. Nothing is thrown away.
This is what I mean when I say machine intelligence is the new currency. Bitcoin mints security and discards the work. Ambient is designed to mint security and keep the work — the byproduct of mining is an answer somebody wanted, rather than a discarded hash.
That alignment is why a decentralised network can credibly compete with a closed lab. A closed provider charges a margin on inference and answers to shareholders. A network whose security budget is its inference budget can point an entire economy of miners at producing and improving one open model.
The open part is not a slogan. The problems I helped build Ambient to address all trace back to a single point of control. Bias in a model is the operator's bias. Censorship is the operator's choice about what may be said. A privacy gap is the operator's data policy. A model substitution is the operator quietly changing what you evaluated. Each of these exists because one party owns the model and you cannot check what it does.
Remove the single point of control, make the model open and its execution checkable, and the whole class of problems changes shape. You stop trusting an operator and start reading a proof.
Why this matters past the network#
The property that makes useful proof of work possible addresses something the rest of the AI industry has not addressed at all.
Closed AI is unverifiable by design. You send a prompt to a black box, you get an answer back, and you take it on faith that the model named on the invoice is the model that ran. You cannot check whether it was quantized to save cost. You cannot prove which version produced a given output. You cannot tell whether the system you evaluated in a pilot is the system running in production. For a casual chat, none of that matters. For a bank, a hospital, or an agent moving money, it matters enormously.
The same asymmetry that lets a validator check a miner's work is what makes verified inference possible: a proof that a specific model produced a specific output, checkable by someone who did not run it. That is the bridge from the protocol to the enterprise — the artifact that secures a block is the same artifact a compliance team needs to show what their AI did.
I want to be precise about where that stands. The mechanism is real and it is what the network runs on. Exposing it as a durable, third-party-checkable receipt on every API response is engineering we are still doing, and the verified inference page tracks exactly what is live today versus specified. I would rather say that plainly than let the idea do work the implementation has not finished.
This is why I do not think of Ambient as a crypto project that happens to use AI, or an AI project that happens to use crypto. The verifiability crypto demands and the verifiability enterprise AI demands turned out to be the same requirement. One mechanism answers both.
Why it was always coming#
The claim in the title is not nostalgia. Useful proof of work was a convergence waiting for its inputs, rather than an idea waiting for a clever founder.
The inputs were a computation valuable enough to anchor an economy, and a verification cheap enough to build consensus on. AI inference supplied the first. Proof of Logits supplied the second. The moment both existed, a network that secures itself by producing intelligence stopped being a long shot and became the straight line between two points that had finally appeared on the map.
The only open questions were who would build it, and how well.