
The Missing Piece: A Self-Custody Wallet for AI Agents
Everyone talks about the web3 + AI symbiosis. Nobody is actually shipping a self-custody, agent-native wallet. I noticed this the way you tend to notice these things: by building something
Everyone talks about the web3 + AI symbiosis. Nobody is actually shipping a self-custody, agent-native wallet. I noticed this the way you tend to notice these things: by building something that exposed the gap. I'd been working on a small MCP server for CoW Protocol so an AI agent could
Designing a Quantum-Secure Ethereum Wallet
The smart contract architecture behind a wallet that transitions from classical to quantum-secure cryptography without ever moving your funds. Quantum computers are getting closer to breaking the elliptic curve cryptography
The smart contract architecture behind a wallet that transitions from classical to quantum-secure cryptography without ever moving your funds. Quantum computers are getting closer to breaking the elliptic curve cryptography that secures every Ethereum account. When that day comes, any wallet signed with ECDSA becomes vulnerable. I'm proposing an open-source

Product Thinking for Open Source Library Design
What I discovered about library design while working on a dying open source project. Background photo by Shahabudin Ibragimov on Unsplash The best open source libraries are built like products.
What I discovered about library design while working on a dying open source project. Background photo by Shahabudin Ibragimov on Unsplash The best open source libraries are built like products. They need user research, competitive analysis, onboarding strategy, and distribution. The same things any product needs to win. But library
How to Use LLMs in a Trading Bot Stack
Been playing with kraken-cli + Claude Code for a trading bot stack. Here's the split that clicked for me today: 🤖 Agentic for design & validation — describe your strategy
Been playing with kraken-cli + Claude Code for a trading bot stack. Here's the split that clicked for me today: 🤖 Agentic for design & validation — describe your strategy in natural language, the LLM figures out the implementation, fetches data, and paper trades. (strategy compiler) ⚙️ Deterministic for execution