In April 2024, a deepfake of a CFO’s voice tricked a Hong Kong finance employee into wiring $25 million to fraudsters. The transaction was verified on-chain, the voice was indistinguishable, and the trail went cold. Two months later, Succinct Labs’ CBO Brian Trunzo stood on a CoinDesk stage and proposed a solution: pass US legislation requiring every high-risk AI agent to carry a zero-knowledge proof—a cryptographic "behavior credential" that attests to its actions. It’s a beautiful vision: mathematical trust for autonomous agents, enforced by law. But as someone who has spent the last decade translating cryptographic proofs into human decisions—first with my ChainLit tool in 2017, then through Aave’s DeFi workshops, and now as a Web3 community founder—I can tell you that the gap between a legislative press release and a working proof system is measured not in months, but in orders of magnitude.
Context: The Promise and the Timing
Succinct Labs is a well-funded infrastructure player, backed by Paradigm and known for its open-source zero-knowledge proof acceleration library. The company’s core pitch is that generating ZK proofs can be made cheap enough for mainstream use. Trunzo’s argument is straightforward: AI agents are already trading, posting content, and executing smart contracts. They are opaque. We cannot trust them. ZK proofs can change that by revealing only the fact that the agent followed its rules, without exposing its private data or model weights. The legislative ask is for a new liability framework—if an AI agent causes harm and cannot produce a valid proof of its behavior, its developer bears full responsibility. This flips the current paradigm (content is liable) to a new one (lack of proof is liable).

It sounds revolutionary. It sounds necessary. And it plays perfectly into the bull market narrative where every problem is solved by a cryptographic token or proof. The AI+Crypto sector has seen a surge of projects promising "verifiable AI inference" with ZK—Modulus Labs, Giza, and others. Yet not one of them has shipped a product that can prove an inference from a large language model in real time. Succinct Labs itself has not released a public testnet or benchmark for its AI proof pipeline. The call for legislation, therefore, is not just a technical proposal—it’s a strategic move to shape regulation before the engineering challenges become embarrassingly visible.
Core: The Unspoken Technical Ceiling
Let me be blunt: I have audited ZK circuits for DeFi protocols, helped simplify them for non-technical audiences, and watched teams spend months optimizing a single proof that still takes minutes to generate. The AI+ZK combination multiplies that difficulty by a factor of a thousand. Here’s why.
First, the size of the computation. Modern AI models like GPT-4 execute billions of floating-point operations per inference. Translating that into an arithmetic circuit that a ZK prover can handle is a massive compilation challenge. Even with Succinct’s own "Succinct" library—which generates efficient proofs for small programs—the overhead of proving a single transformer layer is currently measured in hours on consumer GPUs. For a chatbot response, you’d need sub-second latency. The trade-off between proof time and verification cost is brutal.
Second, the scope of what is proven. A ZK proof can attest that a given model, with given weights, produced a specific output given a specific input. It cannot attest that the model itself is benign, that its training data wasn’t poisoned, or that its objective function doesn’t contain a hidden backdoor. In other words, the proof shows execution integrity, not model integrity. If a malicious actor trains an AI to behave well 99% of the time but to violate user privacy when a specific trigger appears, a ZK proof of every normal inference will look perfect. The credential becomes a false certificate of safety.
This is not academic. During my time at Aave during DeFi Summer, I watched yield optimizers be audited for code correctness while their strategy logic remained opaque. Users trusted the audit, not the strategy. The collapse of a few leveraged protocols taught me that verification is only as good as the assumptions it encodes. For AI, the assumption that a proof of execution equals a proof of trust is deeply flawed.
Third, the data availability and privacy dimension. The proof must reference the model weights and parameters, which are often proprietary. Even with zero-knowledge, generating a proof without revealing the weights requires the model owner to participate in a multiparty computation or to use a trusted setup. Succinct Labs hasn’t disclosed how it plans to handle this. If the legislative mandate requires proof but the model weights remain hidden, verification becomes impossible. The only entity that can generate the proof is the model owner, creating a central point of trust—the exact opposite of the decentralization ethos.
I recall a moment from my ChainLit days: I built a tool that summarized ICO whitepapers into plain language. Users thought they understood the risks, but the summaries couldn’t capture subtle tokenomics mechanisms. Similarly, a ZK behavior credential will give a false sense of understanding. We will trade a fear of the unknown for a false confidence in the proven.
Contrarian: Why the Legislative Push May Backfire
The call for mandatory ZK proofs is premature, and rushing it could lock in a suboptimal standard before the technology matures. Let me offer three counterarguments rooted in my experience navigating the intersection of crypto, regulation, and institutional adoption.
First, the demand for verifiable AI is currently non-existent outside a small circle of cryptographers. I organized resilience DAO for displaced Web3 workers during the 2022 bear market, and the most common concern was economic survival, not cryptographic trust. In the bull market euphoria, we tend to assume everyone cares about decentralized verification because we do. But ask a large AI developer like OpenAI to add ZK proofs to every inference—they will cite latency, cost, and competitive secrecy. Without a clear economic incentive (e.g., lower insurance premiums, easier regulatory compliance), the mandate will be seen as a tax, not a feature.
Second, the legislation proposed by Succinct Labs could become a vehicle for regulatory capture. If the law mandates a specific type of proof (ZK), it privileges companies that have already invested in that technology. Alternative approaches—like trusted execution environments (TEE), formal verification of model properties, or simple auditing by human experts—might be more practical for different risk levels. By forcing ZK, we risk stifling innovation and creating a monopoly on trust. This is eerily similar to the early days of smart contract audits, where a few firms dominated because "audited by X" became a de facto requirement.
Third, the history of technology mandates is littered with unintended consequences. In 2017, I saw ICOs promise the moon with "smart contract audits" that turned out to be flat-fee rubber stamps. When the truth came out, trust vanished. The same could happen with AI: one high-profile failure where a ZK-backed agent still causes harm will trigger a regulatory backlash far worse than if we had started with simpler, more humble approaches.
During my work with Deutsche Bank’s digital assets desk, I designed a training program for senior bankers. They were suspicious of "crypto solutions" and demanded clarity. The lesson that stuck with me: institutional trust is built incrementally, not by legislative fiat. For AI verification, we need graduated steps. First, publicly verifiable model training logs (not proofs). Second, lightweight proofs for low-stakes actions (like content moderation flags). Third, full ZK only for critical financial or medical decisions, and only after independent benchmarks prove acceptable latency and cost.
Takeaway: The Chain That Breaks Under Its Own Weight
The vision behind Succinct Labs’ campaign is noble. I believe in cryptographic trust as a foundation for an open, autonomous internet. But as evangelists, we must guard against overselling. When I stand in front of a community, I tell them: "Community is the only chain that cannot be broken." The chain of trust around AI will be broken not by malicious actors, but by our own hubris if we pretend the math is ready before the code is written.
The true test will come not when the first legislative bill passes, but when a ZK-proofed AI agent executes a perfect proof and still sells a user a fake NFT or triggers a flash loan attack. At that moment, the industry will have a choice: admit the limitation and improve, or double down on a narrative that collapses. I hope we choose the former. Until then, I urge every builder reading this to audit the claims of verifiability with the same skepticism we applied to ICO whitepapers in 2017. The math is beautiful. The engineers are brilliant. But the bridge between a legislative press release and a working proof for a billion-parameter model is still being built. And it will take years, not quarters.