August 20, 2026AgentsOpen SourceTool

Munder Difflin: The Office, but the Employees Are Your Agents

Multi-agent orchestration tools keep reinventing the org chart while pretending they are not. Munder Difflin, a desktop app that added 797 GitHub stars in a day, just says it out loud with a full Dunder Mifflin skin: your agent CLIs, Claude Code, Gemini, Grok, whatever you run, become employees on a pixel-art office floor, avatars walk to desks, messages fly between stations, and a supervisor agent named Michael, pitched as your digital clone, reads requests, handles the routine ones, and escalates real decisions to you.

Under the comedy is a fairly serious architecture. Every agent is a real terminal process with its own working directory and identity. Coordination happens through a local git repository containing shared memory, mailboxes and a blackboard, which means the entire collaboration state is versioned, diffable and inspectable with tools you already have. A markdown-based semantic memory layer gives cross-session recall, human gates guard spending and destructive operations, and there is a built-in Monaco editor with git history and diffs. Electron, React, Pixi.js, xterm.js. MIT licensed, with the pixel art under a non-commercial restriction.

The stealable idea is git-as-message-bus. Most multi-agent frameworks invent a coordination protocol and ask you to trust it; this one uses commits, so when two agents disagree about state you read the log. It is the same insight the agent-memory crowd landed on, plain files beat opaque stores, applied to coordination instead of memory.

Whether the world needs a Michael Scott for its agents is a separate question, but 2,600 stars in a few weeks says the org-chart metaphor is landing. https://github.com/chaitanyagiri/munder-difflin
← Previous
fx: Vercel Ships a 6MB Coding Agent
Next β†’
Agentic ESOpt: Tune a 27B Agent Without the RL Stack
← Back to all articles

Comments

Loading...
>_