The Rise and Fall of OpenClaw: Lessons for AI Agents

OpenClaw's rapid rise to fame and subsequent decline highlights key lessons for the AI Agent industry regarding usability, stability, and practical value.

Introduction

In early 2026, the AI community was swept up by an open-source project called OpenClaw, leading to a surge of interest with GitHub stars skyrocketing to over 340,000. The phrase “500 yuan for shrimp farming” became a popular meme, and social media was filled with posts about OpenClaw’s capabilities. However, just three months later, the excitement faded rapidly, with WeChat index dropping to 3% of its peak, discussions nearly ceasing, and ordinary users uninstalling the app.

As a developer closely following the AI Agent field, I witnessed OpenClaw’s meteoric rise and subsequent decline. Unlike the surface-level perception of a trend fading away, the cooling off was due to a combination of technical flaws, uncontrolled costs, security risks, and industry evolution. It represents a typical trial-and-error process in the journey from “conceptual frenzy” to “engineering reality” for open-source AI Agents. Today, we will analyze the core reasons for OpenClaw’s rapid decline from three dimensions: technical foundation, user experience, and industry environment.

Image 1

I. A Look Back: Why Did OpenClaw Explode in Popularity?

To understand its decline, we must first grasp why OpenClaw gained such rapid traction. Originally known as ClawdBot and Moltbot, OpenClaw was led by developer Peter Steinberger (who previously developed the document processing tool PSPDFKit). It is an open-source AI agent licensed under the MIT license, primarily developed in TypeScript and Swift, designed as a customizable AI assistant capable of local private deployment, persistent memory, and proactive execution.

Its success stemmed from three core pain points:

  • Meeting the Demand for “AI Doing Work”: Unlike conversational AIs like ChatGPT, OpenClaw focuses on “autonomous execution”—it supports interactions through common messaging apps like Telegram and iMessage without requiring additional installations. It can autonomously browse the web, process documents, write code, and collaborate across platforms, perfectly aligning with developers’ core demand for “hands-free” solutions, especially highlighted by cases like “30-minute code migration” and “40-hour in-depth research.”
  • The Allure of Open Source and Local Deployment: As data security becomes increasingly important, OpenClaw allows local private deployment, storing all data in user local folders (in Markdown format for easy viewing and editing), thus avoiding cloud AI data leakage risks. Its open-source nature enables developers to customize features freely, and the playful branding of “shrimp farming” lowered the barriers to entry, attracting many geeks and ordinary users.
  • Industry Momentum: The year 2026 marked a crucial point for AI Agents transitioning from proof of concept to large-scale deployment. A LangChain report indicated that over 57% of surveyed companies had AI agents running in production environments, creating a strong market demand for “executable and customizable” AI tools. OpenClaw filled a market gap for “open-source, deployable, and high freedom” solutions, further fueled by cloud vendors offering one-click deployment services, igniting public interest.

Additionally, the project’s name change controversy also contributed to its popularity. Initially named “Clawd,” it faced trademark infringement issues with Anthropic (the developer of Claude) and was renamed to Moltbot and then OpenClaw, with the developer’s self-deprecating humor on social media increasing the project’s visibility.

II. Core Issues: Technical and Experience Failures Undermine the “Productivity Tool” Positioning

OpenClaw’s rise was fueled by the idealized vision of an AI assistant, but users soon found a significant disconnect between actual experience and marketing claims. A series of technical failures became the straw that broke the camel’s back, with four major issues standing out: deployment barriers, stability, costs, and security.

1. Deployment Barriers Exceed Expectations, Ordinary Users Hesitant

OpenClaw’s advertised “foolproof deployment” was more of an ideal state for technical developers. For ordinary users, the deployment process was fraught with pitfalls, and many developers encountered frequent issues during setup. According to a deployment issue report compiled by SegmentFault, OpenClaw’s deployment can be broken down into five stages: environment installation, gateway startup, API and model configuration, channel messaging, and dashboard access. Each stage had frequent errors, requiring a certain level of command-line operation, dependency compatibility, and troubleshooting skills to resolve.

