零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Fri
03.27
2026
Project avatar
OSS
https://x.com/realbarnakiss/status/2037120329131147430
@realbarnakiss AI Rust NTT

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Fri
03.27
2026
beginner
What is zk-autoresearch and what did it do in this experiment?
zk-autoresearch is an automated iterative optimization loop. It lets an AI repeatedly modify code, test performance, and keep improvements. In this experiment, it optimized the NTT in Plonky3 and achieved about a 3% speedup while preserving correctness.
answer
intermediate
How does the approach avoid breaking proof soundness?
The agent was restricted to implementation-level code like NTT and could not modify soundness-critical parts like FRI. Each iteration ran correctness tests and full end-to-end proof verification to ensure equivalence.
answer
expert
Why do NTT optimizations have system-wide impact in ZK provers?
NTT underpins polynomial operations used in constraint encoding, sum-check-related computations, and FRI preprocessing. Since it dominates runtime, even small optimizations propagate to system-wide speedups.
answer