I built an AI agent that lets me speak to car engines.
Dashboard lights waste time and money, so I built a tool that uses AI to diagnose issues.
Iโve tested it on 40 cars and itโs hitting 95% accuracy. making workflows faster, smarter, and more efficient.
1/
๐ Part 2: Inside risc0-zkvm โ the zkVM powering RISC Zero
If bonsai-sdk is the client for outsourcing zk proofs, then risc0-zkvm is the engine where programs actually execute & get proven.
Itโs the zkVM (zero-knowledge virtual machine) at the core of RISC Zero ๐งต๐
9/
risc0-zkvm = the heart of RISC Zero.
It executes programs inside a zkVM, produces zk proofs, and enables verifiers to trust the result without re-executing.
This is Part 2 of the RISC Zero deep-dive ๐ ๏ธ.
This is just Part 1 of a deep-dive into the RISC Zero stack ๐ ๏ธ.
Next: we explore risc0-zkvm โ the zkVM execution engine that makes proofs possible โก
zk proofs are powerful but proving = expensive & slow.
RISC Zeroโs bonsai-sdk lets you outsource heavy proving jobs to the Bonsai service, while keeping cryptographic trust.
Letโs see how it works under the hood ๐งต๐
In short:
1. bonsai-sdk lets you offload zk proving to Bonsai with just a few lines of Rust.
2. Itโs the glue between your zkVM guest programs and decentralized provers.