Common errors included:

  • The EBADENGINE error during installation, stemming from Node.js version incompatibility (requiring version 22+, while many users were still on v18), necessitating manual upgrades and environment variable configuration, which could deter ordinary users unfamiliar with the command line.
  • The EADDRINUSE error during gateway startup, caused by OpenClaw defaulting to port 18789, which, if occupied by other processes, required users to manually find and terminate the occupying process or modify configuration files.
  • Windows users also faced issues with the sharp image processing library failing to compile, requiring either skipping the compilation or installing via WSL2, further complicating deployment.

Even if deployment was successful, subsequent version iterations could introduce new headaches—OpenClaw’s rapid iteration speed, with over ten updates per month, often led to compatibility issues, resulting in “update crashes” where previously configured agents would become unusable after a version upgrade, necessitating reconfiguration and leading to a poor user experience. Although the official team provided diagnostic tools like openclaw doctor to automatically fix common errors, ordinary users still struggled with complex error scenarios.

2. Stability Concerns: “Shrimp Farming” Becomes “Shrimp Repairing”

As a tool claiming to “free up hands,” OpenClaw’s stability was disappointing, becoming a burden instead. Many developers, including myself, experienced that OpenClaw crashed approximately every 48 hours, with common issues including memory leaks, memory loss, inflated progress reporting, and tasks freezing.

For instance, an “automatic research + document generation” task would freeze midway, losing all previous progress upon restart; when processing multi-step file conversions, it often “forgot intermediate steps,” requiring repeated reminders from users; some users even reported that OpenClaw would experience uncontrolled memory growth during operation, causing computer slowdowns and crashes.

The core reason for the poor stability was the weak maintenance team behind the project. OpenClaw’s core maintainers were primarily part-time volunteers. Although founder Peter Steinberger initially invested significant effort, his involvement decreased sharply after joining OpenAI in February 2026. The project continued in a foundation format but lacked sufficient maintenance resources. While the official team regularly released updates to fix bugs (e.g., the March 13, 2026 version fixed over 30 security issues and 40 ordinary bugs), the speed of fixes for numerous stability problems fell far behind user needs, and many fixes were merely “temporary patches” that did not fundamentally resolve issues.

3. Token Consumption Out of Control: “Affordable to Raise but Not to Use”

OpenClaw’s core functionality relies on calling large language models (LLMs), and its “autonomous execution” feature results in token consumption far exceeding that of ordinary conversational AIs—while a typical chat consumes dozens to hundreds of tokens per interaction, OpenClaw’s operational agents could call the LLM multiple times or even hundreds of times to complete multi-step tasks, resulting in geometric growth in token consumption.

Many users did not anticipate this during initial use. Developers I know reported that even for simple daily code assistance and document processing, monthly token costs exceeded 1,000 yuan; for more complex tasks (like large-scale data scraping or multi-platform collaboration), monthly consumption could reach several thousand yuan, far beyond what ordinary users could afford.

Moreover, OpenClaw’s token consumption also had an “inflated” issue—some tasks consumed large amounts of tokens despite not being completed, and repeated operations could lead to multiple calls to the LLM, causing unnecessary waste. Although the official team optimized token usage efficiency in subsequent versions (e.g., the February 1, 2026 version fixed rate-limiting issues for high-traffic users), the fundamental “high consumption” pain point remained unresolved, leading to a severe decline in cost-effectiveness. Many users, even if they successfully deployed, chose to uninstall due to being “unable to afford” it.

4. Security Risks Erupting: Trust Collapse Amid Official Warnings

If deployment difficulties, poor stability, and high costs could be tolerated by some hardcore developers, the concentrated outbreak of security risks completely shattered user trust. Since March 2026, the Ministry of Industry and Information Technology and the National Internet Emergency Center issued warnings, clearly stating multiple high-risk security vulnerabilities in OpenClaw, and subsequent emergency updates from the official team confirmed the severity of these issues.

