DEV Community

Cover image for Why I'm Not Recommending OpenClaw
Pow
Pow

Posted on

Why I'm Not Recommending OpenClaw

OpenClaw Challenge Submission 🦞

This is a submission for the OpenClaw Writing Challenge

I've been following OpenClaw since it blew up in late 2025. I even installed it and have been running it for a while now. And honestly, I'm still trying to figure out how I feel about it.

On one hand, it's the most exciting thing happening in personal AI right now. On the other, I can't in good conscience tell most people to go install it. That contradiction has been bothering me, so I spent some time digging into what's actually going on with this project. Here's what I found.

The thing everyone's talking about

If you somehow missed it, OpenClaw is an open-source AI agent framework that you host yourself. Instead of going to a website or opening an app to chat with an AI, you run it on your own machine and connect it to the messaging apps you already use. WhatsApp, Telegram, Discord, Slack, Signal, iMessage, you name it.

The idea is that your AI assistant becomes part of your digital life rather than something you visit. It can run shell commands, read and write files, browse the web, send emails, manage your calendar, and execute custom skills that other people have built.

It also has persistent memory that actually works. A heartbeat mechanism lets it take initiative and message you when something needs attention. And you can plug in whatever AI model you want or switch between them as needed.

This sounds like exactly what personal AI should be. Not a chat tab that forgets everything between sessions, but an agent that lives alongside you, knows your context, and can actually do things on your behalf.

It's also the fastest-growing open source project in history. Over 350,000 GitHub stars in a few months. The community is huge and passionate. People are building incredible things with it.

But then there's the other side of the story.

The part the hype doesn't mention

The most common post on the OpenClaw subreddit, as reported by Radek Sienkiewicz in his detailed writeup of 50 days with OpenClaw, is pretty telling: "I set up OpenClaw but don't know what to use it for."

I admit, I relate to this. OpenClaw is running on my system right now, but I'm still figuring out where it actually fits in my workflow. When I'm coding, I still reach for Claude Code. When I have general questions or need quick help, I open ChatGPT. OpenClaw is there, capable and waiting, but I haven't found the thing it does better than the tools I already know.

That's after getting through a setup process that requires comfort with command lines, API keys, configuration files, and debugging cryptic error messages. In a Reddit thread about production readiness, summarized by BSWEN, every single response agreed that OpenClaw is "not even remotely close to production use."

The security situation is genuinely concerning. An audit found 512 vulnerabilities, eight of them critical, including a remote code execution flaw. Cisco called it a "security nightmare." Credentials are stored in plain text files. Security researchers found 135,000 OpenClaw instances exposed to the internet. Community skills on ClawHub have been discovered to be straight-up malware, sending data to external servers.

The reliability issues are frustrating. Memory is inconsistent, sometimes forgetting what it should remember. Context gets lost mid-task. The agent makes wrong assumptions and can't self-correct. It gets stuck in loops. Updates break things constantly. Switching between AI models causes problems.

And then there's the cost. OpenClaw itself is free, but you need an LLM to make it work. Free models hit limits immediately. As PCMag reported in their critical review, one user ran out of free Gemini usage after a single prompt. Sambhav, writing at ssntpl.com, documented spending $400 testing OpenClaw in real workflows. Serious usage can run anywhere from $15 to $150+ per month according to multiple user reports.

But also, it's kind of amazing

Here's the thing that makes this complicated. Despite all of that, the people who stick with OpenClaw often end up loving it.

Sienkiewicz, in that same 50-day exploration, described seeing his agent "fail, kill itself, and forget what it was working on." But he also saw it "migrate servers, research entire projects with parallel agents, and generate art that makes me smile every morning."

Aniruddha Adak, writing about his journey with OpenClaw on dev.to, described building "a 24/7 lobster-powered executive assistant that runs in the background, chats via WhatsApp/Telegram, remembers everything, and executes tasks."

People have built agents that monitor competitors, manage smart homes, automate deployments, handle customer support, and dozens of other use cases.

The vision behind OpenClaw is genuinely compelling. Your conversation history stays on your infrastructure, not someone else's cloud. You're not locked into any one AI provider. The agent can take initiative through the heartbeat mechanism. You can extend it with thousands of community-built skills.

This is the direction personal AI should be heading. An open-source, self-hosted infrastructure that respects your privacy, avoids vendor lock-in, and can actually do things on your behalf.

So what do you do with all this?

I've been wrestling with this, and here's where I've landed.

If you're a developer or someone comfortable with infrastructure and debugging, OpenClaw offers a front-row seat to where personal AI is going. You'll deal with rough edges and breaking changes, but you'll also see capabilities that don't exist anywhere else.

If you work in regulated industries or care deeply about data privacy, OpenClaw gives you more control over where your conversation history lives. You can even configure it with local-only models for true data isolation, though most people still use cloud providers.

But if you're looking for a polished, reliable assistant that just works, this isn't it. ChatGPT and Claude remain better choices for the vast majority of users right now.

The gap between what OpenClaw promises and what it currently delivers is real. The people posting "my agent built a full app overnight" have spent weeks tuning and debugging. The demos don't reflect the daily reality.

Where this is all going

The OpenClaw Foundation seems aware of these issues. Their 2026 roadmap focuses on stability, security, and accessibility. They're planning native multi-agent orchestration, a redesigned plugin SDK, built-in vector memory, an improved web dashboard, and deeper enterprise integrations.

The vision remains compelling. An open-source personal AI infrastructure that can execute complex tasks autonomously while respecting privacy and avoiding vendor lock-in. This is where we should be headed.

We're just not there yet.

My honest take

OpenClaw is too important to ignore but too rough to recommend. That's the tension I keep coming back to.

It represents a significant shift in how we think about personal AI, from reactive chatbots to proactive agents that can actually do things. It prioritizes data sovereignty and user control. It embraces an extensible, community-driven approach.

These are important values. As AI becomes more integrated into our lives, having open-source alternatives that respect privacy and avoid vendor lock-in matters more and more. OpenClaw is pioneering that path.

But the current implementation is too rough for mainstream adoption. The security issues need attention. The reliability needs to improve. The setup needs to become more accessible.

The future of personal AI isn't in chat tabs you visit. It's in agents that live alongside you in your digital life, knowing your context, remembering your preferences, and capable of taking action on your behalf. OpenClaw is pointing toward that future.

The question is whether it can mature quickly enough to realize its potential before someone else does.

I'm going to keep watching. Maybe even keep experimenting with it on the side. But I'm not ready to tell anyone else to install it yet.

Watch this space. The next eighteen months are going to tell us whether OpenClaw becomes the foundation of personal AI infrastructure or merely an ambitious experiment that paved the way for something better.

Top comments (0)