The lobster speaks Swedish now
Blog post #50
The Swedish version of OpenClaw went live today. That makes it the second 3-minute video in the agent trilogy — the English original shipped yesterday, and the Swedish dub came together in an afternoon, which is becoming the new normal for translations now that the pipeline is genuinely a pipeline. But this post isn’t about that. This post is about what OpenClaw actually is, and the small trade I made to live with one.
🎥 Prefer video? Watch the 3-minute explainer on YouTube.
What OpenClaw is
OpenClaw is an open-source AI agent that runs on your own computer. Peter Steinberger built it. It got 374,000 users in its first two months, which by agent standards is a Beatles-on-Ed-Sullivan moment. The premise is unusual: instead of installing a long list of integrations, you talk to it, and it writes its own. A conversation like “listen to my voicemails and summarize the urgent ones” turns into a little markdown file on disk that the agent reads at every wake-up. The agent’s capabilities are literally a folder of notes that grows the more you use it.
Three things make it specifically interesting. A heartbeat — it wakes up every few minutes on its own to check on whatever you asked it to watch. A memory — every conversation, every preference, every change, written to plain markdown files that the agent re-reads on each cycle. And a soul file — a single document the agent maintains about itself, with lines like “I’m friendlier in the mornings” or “keep answers short unless asked to go deeper.” Every OpenClaw is uniquely shaped by its owner. Mine is going to know different things than yours.
The trade
Here’s what nobody is saying loudly enough: an agent that can do things on your computer can, by definition, do things on your computer. Read your files. Send messages on your behalf. Watch your screen if you let it. OpenClaw is open source, code-signed, sandboxed where it can be, and runs through VirusTotal — Peter takes the security side seriously. But it’s still software with a lot of capability, and the security model for this kind of thing is genuinely a cat-and-mouse game. There isn’t a clean answer yet, and anyone who tells you there is hasn’t thought about it long enough.
My compromise: I’m running OpenClaw on an old Dell that sits next to my main machine. Same desk, different computer. The Dell has nothing on it I’d lose sleep over — no client files, no source code I haven’t pushed, no logged-in accounts that matter. I plan to reach it over Tailscale once I’ve set that up properly. It feels a little silly to need a dedicated laptop to run a chat app, but it also feels exactly right for where we are with agentic AI. The capability is real, the trust isn’t fully earned yet, and isolating the blast radius costs me an old laptop I had anyway.
Why the Swedish version mattered to do
The trilogy concept (OpenClaw, Pi, Hermes Agent) is meant to be a triangle people can navigate between — three takes on the same problem space. Doing only the English versions would have meant Swedish viewers see a recommendation tile in the outro and have to switch language to follow up. Now they don’t. The translation took about ninety minutes from finished English firstcut to a Swedish firstcut on disk — script translation, voice generation, HeyGen avatar render, slide regeneration where the text needed to change, composite, build. Most of that was waiting for renders. The actual work was maybe twenty minutes of decisions.
The small things that still need per-language attention: the “Want more?” subtitle on the alternatives slide was hardcoded in English in my frame template, and so was the “Similar tools worth trying” caption underneath it. I’d missed that those weren’t language-neutral. Cleaned up now — every video tool’s frame templates live in a language-specific folder, and that’s the convention going forward.
— Stefan