Selected open-source projects from my GitHub. Most of my professional work (Netflix, Citadel, etc.) is proprietary, but here are some personal projects I've put out there.
AI & Machine Learning¶
globe_ocean_llm — Fine-tuning LLMs for offline oceanography and hydrology expertise. Built to work with the GLOBE program's website and datasets. Python.
modular_agents_poc — Proof of concept for a Node.js server that serves modular AI agents with built-in observability. This was the basis for my JSNation US 2025 talk on full-stack AI orchestration. TypeScript.
tensor_fraud — Using an autoencoder neural network to detect credit card fraud. Jupyter Notebook.
Trading & Finance¶
metro_suite — A crypto trading suite for developing and running automated trading strategies. Jupyter Notebook.
cpp_financial_engineering — Financial engineering implementations in C++.
grafana_kdb — Creating Grafana dashboards with sample data in KDB+, the columnar database used in high-frequency trading. TypeScript.
Infrastructure & Tools¶
transit — A high-speed GraphQL server built with Apollo Server that can talk to multiple databases. TypeScript.
Teaching & Education¶
artOfCode — The open-sourced curriculum from the Art of Code program at New Jersey Institute of Technology, developed in partnership with the mayor's office, governor's office, and Code for America.