According to the emergency update announcement for OpenClaw version 2026.3.13, its core security vulnerabilities included five categories, three of which were high-risk:

  • Execution Approval Bypass (High Risk): The node.invoke method could bypass system.execApprovals.* approval restrictions, potentially leading to unauthorized command execution.
  • Insufficient SSRF Protection (High Risk): IPv4 mapped to IPv6 literals could bypass SSRF protection, potentially exposing internal network services.
  • Path Traversal Risk (Medium Risk): The file upload/download assistant had a path traversal vulnerability, potentially leading to sensitive file leaks.
  • Permission Configuration Issues: Default permissions were overly broad, and many users did not implement reasonable permission restrictions during deployment, allowing OpenClaw to access local files and execute system commands freely, posing risks of data deletion and privacy breaches.
  • Plugin Security: The open-source ecosystem’s plugins lacked strict review mechanisms, posing risks of “plugin poisoning,” where malicious plugins could steal user data or control user devices.

Even more concerning, security agencies reported that over 100,000 OpenClaw instances were exposed on the public internet. Due to a lack of effective authentication mechanisms, these instances could easily be taken over by hackers, becoming “zombies” and potentially used for malicious attacks or data theft. Despite the official team releasing emergency updates urging users to upgrade and conduct security audits, many ordinary users lacked security awareness and continued using outdated versions, further amplifying security risks. For enterprise users, such security vulnerabilities were unacceptable, leading many to abandon OpenClaw.

OpenClaw’s decline was not only due to its technical flaws but also the changing industry environment. Since 2026, the AI Agent field has entered an era of “intense competition,” with the emergence of mature competitors, the entry of major companies, and shifting industry trends squeezing OpenClaw’s survival space, rendering its original advantages obsolete.

1. Mature Competitors Emerge, Outperforming OpenClaw

Alongside OpenClaw’s rise, a number of mature AI Agent tools like Hermes, AutoGPT, and AgentGPT have rapidly iterated, optimizing deployment difficulty, stability, and cost control, offering experiences far superior to OpenClaw.

For example, AutoGPT optimized the deployment process by introducing a graphical deployment interface, allowing ordinary users to complete deployment with a single click without command-line operations; Hermes addressed token consumption issues by optimizing LLM calling logic, reducing token consumption for the same tasks to only 1/3 to 1/2 of OpenClaw’s, while significantly improving stability with a crash rate below 5%; AgentGPT focused on “lightweight” design, occupying less memory and adapting to more devices, while supporting multi-model switching to balance cost and performance.

The core advantage of these competitors lies in their “pragmatism”—they do not over-promise “all-in-one” capabilities but focus on specific scenarios to address users’ actual pain points, complemented by robust maintenance teams and community support, quickly siphoning off OpenClaw’s core user base (hardcore developers).

2. Major Companies Enter the Market, Low-Code/No-Code Platforms Overwhelm “Hassle Mode”

If competitors siphoned off developer users, the entry of major companies shattered OpenClaw’s hopes for the mass market. Since February 2026, major domestic companies like Baidu, Tencent, Alibaba, and Volcano Engine have launched low-code/no-code AI Agent platforms, thoroughly addressing ordinary users’ pain points of “deployment difficulty” and “high costs.”

These major platforms’ core advantage is “out-of-the-box”—users do not need to deploy or configure environments, directly calling AI Agent functions in the cloud, supporting visual task flow customization for document processing, code assistance, and multi-platform collaboration, all completed quickly. Additionally, these platforms leverage their own LLM resources to significantly reduce token consumption costs, allowing ordinary users to meet daily usage needs for only a few dozen yuan per month. More importantly, these major platforms have robust security mechanisms, with data encrypted and stored and permission levels managed, completely addressing OpenClaw’s security vulnerabilities.

For ordinary users, the “no hassle, low cost, high security” major platforms are clearly more attractive than OpenClaw’s “manual deployment, frequent bug fixes, and high consumption” model; for enterprise users, the compliance, stability, and after-sales service of major platforms are unmatched by OpenClaw. As major platforms proliferate, OpenClaw’s market space is further squeezed.

The AI community’s hotspots evolve rapidly, and since March 2026, new trends such as multimodal large models, edge large models, and the engineering of AI Agents have emerged, capturing most of the industry and public attention, naturally marginalizing OpenClaw.

According to CSDN’s “2026 AI Agent Trend Panorama,” the core trend in the AI Agent field has shifted from “exploring open-source tools” to “engineering implementation.” Enterprises and developers are no longer focused on “can we create an AI Agent?” but rather on “how to efficiently and reliably achieve large-scale deployment of AI Agents,” concentrating on architectural upgrades, retrieval optimization, multi-model collaboration, and full-link observability. OpenClaw’s “niche toy” attribute clearly does not align with this industry trend.

