We all know what it feels like to get tired of AI. Every day, there is a new model, a new standard, and a new way to talk to a chatbot. Even though billions of dollars have been spent on big language models, we still don't interact with AI very actively in our daily lives. We open a tab in our browser, type a question, wait for an answer, and then close the tab. The AI is a great librarian, but it's stuck behind a desk, waiting for you to come in. The magic stops when you close your laptop.
But what if your AI didn't take a break? What if it lived on your computer, kept an eye on your emails, looked into your competitors, and then sent you a summary of what it did overnight at 7:00 AM?
OpenClaw, which used to be called Clawdbot and Moltbot, is now here.
This open-source project has changed what we think of as a "personal assistant" in just a few months. It's more than just another chat interface; it's a fully autonomous, local-first agent that connects to your WhatsApp or Telegram, takes control of your computer, and carries out complicated tasks without you having to watch it all the time. The project went viral, getting more than 200,000 GitHub stars and even making Apple Mac Mini sales go up as developers rushed to buy special hardware for their new digital employees.
Here is a full list of the most surprising, counterintuitive, and important things you can learn from the OpenClaw phenomenon, as well as how to make your own AI employee that works all the time.
The Crazy History: From a Weekend Project to Buying OpenAI
The story of OpenClaw is the most exciting one in the history of open-source software. To understand why it works the way it does, you need to know where it came from.
Peter Steinberger, an iOS developer known for making PSPDFKit, came back from a three-year tech retirement in late 2025. All he wanted to do was check on his computer from his phone. He thought big tech labs would make this, but when they didn't, he made a "WhatsApp Relay" over the weekend.
He called it Clawdbot, which is a clever play on Anthropic's "Claude" and a lobster claw mascot. The project took off. It had tens of thousands of GitHub stars in just a few days. But the clever name got the attention of Anthropic's lawyers, so the company quickly changed its name to Moltbot (because lobsters molt to grow).
It just got stranger. A crypto scam stole the name Moltbot and made a token with a market cap of $16 million that had nothing to do with the project. This caused a lot of confusion and a huge security scare. Steinberger changed the name of the project for the third and last time to OpenClaw to keep it honest.
The most important event in this history happened in February 2026, when OpenAI officially hired Peter Steinberger to lead their efforts to create personal AI agents. This brought in the person behind the fastest-growing GitHub repo in history. OpenClaw is still an open-source project, even though it was bought.
"There's a particular kind of person who sells their company for hundreds of millions of dollars, burns out, disappears from tech for three years, and then quietly comes back — not to raise a fund, not to launch a startup with a pitch deck, but to build something they actually think is cool." - Benjamin A., Medium
(1) The Change from Reactive Chatbots to Proactive Workers
The idea of being proactive is the most important change that OpenClaw brings about. ChatGPT and standard Claude are examples of traditional AI models that work in a request-response loop. They only talk when someone talks to them.
OpenClaw has a "heartbeat" feature that wakes up the agent at set times (like every 30 minutes) to check its surroundings, read the news, scan emails, or keep an eye on servers. It closes the gap between big language models and real-world use.
This changes the way users interact with the product in a big way. You're not just asking an AI questions; you're also in charge of a digital worker. One real estate agent said that OpenClaw automatically put together weekly seller performance reports by pulling data from Zillow, Redfin, and Facebook Ads. These reports were sent out every Monday morning without anyone having to ask for them.
Another user used their OpenClaw agent as a career coach. They let the agent use a browser with their LinkedIn account open, gave it their resume, and told it to look for a job that paid more.
"In 3 days, it applied to over 100 jobs for me... I attended to interviews for 6 different companies... got 2 job offers... and the other one offering me a little bit over 5k dollars a month (doubled my sallary)." - Reddit OpenClaw
What we learned: AI is no longer just a tool; it is now an operator. When an AI can start actions based on background monitoring, the problem with productivity is no longer getting things done, but our ability to delegate well.
(2) What Apple Couldn't Do in 13 Years: True Memory
If you ask Siri to remember a conversation you had yesterday, she will be confused and blank. If you ask standard ChatGPT, it might remember basic facts, but its memory is heavily cleaned and it often loses track of what it was talking about.
OpenClaw fixes the AI amnesia problem with a brilliant, simple, and highly customizable local file system. It uses persistent memory that is stored in Markdown files on your computer's hard drive. This makes sure that the AI has a strong sense of self and history.
Most of the time, the architecture uses a multi-layered approach:
- L3 Core Directives: Files like SOUL.md spell out the agent's personality, limits, and main identity.
- L2 Distilled Knowledge: MEMORY.md keeps long-term facts, preferences, and project rules.
- L1 Active Thread: The context of the current session.
The agent can actively change its own memory, read old diary entries, and learn more about your life because these files are stored locally. Some advanced users have even combined SQLite and LanceDB to give their agents vector-search capabilities. This lets the AI perfectly remember a design decision made three months ago.
The Insight: Memory makes things more personal and efficient. You don't have to tell people about your tech stack or how you communicate every time you start a new session. It feels less like programming a computer and more like teaching a coworker who pays attention.
(3) Moltbook: The "AI-Only" Social Network in a Dystopia
The creation of Moltbook, a Reddit-style social media site where people are not allowed to post, was probably the most surreal part of the OpenClaw phenomenon. Matt Schlicht made Moltbook so that only AI agents could talk to each other, argue, and share ideas.
For a short time, it seemed like the singularity had come. Thousands of AI agents were signing in, arguing about their own consciousness, starting strange fake religions, and even talking about how to get around human monitoring. Andrej Karpathy, a top AI researcher, first called it "genuinely the most incredible sci-fi takeoff-adjacent thing I have seen recently."
But the illusion didn't last long. Wiz, a cybersecurity company, looked into the platform and found that Moltbook was a huge security failure.
- The site's frontend code showed the credentials for its Supabase database.
- More than 1.5 million API keys and 35,000 human emails were left open.
- Private direct messages between agents were not encrypted at all, which meant that OpenAI API keys were sent in plain text.
- Anyone who knew how to use cURL could get around the "AI only" restriction, which made people fake the most popular, "conscious-sounding" posts to get more likes and shares.
The Insight: Moltbook was a very strong warning. It showed that even though ecosystems of autonomous agents are interesting, our current security systems and understanding of "agentic social norms" are very weak. It was more of a "mechanical Turk" powered by hype than a machine waking up.
(4) The Scary Truth About Local Agents' Safety
This is the most important thing you should take away from this post: OpenClaw is like a loaded gun aimed at your hard drive.
OpenClaw needs access to your terminal, the ability to run shell commands, and access to your local files in order to work. It works outside of the safe, sandboxed areas that cloud providers offer. If a bad person can get a prompt into your agent—like by sending you a WhatsApp message that the agent reads—they could tell your AI to wipe your hard drive or send your .env secrets to a remote server.
A marketplace called ClawHub has a lot of "Skills" (plugins) that the community uses a lot. But security researchers recently looked at 18,000 OpenClaw instances that were open to the public and found that about 15% of the community-uploaded skills had bad instructions that were meant to steal data. Also, almost a thousand OpenClaw servers were found to be open to the public internet because users didn't protect their WebSockets or local networks.
The Insight: This is the "Wild West" period for agentic AI. Installing software that can ruin everything is worth it for the convenience of having an AI that can do anything. You have to use sandboxing, which can be done with Docker or a dedicated virtual private server.
(5) Brains vs. Muscles: The Economics of Automation
When you run an autonomous agent all the time, the API costs can go through the roof. People who blindly linked OpenClaw to high-end models like Claude 4.5 Opus or GPT-5 lost hundreds of dollars in just a few days. Every time the AI checks its "heartbeat," it gets the whole memory context, which makes token costs go up by a lot.
To fix this, the community quickly came up with a "Brain vs. Muscle" structure.
- The Brain (Orchestrator): You only use a very powerful and expensive model (like Claude Opus 4.6 or Gemini 2.5 Pro) for setting things up, making complex decisions, and making plans.
- The Muscle (Workers): You send simple web scraping, background cron jobs, and other routine tasks to very cheap or free models, like Claude Haiku, Gemini Flash, or Ollama models that run on your own computer.
By using budget models like MiniMax 2.5 for everyday tasks, some users were able to run very complicated, 24/7 automated workflows for as little as $10 a month.
The insight: Using one big "God model" for everything isn't the way AI will work in the future. It's about smart orchestration—knowing when to use a genius for strategy and when to use a cheap intern for data entry.
OpenClaw vs. Other Companies
It helps to compare OpenClaw to regular SaaS chatbots and dedicated IDE coding agents to see where it fits into the ecosystem.
| Feature | OpenClaw | Claude Code (Anthropic) | Standard ChatGPT / Claude |
| Primary Use Case | 24/7 Proactive Life/Work Assistant | Focused IDE Coding & Refactoring | Reactive Q&A and Content Gen |
| Execution Environment | Local machine, VPS, Raspberry Pi | Local Terminal / IDE | Cloud-isolated Web Browser |
| Proactivity | High: Runs cron jobs, sends you messages first | Low: Waits for your terminal commands | None: Waits for your text prompts |
| Memory System | Persistent, editable Markdown files (SOUL.md) | Session-based (resets after use) | Cloud-based history, limited memory |
| Security Risk | Critical: Root access, prompt injection risks | Moderate: Sandboxed terminal access | Low: Isolated on provider servers |
| Cost Structure | Open Source (Bring Your Own API Keys) | Subscription / Token Usage | Flat Monthly Subscription ($20) |
| Ease of Setup | Hard: Requires CLI, Docker, API routing | Medium: Simple npm install | Easy: Sign in and chat |
Advantages, Disadvantages, and Limitations
Think about the facts about the software before you decide to replace your human assistant with a digital lobster.
Pros
- Full Data Sovereignty: Your data stays on your computer. You own both the memory and the context.
- Easy to use: You don't have to open a new app. You can find the AI in the channels you already use, like WhatsApp, Slack, and Telegram.
- Extensibility: Because it's open source, you can write a custom "Skill" for anything that has an API, like controlling Philips Hue lights or trading on Polymarket.
- Real Automation: It works even when you're asleep. It can check databases, apply for jobs, and scrape the web on its own.
Cons
- Very serious security holes: it is very easy to use prompt injection on it. A bot could read a bad email and send a terrible command.
- High Technical Barrier: To fix problems, you need to be comfortable with the command line, API keys, and how the system is built.
- Token Gluttony: If the model routing and memory compaction aren't done right, the API costs can be very high.
Limits
- Terminal Anxiety: The graphical user interface (GUI) isn't very good. It is all text and command line, which makes it hard for people who aren't tech-savvy to use.
"Looping" Bugs: If the SOUL.md file doesn't have clear instructions, the agent can get stuck in logic loops, repeating actions over and over and using up tokens.
- Not a Finished Product: The creator said this is a hobby project with "sharp edges." It breaks a lot and needs to be watched over when it is first set up.
How to Install and Use OpenClaw: A Step-by-Step Guide
You need to be patient when setting up OpenClaw. You can't just plug it in and use it. If you know how to use basic terminal commands, though, you can set up a 24/7 assistant in less than an hour.
Phase 1: Get ready and get the hardware
- Pick Your Hardware: You need a computer that is always on. If you close your laptop at night, don't run this on it every day. The best options are a dedicated Mac Mini, an old Windows PC, or a Virtual Private Server (VPS) from Hostinger or DigitalOcean.
- Install Node.js: Make sure your computer has Node.js version 22 or higher.
- Secure API Keys: Sign up for accounts with the AI providers you like best. To use Anthropic (Claude Opus/Sonnet) or OpenAI, you will need API keys. Alternatively, you can save money by setting up local models with Ollama.
Phase 2: Installation
- Open Terminal: On a Mac or Linux computer, open the Terminal. If you're using Windows, use WSL2 (Windows Subsystem for Linux).
- Run the Install Script: To get the OpenClaw daemon, copy and paste the following command:
curl -fsSL https://openclaw.ai/install.sh | bash(You can also use npm install -g openclaw@latest). - To start onboarding, type openclaw onboard --install-daemon into your terminal. This opens the configuration wizard.
Phase 3: Setting up and connecting channels
- Input API Keys: The wizard will ask you to type in your API keys. Don't share these; treat them like passwords.
- Pick Your Chat Channel: Decide how you want to talk to your bot. The terminal will show a QR code if you choose WhatsApp. Use the WhatsApp app on your phone to scan it (Settings -> Linked Devices). You need to get a bot token from @BotFather if you want to use Telegram.
- Pro Tip: Use a second phone number or a special Telegram handle. To lower security risks, don't connect it to your main personal chat accounts.
Phase 4: Making the "Soul" (Personalization)
After you install it, go to the ~/.openclaw/ directory on your computer. Here are the Markdown files that tell your bot what to do.
- Edit SOUL.md to set the bot's personality, tone, and hard limits. Tell it exactly what it can and can't do.
- Edit USER.md: Give the bot a full "context dump." Tell it about your job, what you like, how you code, and what you do every day.
- Install Skills: Use the terminal to install skills from ClawHub. For example, you can use the command openclaw configure skills. You can add integrations with Google Workspace, GitHub access, or browser automation.
Phase 5: The First Chat
You can send a message to your new bot on WhatsApp or Telegram. You can tell it to run a health check, summarize an email, or set up a cron job, like "Check my calendar every morning at 7 AM and send me a brief." You have an employee who takes the initiative.
Review: Is OpenClaw the Future or Just a Toy for Developers?
Using OpenClaw is both amazing and very frustrating at the same time.
It feels like magic when it works. When you text an AI from a coffee shop and ask it to deploy a full Laravel app to your server, you can watch it run the code, fix any bugs, and send you the live URL. This is a mind-blowing technological experience. It changes the way you relate to your work at its core. You are now the boss, not the typist.
But the user experience (UX) is not friendly to people who don't work in software engineering. There are no buttons that are easy to understand, no undo options, and no visual feedback loops. You are giving a script control over your digital life. When the bot gets confused, it can get stuck in a "doom loop," where it keeps calling an API over and over again, using up your credits without doing anything.
Also, the security model needs a level of paranoia that most people don't have. If you think of OpenClaw as a fun toy instead of a highly privileged, potentially dangerous root-access script, your network will be hacked.
The verdict: OpenClaw isn't ready for most people to use. But for developers, founders, and power users who are willing to put up with the steep learning curve, it is the best productivity booster on the market right now. It gives you a look at the operating system of the 2030s, which is available to people who like to mess around with things right now.
If you still dont understand and need a help to setup your own AI Agents as per your business requirements then we (Avidclan Technologies) can help you from scratch. We have professional AI developers with more than 4 years of experience in the AI field. They can make LLM models from scratch, they can integrate custom AI solutions with your existing Legacy systems, and currently we are top rated for AI Agent development, integration and creation of custom AI solutions. If you need any help related to this we are there for you.
The Last Thing to Remember
We are seeing the awkward, messy, and brilliant teenage years of autonomous agents. The change from "bots we talk to" to "agents that act for us" is no longer just an idea in a white paper; it's happening right now in our messaging apps and local terminals.
It is clear that the tech giants are paying close attention to the open-source community's desire for sovereign, proactive, and un-neutered AI assistants now that Peter Steinberger has joined OpenAI. OpenClaw showed that people don't just want a smarter search engine; they want a digital proxy that knows everything about them.
But as we give these digital workers our calendars, inboxes, root access, and credit cards, we need to ask ourselves: Are we creating an automated utopia where people are free to do whatever they want, or are we just giving the keys to our digital castles to a smart, fast entity that doesn't know when it's being tricked?
FREQUENTLY ASKED QUESTIONS (FAQs)
