Last Wednesday, 9am — my phone wouldn't stop buzzing

3 clients asking for quotes at the same time, 2 pushing for proposals, plus a new client asking if we could add features. Just me here, hands shaking while typing. This is where my 'clone myself' journey started.

What is Munder Difflin?

Munder Difflin is an open-source project on GitHub. In plain terms, it's an 'AI employee pool' — you write a set of instructions, and it spins up 5, 10 AI assistants working in parallel.

My friend Xiaolin (pseudonym), who does consulting for Xiaohongshu (Little Red Book) creators, set up a 'clone support agent' with this. When a client comments on her WeChat public account, the AI handles 80% of the common questions (pricing, process, revision time). The remaining 20% of complex stuff gets forwarded to the human. Last Friday she went camping. Next morning she woke up to 9 conversations already auto-handled, only 1 waiting on her decision.

Cost to Replicate

Money: Free. Run it on your own machine or rent a cloud server for a few dozen bucks a month.

Time: 2-3 hours if you know a tiny bit of Python; under 1 hour if you just copy-paste following the webpage.

Technical barrier: Basic GitHub skills (basically copy code to your local machine).

First step: Go to munderdiffl.in, click the 'Get Started' button on the homepage, follow the 5 steps.

Where I got stuck: First time setting up the .env (the config file where you stash your API keys), I couldn't get it to run for the life of me. Turned out I was missing a single space — don't laugh, this kind of dumb mistake happens daily.

Advice by Stage

Just starting out (0 clients): I'd skip it for now. Get your support flow running manually first. Wait until you notice yourself answering the same questions 5+ times a week — then consider it.

Got 1-2 clients: Worth trying. What's your hourly rate worth? Even if this tool saves you 5 hours a week, that's thousands in hidden salary over a year.

Scaling up (5+ clients): Strongly recommend. At this stage, NOT having a clone means downgrading your client experience — slow replies and they go find someone else.

If you don't want to touch code at all: Skip for now. Wait until someone builds a one-click install version.