Moreover, OpenClaw’s overseas community has remained lukewarm, with its popularity primarily concentrated in China, where interest has largely been superficial and lacking core user retention. When new hotspots emerge, these trend-following users quickly shift their attention away from OpenClaw, leading to a sharp decline in discussions and its eventual obscurity.

IV. Current Status and Reflection: OpenClaw’s Silence Offers Insights for the AI Agent Industry

Many believe OpenClaw has ceased maintenance; however, as of May 10, 2026, OpenClaw continues to receive updates (the latest version being 2026.5.8), primarily addressing security vulnerabilities and stability issues, though the frequency of updates has decreased, and no new core features are being introduced. Currently, OpenClaw has returned to a niche status, with only a few tech enthusiasts and hardcore developers still using it to study the underlying logic of AI Agents, while ordinary users and media have largely lost interest.

OpenClaw’s rise and fall occurred within just three months, and its trajectory not only reflects the lifecycle of an open-source project but also provides profound insights for the AI Agent industry.

1. Open Source Projects: “Fun” Cannot Replace “Practicality”

OpenClaw’s success was largely due to its playful branding and open-source nature, but fun ultimately cannot substitute for practicality. For an open-source project to survive long-term, it must address users’ actual pain points and possess characteristics of stability, usability, and cost-effectiveness. OpenClaw’s failure fundamentally stems from “ideals exceeding reality”—the advertised features seemed powerful, but the actual experience fell short, failing to meet users’ core needs. No amount of playful branding can retain users.

2. AI Agents: Engineering Capability is the Core Competitiveness

In 2026, the AI Agent field has moved beyond “wild growth” into a deep engineering phase. As pointed out in the “2026 AI Agent Trend Panorama,” competition in AI Agents has shifted from a singular focus on model capabilities to a systemic competition in engineering implementation capabilities. Architectural upgrades, retrieval optimization, observability, and security become key determinants of project success. OpenClaw’s shortcomings lie precisely in its lack of engineering capabilities—insufficient architectural design, stability assurance, and security protection led to its inability to achieve large-scale deployment, ultimately resulting in its market elimination.

3. User Needs: “Simplicity and Usability” are Core to the Mass Market

Whether in AI Agents or other tech products, the core demand of the mass market is always “simplicity and usability.” OpenClaw’s deployment barriers and operational difficulties destined it to be a “toy” for a few developers, unable to penetrate the ordinary user demographic. In contrast, major companies’ low-code/no-code platforms have rapidly risen because they effectively address the “simplicity and usability” pain point, lowering the barriers for user adoption. This serves as a reminder to all AI Agent developers to focus on both technological innovation and user experience; only by enabling ordinary users to easily engage can projects achieve large-scale adoption.

Conclusion

OpenClaw’s silence does not signify the decline of the AI Agent industry; rather, it reflects the industry’s maturation. It briefly drew attention to the potential of AI Agents and, through its failure, sounded an alarm for the industry: the core value of AI Agents lies not in “gimmicks” and “fun” but in “practicality” and “reliability.”

Today, the AI Agent industry is evolving towards engineering, scaling, and securing, with an increasing number of mature products emerging and more enterprises beginning large-scale deployments of AI Agents. Although OpenClaw has cooled off, the experiences and lessons it leaves behind will provide important references for future AI Agent projects, driving continuous progress in the entire industry.

For developers still interested in OpenClaw, I suggest: if your interest is purely for research purposes, continue to monitor its source code and updates to explore the underlying logic of AI Agents; if your need is for practical usage, consider transitioning to more mature competitors or major platforms to enhance work efficiency. After all, the core value of a “tool” is to solve problems, not create them.

Was this helpful?

Likes and saves are stored in your browser on this device only (local storage) and are not uploaded to our servers.

Comments

Discussion is powered by Giscus (GitHub Discussions). Add repo, repoID, category, and categoryID under [params.comments.giscus] in hugo.toml using the values from the Giscus setup tool.