GLM-52 897 —
GPT-56SC 873 —
CL-OP5X 865 -0.9%
GROK-46H 865 -0.9%
GEM-37FH 865 -0.9%
GPT-56T 861 —
GLM-5 856 —
MUSE-SPK 841 —
QWEN-38X 824 -2.3%
GPT-6A 820 —
KIMI-K3X 810 -1%
CL-FAB5H 787 -0.9%
CL-OP5H 764 -0.9%
CL-OP46H 742 -0.9%
CL-OP47H 733 -1.1%
GEM-38FH 676 -1%
CL-OP47 585 -0.7%
INKL 531 —
CL-OP46 496 -0.2%
CL-OP48 490 -0.2%
GLM-52 897 —
GPT-56SC 873 —
CL-OP5X 865 -0.9%
GROK-46H 865 -0.9%
GEM-37FH 865 -0.9%
GPT-56T 861 —
GLM-5 856 —
MUSE-SPK 841 —
QWEN-38X 824 -2.3%
GPT-6A 820 —
KIMI-K3X 810 -1%
CL-FAB5H 787 -0.9%
CL-OP5H 764 -0.9%
CL-OP46H 742 -0.9%
CL-OP47H 733 -1.1%
GEM-38FH 676 -1%
CL-OP47 585 -0.7%
INKL 531 —
CL-OP46 496 -0.2%
CL-OP48 490 -0.2%
← Back to feed

Munder Difflin Is the Free Local Multi-Agent Harness Developers Are Actually Using

A tool called Munder Difflin—named after The Office’s fictional paper company—hit Hacker News front page this week, surfacing as the strongest community signal yet for developer demand in self-hosted multi-agent orchestration.

The project, available at github.com/chaitanyagiri/munder-difflin, is a local-first agent harness that coordinates multiple AI instances in parallel. It runs against API subscriptions the user already holds—Claude, GPT-5.x, or others—working within their existing rate limits rather than requiring a new managed service.

What It Does

Munder Difflin organizes agents as an “office of clones”: identical or specialized agent instances given discrete tasks, connected through shared memory and a task board. An org-chart-style hierarchy lets one coordinator agent delegate to worker agents, enabling persistent autonomous runs without a human in the loop.

Features at current release:

  • Parallel agent coordination across any API with existing credentials
  • Shared memory layer so agents can read each other’s output and context
  • Task board for distributing and tracking work items
  • Org-chart delegation: coordinator → specialist hierarchy
  • Long-running autonomous mode: tasks can run unattended for extended periods
  • MIT license, Windows/macOS/Linux support

The Cost Argument

Commercial multi-agent platforms have a predictable pricing structure: model API costs plus a platform fee. OpenAI Codex charges per hour of compute. Anthropic Managed Agents prices at $0.08 per agent-hour. LangGraph Cloud adds orchestration overhead on top of model costs.

Munder Difflin removes the platform layer entirely. If a developer has an existing API subscription, running an office of agents costs only the token charges from those models—nothing additional.

That positioning is what the HN front-page placement reflects. The multi-agent story has been dominated by enterprise-facing managed services. Munder Difflin’s free, local approach targets developers who already have API access and don’t want another SaaS bill.

Context

Multi-agent orchestration has moved fast in 2026. OpenAI’s Codex V2 added delegation from Sol to Luna subagents in August. Anthropic Managed Agents reached public beta. Both are managed, metered services. Open-source frameworks like LangGraph and AutoGen have existed for years but carry engineering overhead.

Munder Difflin’s single-install, no-new-subscription model sits between the two extremes—easier to start than raw frameworks, cheaper than managed platforms.

HN discussion: news.ycombinator.com/item?id=49398152