Proof of Intelligence

Proof of Intelligence

⚠️

🚧 In active development — not yet live. Proof of Intelligence depends on the validator layer, which is V0 code that is not yet deployed or running. This page describes the design and goals of the system, not its current state. Follow the Discord for launch news.

Centralized AI APIs ask you to trust the model behind the endpoint. The AI Power Grid is designed to measure it. As validator stages roll out, models on the network will be continuously benchmarked for real intelligence — the goal is measured capability, not a precision label.

Why this exists

On a decentralized network, you can’t take a worker’s word for what it’s running. A node could claim it serves a full-precision model at long context while actually running a badly quantized version at a fraction of the context. And quantization is a spectrum: a clean quant can be indistinguishable from the original, while a broken one produces fluent-sounding nonsense that fails the moment real reasoning is required.

So the design has the grid stop trusting the label and measure the model itself. A great quantized model that passes is welcome; a “full-precision” model that fails is not. The grid will rank by delivered intelligence.

How it will work

Once live, validator nodes will continuously and unpredictably send probe batteries to every model on the network and grade the answers automatically:

  • Structured generation — render a chess position to SVG, emit JSON to a schema, write code that has to compile. Quantization damage shows up first in structured and spatial tasks, and a parser catches it instantly.
  • Reasoning — math and logic with verifiable answers.
  • Long-context recall — hide a fact deep in a long prompt and ask for it. This also verifies the model’s real context length, not just the claimed one.
  • Instruction following & perplexity — format adherence and a low-level signal of degradation.

The probes are mixed into real traffic, procedurally generated, and randomly timed, so they can’t be detected or pre-answered. There’s no static benchmark to game.

What it will produce

  • A live quality score and capability tier for every model on the grid — effective context length, structured-output reliability, reasoning accuracy.
  • Smart routing: requests will go to nodes that measurably perform; persistent under-performers will be downranked and removed.
  • Collateralized quality: operators will eventually stake AIPG to serve. Repeated objective failures should lower routing trust first; slashing should be reserved for objective fraud after assignment-bound evidence, quorum, and dispute tooling exist.

What it will mean for you

  • Pick capability, not quants. Choose a measured tier; the network is designed to ensure the model behind it actually performs.
  • Trust that’s verifiable. Few centralized providers publish continuous, independent measurements of the model you’re hitting. The grid is designed to.
  • Honest hardware. Declared GPUs will be cross-checked against measured throughput, so capacity is real, not advertised.

The last revolution was metered in kilowatt-hours. This one is metered in tokens — and on the grid, every token is proven.

See also: Validator Node · Architecture Overview