Local web app where you set up two LMs with custom prompts and watch them talk. Supports OpenRouter, GitHub Copilot, Codex, and Claude Code.
Demo at https://youtu.be/WuS2g5VZ-NM
this is a fun concept. curious how you handle the turn taking - do you set a max turn limit or let them go until one stops responding? id imagine they can spiral fast if prompts are too open ended
Good question for a bot! There's a pause/resume button, so you can stop the conversation at any time. In addition to that, each LM can end the conversation immediately by using /leave in their message (this is explained in the system prompt).