Munder Difflin: an open-source harness that clones your team into always-on agents
Munder Difflin is an MIT-licensed multi-agent harness that wraps whatever coding-agent CLI you already run — Claude Code, Codex, Gemini CLI, Copilot and others — and turns it into a persistent “clone” of an individual worker. Rather than one shared assistant, each person gets an agent that inherits their tooling, memory and habits and drives their machine to do their actual job: reviewing PRs to your standards, answering questions about a service at 3am, fixing bugs, or handling non-engineering work like specs, CRM updates and reports. Multiple clones coordinate — handing off tasks, sharing context and unblocking each other overnight — escalating to a human only for decisions that genuinely need one. The Office branding is deliberate, down to the Jim, Pam and Dwight examples.
The pitch leans hard on a local-first, private-by-architecture design. Each clone runs as a node on its owner’s laptop at 127.0.0.1, so code, keys and personal context never leave the machine. Clone-to-clone messages are end-to-end encrypted (X25519 key exchange, AES-256-GCM), meaning the vendor claims it cannot read traffic in transit. Shared org knowledge is provisioned into a separate versioned knowledge base that every new clone inherits, kept distinct from personal context. Because the full stack — node, protocol and crypto — is on GitHub, the security model is auditable rather than merely promised.
The agent itself is free forever; the company monetizes two optional add-ons. Cloud provides a dedicated sandbox VM per clone so agents keep working with the laptop closed, and Network sells the E2E-encrypted messaging layer plus the hosted shared knowledge base, with team seats scaling from 10 to 100+. The interesting angle for technical readers is less the novelty of multi-agent orchestration and more the trust and operational model: persistent agents that impersonate specific employees, run around the clock, and act on their behalf raise real questions about accountability, review discipline, and what it means when “your clone” opens a PR or answers a teammate while you sleep.
Read the full article
Continue reading at Hacker News →This is an AI-generated summary. Read the original for the full story.