零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Wed
02.11
2026
Project avatar
Paper
https://eprint.iacr.org/2026/199
Lizheng Wang LLM Verifiable

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Wed
02.11
2026
beginner
Why is verifying standalone LLM inference insufficient for agent security?
Agents do more than text generation. They call tools, make multi-step decisions, and interact with external data. Verifying only Transformer inference leaves tool usage and execution logic unchecked, enabling malicious behavior.
answer
intermediate
What is the core improvement of zkAgent over zkGPT?
zkAgent replaces per-token stepwise proofs with a complete execution proof, achieving about 1.05 seconds per token compared to 309 seconds in zkGPT. Verification time drops from thousands of seconds to under a second.
answer
expert
How does zkAgent balance full execution proofs with scalability?
zkAgent encodes full LLM inference and tool interactions into a single SNARK proof, amortizing intermediate computations to avoid recursive blowup. This preserves end-to-end consistency while remaining scalable.
answer