Fun Stuff

Useful Prompts

A collection of AI prompt patterns that actually work — tested techniques for getting better results from language models.

Connect 4

Play Connect 4 against an AI opponent right in your browser. Drop your pieces and try to get four in a row.

Arena Survival (Maker Faire 2026)

A live exhibit I'm running at the Piedmont School Maker Faire. A kid walks up to the TV, tells me how they want to change the game ("make the player a dragon", "the enemies should be dancing bananas", "add a freeze ray"), and Claude Code edits the source code right there in front of them. A few seconds later the game reloads and they play their idea. Then the next kid walks up. It's the most fun thing.

md2gdoc

A tiny CLI that turns a local Markdown file into a properly-formatted Google Doc with one command. LLMs love producing Markdown, but you can't email a .md file to your CEO — md2gdoc closes that gap by piping the file through Drive's native Markdown importer, so you get real headings, lists, tables, and code blocks instead of literal ## characters.