If you're anything like me, your very first taste of "programming" might have involved a tiny triangle on a glowing CRT monitor. You typed FORWARD 100 and watched as the little turtle drew a line across the screen. It was pure magic. You were making the computer do things. (See also: Logo (programming language))
Recently, I rediscovered this magic with AI, a project called Turtle-Gemma, and it brings that exact childhood magic to the modern AI landscape.
Instead of typing commands, you just click a microphone in your browser and say, "Hey, draw me a red star." A few moments later, an AI agent writes the Logo code, executes it, and paints your request onto a digital canvas.
It was a fun tinker project, but it’s also something more: it is one of the most effective way to understand how modern AI "Agents" actually work. Let's peek under the shell.
There’s a special kind of satisfaction in taking a handful of different technologies and wiring them together into a seamless loop. That’s exactly what Turtle-Gemma does.












