Work

Projects

Things I've built across systems, AI, and finance.

ML Options Pricer

A neural network-based options pricing model trained on historical market data, achieving lower RMSE than Black-Scholes on short-dated equity options.

PythonPyTorchQuantitative FinanceNumPy

Distributed Key-Value Store

A fault-tolerant distributed KV store implementing the Raft consensus algorithm with log replication, snapshotting, and leader election.

GoRaftDistributed SystemsgRPC

LLM Research Assistant

A RAG-based assistant that ingests academic PDFs and answers questions with citations, built on top of Claude's API with a Next.js frontend.

TypeScriptNext.jsClaude APIVector DB

Algo Trading Backtester

Event-driven backtesting framework supporting multiple asset classes with realistic transaction cost modeling and walk-forward optimization.

PythonPandasFinanceStatistics