Projects

Things I've built, research prototypes, and hackathon wins.

EECS RAG System

2026

Retrieval-Augmented Generation system built for EECS coursework and research applications.

PythonRAGLLMs
GitHub →

Carbon-Aware Recommender System

2026

Studying Pareto frontier between user engagement and lifecycle carbon footprint in large-scale recommendation systems. BPR and SASRec models with carbon-aware re-ranking.

PythonMLRecSys
GitHub →

LLM Inference Benchmark

2026

Open-source benchmark harness for comparing LLM inference performance across providers and configurations. Latest vLLM finding (single-worker local setup, Qwen2-0.5B-Instruct): higher concurrency mostly increased queueing latency rather than throughput; doubling max_tokens roughly doubled latency while tokens/sec stayed similar, suggesting generation rate as the bottleneck.

PythonLLMsBenchmarking
GitHub →

PR Reviewer

2026

Automated pull request review tool powered by LLMs.

PythonLLMsDevTools
GitHub →
Automated LLM Testing Agent (DigitalOcean Hackathon — 1st Place)

Automated LLM Testing Agent (DigitalOcean Hackathon — 1st Place)

2026

Built an automated LLM-based testing agent to fuzz and validate AI-generated web applications.

LLMsTestingHackathon
GitHub →
Freelance Job Agent (Future of Labor Hackathon — 2nd Place)

Freelance Job Agent (Future of Labor Hackathon — 2nd Place)

2026

Multi-stage LLM agent pipeline to parse freelance job ads, assess feasibility/margins, generate bids, execution plans, and autonomously produce deliverables.

LLMsAgentsHackathon
GitHub →

AI Compliance System — Spacial AI

2025

Production AI system to automate building-code compliance checks. Distributed backend with AWS Lambda, API Gateway, S3, Bedrock. Multi-intent routing, caching, auth, guardrails, and monitoring.

AWSPythonLLMsProduction

MuZero for Snake

2025

MuZero reinforcement learning agent for Snake. Full training pipeline including MCTS, neural network policy/value estimation, and evaluation framework.

PythonRLMuZero
GitHub →

Vessel Trajectory Prediction

2024

ML models to predict maritime vessel trajectories using historical AIS data. Feature engineering pipeline and evaluation across multiple modeling approaches.

MLGeospatialPython