Twitter/X

On 2026-06-26 @DanWahlin announced multiple AI-agent side projects built with…

Brief

Dan Wahlin posted on 2026-06-26 that he built several AI-agent side projects using GitHub Copilot CLI, Claude Code, and Codex and has the agents critique each other's work. Public repos include agent-sdk-core (multi‑SDK wrapper using the Agent Client Protocol to talk to Open Claw and Hermes), ai-agent-board (agent‑delegating Kanban with streaming outputs), agent-mission-control (dashboard/history/analytics for Copilot sessions), and agent-arcade (desktop overlay games); agent-mic is planned.

Why it matters

On 2026-06-26 @DanWahlin announced multiple AI-agent side projects built with GitHub Copilot CLI, Claude Code, and Codex and said he has the agents critique each other to obtain different review perspectives.

Key details

  • agent-sdk-core is a library that wraps multiple SDKs (Copilot, Claude, Codex, OpenCode) behind a single interface and uses the Agent Client Protocol to talk with Open Claw and Hermes (github.com/DanWahlin/agent-s…).
  • Other public projects: ai-agent-board (Kanban where each card can be delegated to Copilot/Claude/Codex/OpenCode/Open Claw/Hermes and streams agent output, github.com/DanWahlin/ai-agen…), agent-mission-control (live dashboard, history viewer, analytics for GitHub Copilot CLI/App sessions, github.com/DanWahlin/agent-m…), agent-arcade (transparent desktop overlay retro games built with Copilot CLI, github.com/DanWahlin/agent-a…); agent-mic is planned.
Source evidence

Been working on some fun side projects over the past few months. Built them out with a combo of Copilot CLI, Claude Code, and Codex - I have them critique each other for reviews to get different harness takes.

agent-sdk-core: A library that provides a single interface that wraps multiple SDKs to communicate with Copilot, Claude, Codex, OpenCode. Uses Agent Client Protocol to talk with Open Claw and Hermes.
github.com/DanWahlin/agent-s…

ai-agent-board: A Kanban board project where every card can be delegated to a different agent (Copilot, Claude, Codex, OpenCode, Open Claw, Hermes). It uses agent-sdk-core to talk with the selected agent(s) and streams output to a panel when a card is selected to view the status.
github.com/DanWahlin/ai-agen…

agent-mission-control: A live dashboard, history viewer, and analytics chat that provides insights into the activity of GitHub Copilot CLI and GitHub Copilot App agent sessions.
github.com/DanWahlin/agent-m…

agent-arcade: A retro arcade game collection that runs as a transparent overlay on your desktop - built with GitHub Copilot CLI. Play while waiting for your AI agents to do their thing.
github.com/DanWahlin/agent-a…

Have another one called agent-mic that I hope to get back to soon (it's cool!) but need more hours during nights and weekends. 😂