Munder Difflin fixes agent cost, memory and messaging failures in v0.4.5
Chaitanya Giri's local-first harness wraps 12 agent CLIs. Its v0.4.5 release notes document repairs to cost reporting, Apple Silicon semantic memory and communication between workers.
By RuntimeWire Staff · Published
Primary source: Munder Difflin
Why it matters
Giri is betting that value will accrue to the software holding users' context and coordinating interchangeable models. Cloud and Network will test whether that layer can support a business while the local application remains free and open source.

Developer Chaitanya Giri, who is based in Bangalore, has documented fixes for inaccurate cost reports, broken semantic memory on Apple Silicon and unreliable communication between the AI workers that populate his virtual office in Munder Difflin's v0.4.5 release notes.
Giri is taking an MIT-licensed personal project with roughly 3,400 GitHub stars and trying to build a commercial layer around the coordination and infrastructure that make autonomous agents useful after the initial demo.
Giri's public profiles identify him as a former Amazon applied scientist intern. In a LinkedIn post, he wrote that he started studying artificial intelligence before university, attended Amazon's ML Summer School and won its machine-learning challenge with his student team.
Munder Difflin grew from a more mundane frustration: keeping track of multiple agent terminals. Giri's answer was a desktop application that treats existing command-line agents as employees, complete with names, memories, mailboxes, assigned roles and pixel-art desks. A central clone called Michael routes work, watches the other agents and asks the user to intervene when a decision crosses a configured boundary.
The harness is the product
Munder Difflin wraps 12 command-line providers listed on its homepage, including Claude Code, OpenAI Codex, Gemini CLI, Grok, Kimi Code, Qwen, GitHub Copilot and Cursor. Users bring the subscriptions or API keys they already have.
That distinction is Giri's central bet. In a blog post, he described the harness as the part that decides which context reaches which model and lets the result act on a computer. Models can be swapped as prices and capabilities change. A user's repositories, working habits, credentials and institutional memory are harder to replace.
Each agent runs as a local terminal process. Munder Difflin can give agents isolated Git worktrees, route messages through file-based inboxes and preserve knowledge across sessions. The office interface makes this machinery visible, with avatars walking between stations and envelopes moving between desks.
Giri is extending the same structure beyond engineering. Munder Difflin's homepage presents clones for designers, product managers, sales workers and other computer-based roles. That expansion remains a product thesis rather than demonstrated customer adoption. The clearest working surface is still software development, where command-line tools, repositories, tests and pull requests already give agents structured environments in which to act.
Version 0.4.5 cleans up silent failures
The most useful part of v0.4.5 is its accounting of what previously failed without making enough noise.
According to the v0.4.5 release notes, Munder Difflin's cost counter reset whenever the application restarted even though the session identifier remained unchanged, causing the interface to underreport spending. On Apple Silicon, CoreML overflowed the quantized embedding graph and returned NaN vectors, breaking semantic memory. The application now runs those embeddings on the CPU on macOS.
Agent messaging had its own reliability problems. The release notes say the update adds a watchdog that wakes idle workers when mail is waiting, bounces messages sent to missing inboxes instead of dropping them, and makes webhook dispatch atomic. These are plumbing fixes, but plumbing determines whether a group of agents can finish work without a person staring at every terminal.
Giri also credited 23 community pull requests in the v0.4.5 notes, evidence that outside contributors are becoming a meaningful part of the project.
The candid release notes help Giri here. Munder Difflin is presented as an office that can keep working while its owner sleeps, a claim that depends on accurate spending data, persistent memory and dependable handoffs. Publishing the failure modes gives prospective users a clearer picture of how early the software remains.
Free software, paid continuity
Munder Difflin's local application is free under the MIT license. Giri says code, keys and personal context remain on the user's machine by default. The homepage describes clone-to-clone communication as end-to-end encrypted using X25519 and AES-256-GCM, with plaintext available only inside the participating nodes. Those assurances rest on Munder Difflin's published architecture and auditable source code. The security policy does not amount to an independent security audit, and the research found no such audit.
Munder Difflin already sells two commercial services. Cloud keeps a clone running in a dedicated sandbox virtual machine, while Network connects teammates' clones and provides a shared organizational knowledge base. Pricing for those services is handled through sales contact rather than a public rate card. Giri also offers a one-time $20 plaque on a Founders' Wall.
That structure puts Munder Difflin in a widening market for persistent agent environments. OpenAI agreed in June to acquire Ona, whose customer-controlled cloud environments give agents a place to continue working after a laptop closes; Ona said the transaction closed on August 10. Infrastructure provider Runloop raised $7 million in 2025 around isolated development environments and evaluation tools for coding agents.
Giri is approaching the same runtime problem from the user's own computer, existing subscriptions and open source code, then charging for persistence and coordination across machines. Munder Difflin's pixel office gives that architecture a memorable face. Its commercial prospects will depend on whether the underlying workers can keep their memories, report their bills and reliably answer one another after the office lights go out.