Projects
Everything I've shipped.
10 projects, newest first. Source is on GitHub for all of them.
Reinforcement learning
Multi-agent coordination
Two agents learning to cooperate in a stochastic grid world with no way to communicate, and watching the theory break in the learning curves.
Systems
Boston Metro System
The Boston metro modelled as a multigraph, so a route with fewer line changes wins over one that is technically shorter.
Cryptograms
Generates and solves substitution cipher puzzles, written to be read by someone learning how those ciphers break.
Movies API
A REST API over a film database, designed so a client can render a full list view from a single request.