Why does proving a model ran correctly still take longer than running it?
Opportunity
Zero-knowledge proofs of ML inference can verify that a model produced a given output from a given input without revealing the weights. This would let crypto applications consume AI outputs trustlessly without relying on TEEs or operator reputation. The problem is performance: generating a ZK proof for a GPT-2-scale model takes tens of minutes; at GPT-3 scale it is measured in hours. Floating-point arithmetic in transformers compiles inefficiently to arithmetic circuits, and the attention mechanism is especially costly to prove. TEE-based attestation papers over this gap but requires trusting hardware vendor firmware rather than math. Until proof generation drops by two to three orders of magnitude, every verifiable AI primitive in crypto is trading one trust assumption for another.
Why it matters
The credible-neutrality promise of crypto-native AI depends on ZK proofs that are fast enough to use in production, and today they are not.
How I score the opportunity
The Opportunity Score is my own read, not a measurement: how much it hurts, how often it bites, and how little exists to solve it today. Higher means I think it is more worth building.
How much pain it causes when it shows up.
How often people actually run into it.
How little good tooling exists for it today.
More problems worth solving
What does an AI agent's bank account actually look like?
AI x CryptoCan an on-chain organization run by agents avoid becoming a scam machine?
AI x CryptoHow do you prove a photo or a voice is real without a platform vouching for it?
AI x CryptoWhy is on-chain identity either nothing or your entire life?
AI x CryptoHow do I audit which agent acted under my identity across a delegation chain?
AI x CryptoHow do I verify that an AI agent holding my funds is actually solvent?