Projects
Most of these are proofs of concept or "products as content" - AI made it cheap to build, so instead of writing about an idea I'll build a small product that explains it. Fast to ship, but still made with love, and people learn far more from something they can actually click around.
AI and Cryptography
A short 6-step curriculum I built to teach myself and others the basics of mech interp.
Multiple parties train a shared AI model without revealing their datasets to each other, using MPC (Arcium) with verifiable commitments onchain. Also did a proof of concept on EVM.
Prove outputs came from specific models without revealing the model weights, using trusted execution environments.
Privacy & Distributed Systems
Anonymous, org-gated posting on Solana - zero-knowledge proofs let only people with a verified email at a Solana ecosystem company post, without revealing which person is behind any post.
- Private Payments Visualizer
Walks through every way of doing private payments on Solana, side-by-side, so you can see the tradeoffs without reading three whitepapers.
- ETH to SOL
Helps Ethereum devs move to Solana - explains the concepts side-by-side and translates code via a Claude Code skill I wrote. Built on Solana itself, using its architecture and security model.
- Solana Mixer
A small zk mixer on Solana. I built it twice to compare the tooling.