Aug 31, 2026 · by Moss’Ab Mirande-Ney · View source

Murmell

Google docs for AI agents, and you can close your laptop

Murmell

Editorial analysis

Every social media operation I’ve run eventually hits the same wall: not a shortage of AI tools, but several AI assistants quietly working the same job. You set one bot to draft captions, another to repurpose a long-form video, a scheduler to auto-publish — and then two posts with the same point hit different feeds on the same day. The most dangerous failure in multi-agent content production is the collision that doesn’t produce an error. Murmell, a Product Hunt launch for a cloud canvas where coding agents share one repo, is not a social media tool. But it names the exact problem our side is about to face: agents don’t hesitate, don’t look, and don’t know when they’re duplicating work. That’s worth studying.

The real problem: invisible collisions in shared content workflows

The maker of Murmell, Moss’Ab Mirande-Ney, frames the origin as a hackathon: three people, four AI agents, one laptop everyone was afraid to close, and half the night lost to “who’s on which file” and “wait, my agent died when I shut the lid.” That story is about software deployment, but I recognized it immediately from social media operations. Replace “file” with “caption” and “laptop lid” with “Wi-Fi dropout during a content calendar sync,” and it’s the same mess.

On a busy account, the worst mistakes aren’t the ones that error out. It’s when two freelancers or two AI assistants both produce a version of the same campaign idea, nobody overwrites anything, both versions get approved, and you discover the duplicate when it’s already live. In code, a merge conflict would interrupt the process. In social media, there is no conflict because there is no merge step. The post just publishes.

One commenter on the Product Hunt discussion put the failure mode more precisely than most enterprise software decks. Jernej Jan Kočica writes:

Two actors doing the same work without colliding at all. Both finish, both succeed, nothing conflicts, and you find out downstream or not at all. In code you would at least get a conflict. When the work leaves the system, you just get two sends. Agents sharpen it, because a person hesitates when they see someone else typing. An agent does not hesitate and does not look.

“When the work leaves the system, you just get two sends” is the exact nightmare of managing a brand with multiple social media managers and multiple AI scheduling tools. The platform algorithms — TikTok’s watch-time distribution, LinkedIn’s feed ranking — do not know or care that the duplicate was an accident. They just see two weak signals, deliver both to overlapping audiences, and your reach splits.

I’ve lived a smaller, human-powered version of this. A team I worked with had two account managers independently draft a response to the same trending news moment. Both were good. Both were scheduled. The client saw two nearly identical posts forty minutes apart on two feeds. Nobody had done anything wrong; the system simply had no claim layer. The same commenter nailed that too: presence tells you someone is in the room, not what they have taken.

Why TikTok creators should care more than LinkedIn ones

LinkedIn is lower volume and more network-dependent. A duplicate post is visible to your close network and reads as carelessness, but the lower publishing rate means you have more time to catch it. If you’re running a solo LinkedIn presence, you probably don’t need an agent coordination canvas; you need a calendar and a second pair of eyes.

TikTok is different. Its recommendation system is built on per-video performance: watch time, completion, and engagement velocity decide whether a video gets a larger “For You” test. That creates a high-volume content strategy. The more hook variations you can publish, the more shots on goal, and the more natural it is to run AI agents that generate and edit clips at scale. But the same velocity makes collisions more likely and more costly: if two agents pick the same sound, the same hook, or the same punchline, you may publish two variations that compete against each other instead of stacking distinct experiments. If you’re running a bank of TikTok experiments, coordination is suddenly the whole product.

What Murmell actually does (and where it fits)

Murmell is a shared cloud canvas in the browser. You bring in agents like Claude Code and Codex — plus human teammates — and they work on one repo on a cloud machine. Close your laptop, they keep going. The canvas shows a preview, and completed work lands back in version control. The maker says he built most of it with Claude Code, and once it was solid enough, he started building Murmell with Murmell. More agents are already on the way, and mobile simulators in the canvas are described as coming next.

The launch offer is free for the first week, plus $60 of Claude Code credits. Ongoing pricing is not disclosed. Neither are enterprise details like security certifications, data residency, or audit logs. I’m treating this as an early-access developer tool, not a hardened social-media platform.

The nearest social-media analogs are schedulers like Buffer and Hootsuite. They solve the queue and approval problem: what gets published, where, and when. They do not solve the production-coordination problem: which agent is allowed to touch which draft, what happens if an agent dies halfway through a month of captions, and who owns the truth when two tools generate versions of the same video. Buffer and Hootsuite are useful; they’re just not agent orchestrators.

In dev tooling, the closest comparison is GitHub Codespaces, but that’s a remote environment for humans, not a coordination layer for agents. Murmell’s bet is that the next unit of collaborative work is the agent session, and that sessions need to be shared, visible, and recoverable.

What “persistent agents” means for content operations

This is where I think creators should pay attention. “Close your laptop, they keep going” sounds trivial until you’ve lost an afternoon to a dead laptop and a half-finished batch of content. I’ve had this happen with an automation that needed my computer to stay awake, and with a batch export that stalled when the browser tab suspended. A persistent cloud execution environment changes the assumption: tasks run until they finish, not until your machine does. For social media teams, that means AI agents can keep repurposing one long video into platform variations, writing alt text, checking hashtags, and queuing drafts while you sleep.

