$ cat /etc/cookies.conf
We use cookies to understand how people use this site.
Analytics cookies help us improve your experience.
They are off by default. Nothing tracks you until you say so.
$ select cookie_preferences
Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
This talk explores using coding agents to develop a complex algorithm for a word game, demonstrating how collaboration extends developer capabilities beyond initial expectations.
I’ve been working on a solver for a word game called Strands. Wanting to try out the latest coding agents, I let Claude take a shot at writing an algorithm. I expected a little vibe-coding would get me most of the way there, but the computational complexity proved to be a lot more challenging than I thought. Along the way though, I learned to collaborate with my coding agent in a way that wasn’t just a time save, it truly extended my abilities.
Python solver uses MRV backtracking heuristic for efficient Strands grid decomposition.
Loading recent emails...