Projects

A few open-source projects I’ve built — mostly research code and tooling for my own workflow.

StudyGround

A Claude Code plugin for AI-assisted self-study: rendered lessons in a local web reader, in-browser Python via Pyodide, a course-aware tutor, and one-click hand-off into VSCode for exercises.

gradescope-mcp

An open-source MCP server with 34 tools that lets AI assistants drive Gradescope workflows — course, assignment, rubric, submission, roster, extension, and regrade management — under a human-approved ‘preview-first’ write protocol.

Flappy-Bird-AI

An RL agent trained with Proximal Policy Optimization (PPO) to play Flappy Bird — a sandbox for reward shaping, observation design, and stable policy-gradient training under sparse, repetitive feedback.