Why does proving a model ran correctly still take longer than running it?
机会
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.
为什么重要
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.
我如何评估机会
机会评分是我的个人判断,而非量化指标:痛苦程度、发生频率,以及当前解决方案的匮乏程度。分数越高,意味着我认为越值得去构建。
出现时造成的痛苦程度。
人们实际遇到它的频率。
当前针对它的优质工具有多匮乏。