
I Built a Tool to Control AI Coding Agents from My Phone
The Problem You're on the couch, in a coffee shop, or just away from your desk. You have a list of coding tasks you want done. You have AI coding agents (Claude Code, Aider, Codex, Gemini CLI) installed on your machine. But you can't use them from your phone. What if you could just text your tasks from Discord and have multiple AI agents start working on them — each in its own terminal? What I Built Agentboard — an open-source tool that lets you orchestrate multiple AI coding agents from your phone via Discord. You type: team Alpha: Build a landing page for my portfolio team Beta: Fix the auth bug in my API team Gamma: Write tests for the payment module And on your Mac, three Terminal windows open — each running Claude (or Aider, Codex, Gemini, whatever you configure) working on its assigned task. In parallel. How It Works You (Discord on phone) | v Discord Bot (Python, runs on your machine) | +-- Team Alpha -> Terminal.app -> claude "Build landing page..." +-- Team Beta -> Terminal.ap
Continue reading on Dev.to
Opens in a new tab



