Projects

Product stories and recent experiences

Sharing results, learnings, and design structures that power creative and technical teams.

Project

Reinforcement Learning Market-Making Agent

PPO-trained market-making agent in PyTorch quoting BTC-USD bid/ask spreads from live Coinbase L2 WebSocket data, achieving 2.4× higher mean episode PnL and 8% lower inventory exposure than a TWAP baseline, featuring a Bloomberg-style live trading dashboard.

Reinforcement Learning Market-Making Agent

Project

Lock-Free Limit Order Book

C++20 price-time priority matching engine processing 2.6M+ orders/sec via lock-free MPSC queue and wait-free SPSC ring buffer, achieving sub-microsecond P99 matching latency with zero heap allocation on the hot path.

Lock-Free Limit Order Book

Project

Snap2Plan: AI-Powered Task Management

Full-stack SaaS application using Next.js, Supabase, and Claude/Gemini Vision APIs to extract structured tasks from handwritten notes, photos, and voice input, featuring real-time Kanban, Google Calendar sync, and automated email reminders.

Snap2Plan: AI-Powered Task Management

Project

Statistical Arbitrage Research Platform

Production-grade pairs trading backtester in Python using Engle-Granger & Johansen cointegration, Kalman filter dynamic hedge ratios, OU-MLE closed-form estimation, 20+ risk metrics including CVaR/HAC Sharpe, and a 6-tab Streamlit research platform with 163/163 pytest tests passing.

Statistical Arbitrage Research Platform

Project

PageCraft AI: Prompt-to-App Generator

Developer tool that generates and deploys full-stack React/Node.js web applications directly in the browser from natural language prompts, powered by GPT-4/Claude, WebContainers, and Monaco Editor with zero local setup required.

PageCraft AI: Prompt-to-App Generator