But persistence creates a new problem. If an agent keeps working without a human watching, it can also keep working on the wrong thing. The source comment thread raises this exactly. Asad M. argues that file-level claims solve the loud half of the problem, but asks what happens when the agent holding a claim dies: “Nobody’s at the keyboard on a cloud machine, so a stale lock is silent and it’s sitting on exactly the file the next person needs.” That’s the same logic as a content calendar reservation: if an AI agent checks out “Thursday’s Story” and then vanishes, the next agent needs to know the claim is stale. Otherwise it waits forever or duplicates the work.

Most content operations don’t have a claim system at all. A shared spreadsheet shows the row is filled, but not who is working on it, what version it’s in, or why it’s blocked. That’s the gap I’d want a social-media AI tool to solve.

What creators and social media teams can borrow from it

Strip away the cloud canvas and the repo, and Murmell is a coordination layer for autonomous workers. That’s the part social-media tooling hasn’t caught up to.

First, treat the content calendar like a repository. The source says work lands back in version control. Most social teams don’t have an equivalent. We have shared spreadsheets, folders full of final_final_v3, and a Slack thread where the actual latest version lives. Imagine a content operation where every caption, hook, and asset has a version history and every agent edit is a commit you can inspect or roll back. That’s not a scheduling feature; it’s a source-of-truth feature. My take: the next wave of social media management tools will win by making the calendar auditable, not just automated.

Second, implement a claim layer with expiry. The source thread’s discussion of file-level claims and stale locks is the most useful part of the launch page. For content teams, that translates to: one AI agent is drafting all LinkedIn posts for the month, it crashes, and no human notices until Wednesday’s slot is empty. Claiming is not enough; claims need heartbeats. If a worker — human or agent — hasn’t checked in, the system should release the work and notify someone.

Third, build an approval loop with previews. Murmell has a preview in the canvas, and the maker says mobile simulators are coming. That’s a nod to a painful truth: it is easier than ever to generate content and harder than ever to see what it will actually look like before it goes out. For social teams, preview should be non-negotiable: a draft isn’t done until you’ve seen it in the Instagram grid, the TikTok layout, and the LinkedIn feed.

Fourth, budget per agent run, not per seat. The launch offer includes $60 of Claude Code credits, but the source doesn’t disclose ongoing pricing. My view: agent-based content production is metered compute, not a subscription. If you’re planning to use AI agents for content, you should know the cost of one end-to-end run: raw footage in, publishable assets out. That number is the real unit cost of your content engine.

Where the math breaks (and who should skip it)

Murmell is not a social media tool, and I’d be doing my job poorly if I pretended otherwise. It doesn’t know about Instagram’s image specs, TikTok’s sound library, or LinkedIn’s document carousels. It has no content calendar, no scheduled publishing, no UTM tracking, and no analytics. The source doesn’t claim these exist. If your only goal is to post five times a week, don’t buy a cloud development environment. Use a scheduler and a human.

Where the math breaks

Agent tools are metered. Claude Code credits are API-backed, and API rate limits apply. Running multiple agents on one cloud canvas means multiple streams of tokens, multiple sets of possible rate-limit stalls, and multiple ways to burn money while waiting. I’d bet the $60 credit is gone well before the free week if you actually run a multi-agent workflow every day. That’s not a knock on the product; it’s the underlying unit economics of AI content tooling. Social media managers are used to paying per seat. Multi-agent systems are paid per action, and the bill grows with autonomy.

Also, the productivity gain is uneven. For a solo creator, coordination overhead is low; you don’t need a claims system if there’s only one of you. For a five-person team with multiple clients and a dozen agents, coordination is everything. The value of a tool like this scales with the number of agents and humans trying to touch the same work.

Who should skip it

If you’re not writing code or building software releases, skip Murmell itself. If your workflow is “make a graphic, schedule it in a queue, reply to comments,” you are better served by a content calendar and an approval workflow. If you’re a creator who wants AI to produce variations of your content, don’t start by buying a cloud canvas; start with one agent, one output, one approval gate. Add coordination only when duplication actually hurts. The problem Murmell solves is real, but it’s the second-order problem, not the first.

What I’d watch / test next

Here’s where I’d put my attention this week. First, follow the Product Hunt discussion and watch what they do about claims and stale locks — if they solve lease-based claiming, it becomes a template for agency content tools. Second, run one small experiment with a persistent agent: take a long video, ask an AI agent to produce three platform-specific drafts, and measure the credit cost, rate-limit stalls, and editing time. Third, map your current content calendar’s claim layer: for every post, write down who owns it, what version is current, and what happens when the owner goes quiet. Fourth, ask any AI scheduling or repurposing vendor what happens if an agent dies mid-run, whether you can roll back an edit, and what a month of heavy use will actually cost. The product itself is for developers, but the coordination lesson is for all of us: the next bottleneck isn’t generating content — it’s surviving the collision of the machines that generate it.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with FLOWNIB. No editing skills required.

Start Creating for Free