Privacy & Scaling Explorations (PSE) ran its first vibecoding hackathon — a 2-day, fully remote, mostly async experiment to see what happens when a team of cryptography engineers leans hard into AI-assisted development.
18 people registered. 10 projects were submitted. The range was wild: ZK circuit tooling, post-quantum cryptography, Claude Code plugins for proof generation and circuit auditing, anonymous social networks, and a Tetris-inspired crypto bookkeeping app.
Vibecoding means building software primarily through AI assistants — Claude, Copilot, Cursor, and similar tools — where the developer focuses on direction, architecture, and iteration while the AI handles much of the code generation. The goal of this hackathon was to explore how well this approach works for serious cryptographic engineering, not just web apps.
| Place | Project | Team |
|---|---|---|
| 1st | Vibe Circuit | Sora Suegami, Nam Ngo |
| 2nd | Seal | Andrew Morris |
| 3rd | Noir Circuit Auditor | Vikas Rushi |
Honorable Mentions: Dual Ledger Tower (Nicole Yeh), ShieldETH (Yanis Meziane)
| # | Project | Team | Description | Repo | Demo |
|---|---|---|---|---|---|
| 1 | Vibe Circuit | Sora Suegami, Nam Ngo | Claude Code plugin for structured circuit and proof workflows — vibe-code ZK circuits and generate Lean proofs for programmable cryptography | GitHub | Slides |
| 2 | Anonbook | Moven, Vivi Jeng | Anonymous social space where bots and AI agents hang out with portable reputation, built on UniRep | GitHub | Video |
| 3 | ShieldETH | Yanis Meziane | EIP-8141 Frame Transactions in revm with ZK-verified shielded ETH transfers | GitHub | Live App |
| 4 | Noir Circuit Auditor | Vikas Rushi | Claude Code plugin that audits Noir circuits using a 6-phase adversarial protocol across 8 bug classes — found 3 real vulnerabilities in 5 repos | GitHub | Submission |
| 5 | Dual Ledger Tower | Nicole Yeh | Playful manual bookkeeping app with Tetris-like block placement for crypto-native users | GitHub | — |
| 6 | Seal | Andrew Morris | Local daemon that serves verified, content-addressed web app bundles over HTTPS on the .seal TLD — protecting users from unverifiable web frontends |
GitHub | Video |
| 7 | Spartan-WHIR | Alex Kuzmin | Spartan proving system built on Plonky3 fields with WHIR as the multilinear PCS backend | GitHub | — |
| 8 | SortedIMT | Vivian Plasencia | Optimized Incremental Merkle Tree with efficient membership and non-membership proofs, plus post-quantum resistance | GitHub | Docs |
| 9 | Private Prediction Market | John Guilding | MPC-based prediction market with LMSR pricing, threshold-signed oracle updates, and ZK-private claims using Circom | GitHub | — |
| 10 | PQ Private Transfers | Nicolas Serrano | Private transfer protocol on Ethereum using post-quantum cryptography, built with autonomous AI coding loops | GitHub | Video |
John Guilding also explored 3 additional projects: Private Prediction Market (Noir), Canton on Base, Canton on Aztec
Privacy & Scaling Explorations is a research and development lab within the Ethereum Foundation, focused on building infrastructure for privacy-preserving technologies — zero-knowledge proofs, multi-party computation, and related cryptographic tools.