This charming pixel art game solves one of AI coding’s most annoying UX problems
Everyone who has tried to code with Anthropic’s Claude Code AI agents runs into the same usability problem: If you run two or three concurrent artificial intelligence sessions—say, one rewriting your server code, another generating tests, a third doing background research—you are forced to manually hunt through separate terminal tabs, each one generating a relentless stream of machine-readable log entries, just to figure out what each program is actually doing at any given moment.
Not only is it hard to follow what’s really going on, but not checking constantly can also lead to problems, as agents might stop to ask you something and you won’t notice it for minutes or hours. Developer Pablo De Lucca thought there had to be another way: What if you could create a control panel and alert system that bridges the AI coding agents with your brain in an intuitive way, allowing you to control at a........
