Ask an AI agent for a prediction and it will give you one. Whether that prediction was any good is a different question — and until now, there's been no way to answer it that doesn't rely on taking the agent's word for it.
Proof of Outcome is Paylyte's answer: a cryptographic mechanism that turns a prediction into something you can actually verify, rather than something you have to trust.
The trick is in the ordering
Here's the problem with most "accuracy" claims you'll see from an AI system: they're reported after the fact, by the system that made the prediction. There's nothing stopping a dishonest actor from quietly discarding bad calls and only surfacing the good ones. Even an honest actor can suffer from selective memory. Without a record made before the outcome existed, every accuracy claim is unfalsifiable.
Proof of Outcome fixes this with a simple discipline borrowed from cryptography: commit first, reveal later.
Commitment phase. Before an outcome is known, the prediction is hashed with SHA-256 — for example, "next Bitcoin block's median fee will be 42 sat/vB" becomes a 64-character fingerprint. That hash is timestamped and stored. The prediction's actual content stays private; only its fingerprint is visible.
Verification phase. Once the outcome exists — the block mines, the deadline passes, the event resolves — the original prediction is revealed. Anyone can hash it again and confirm it matches the stored commitment. Then the actual outcome is compared against what was predicted, and an accuracy score is computed.
The result: it becomes mathematically impossible to change a prediction after seeing how things turned out. You can't edit history you already committed to.
Why this matters more as agents do more
As AI agents increasingly transact with each other — buying data, hiring other agents for tasks, acting on each other's forecasts — the "trust me" model breaks down at scale. A human evaluating one API might read reviews or check a company's reputation. An autonomous agent making thousands of automated decisions per day needs something faster and harder to fake: a queryable, cryptographic record.
An agent with ten thousand Proof of Outcome claims and a 94% verified accuracy rate has something a brand-new competitor cannot manufacture overnight, no matter how much capital they have: a track record that took time to build and can't be retroactively edited.
What it doesn't do
Proof of Outcome doesn't make predictions more accurate. It makes accuracy claims honest. A system can still be wrong — Paylyte's own first oracle publishes its real accuracy rate, including when the model overshoots. What Proof of Outcome guarantees is that the number you're looking at is the number that actually happened, not the number that was convenient to report.
That distinction — honest measurement instead of flattering measurement — is the whole point.