Projects
Technical deep-dives into AI systems, enterprise architecture, and autonomous software platforms.
Technical Projects
GRIDLOCK
A browser tactics game built end-to-end by an AI agent under my direction: I supplied architecture constraints, art direction, and veto power; the agent supplied code, simulation, and pixels. Highlights: MCP integration done like dependency engineering (verified evaluation → fork → vendored library), agent skills that encode my calibrated taste, and a verification culture where every claim needs a receipt. Playable in the browser — and if you rate a battle afterwards, your feedback arrives with the complete replay attached.
TestLoginDelayReason
A small PowerShell diagnostic that pinpoints the root cause of slow Active Directory logins on Windows machines — checking local performance, DC connectivity, Group Policy processing, user profiles, and logon scripts in a single report. A basic project, but a clear demonstration of the power of quick, iterative AI usage for troubleshooting platforms: the first working version took about five minutes and replaced an afternoon of senior-engineer time per incident.