Projects

Things I've built and shipped — plus the rougher experiments along the way.

LinkedIn Mini Sudoku Solver

A single console script that reads the LinkedIn Mini Sudoku board — regions and all — solves it, and taps the digits in for you.

Active· javascript, puzzle, solver, backtracking

LinkedIn Patches Solver

A single console script that reads the LinkedIn Patches board — clues and shapes — solves the rectangle tiling, and drags every patch in for you.

Active· javascript, puzzle, solver, backtracking

LinkedIn Queens Solver

A single console script that reads the LinkedIn Queens board, solves it, and places the queens for you.

Active· javascript, puzzle, solver, backtracking

LinkedIn Tango Solver

A single console script that reads the LinkedIn Tango board, solves it, and fills in the Suns and Moons for you.

Active· javascript, puzzle, solver, backtracking

LinkedIn Zip Solver

A single console script that reads the LinkedIn Zip board — numbers and walls — finds the one path through it, and drags it in for you.

Active· javascript, puzzle, solver, backtracking

mago — an MCP harness for Claude Code

A small Go + SQLite MCP server that holds the task state for a build and refuses the writes that would skip a step.

ExperimentActive· go, sqlite, mcp, claude-code, tooling