OpenClaw Review: Reliability Issues in Current State, Value as Learning Tool

OpenClaw's Current Limitations and Learning Value
A developer with experience across multiple AI platforms and running an Ollama server on a powerful in-house machine has shared extensive testing results on OpenClaw. While acknowledging the platform's potential, the review highlights significant reliability issues in its current state.
Key Reliability Problems
The developer reports that getting OpenClaw to consistently perform basic multi-step tasks is "extremely hit and miss." Specific issues observed include:
- Creating another agent often breaks something
- Skill usage works inconsistently
- Heartbeat system feels unstable, described as "like a ticker missing a pacemaker"
- Cron jobs run but produce inconsistent results
- Multi-tasking claims to spin up sub-agents, but half the time nothing actually happens
This level of inconsistency makes the idea of a fully autonomous business built on OpenClaw "questionable at best." The developer expresses skepticism about YouTube claims of $100k+ autonomous systems with minimal input, stating they "call bluff on most of that."
Educational Value and Alternative Approach
Despite the reliability issues, the developer found OpenClaw valuable for learning:
- How to structure AI agents properly
- How to separate logic using modular text/system files
- How to think about orchestration between agents
- How to experiment with vector databases for memory
This learning led to building custom agents from scratch that successfully completed tasks the developer had struggled with for over a year. The developer is now working with Claude Code to build a complex AI-driven business system that's already changing internal operations.
The conclusion: OpenClaw is a "great learning tool and a glimpse into the future" but not yet the plug-and-play autonomous business machine some claim it to be.
📖 Read the full source: r/openclaw
👀 See Also
Cognitive Surrender: When AI Agents Write Code You Don't Understand
AI coding agents can produce code authors don't understand, leading to unreviewed PRs. The article explores 'cognitive surrender' and how to avoid it in your workflow.

Anthropic Acquires Stainless for $300M+ — Now Owns Dominant MCP Server Generator
Anthropic bought SDK generator Stainless for $300M+. Stainless generates most production MCP servers from OpenAPI specs. The hosted product is winding down; new signups stopped Monday.

Anthropic ships 1M context window for Claude Opus at no extra cost
Anthropic has made the 1M token context window available to all Claude Code users on Max, Team, and Enterprise plans in version 2.1.75, removing the previous extra usage fee. The default window remains 200k tokens.

AI Is Making Me Dumb: A Developer's Confession of Skill Atrophy
James Pain confesses that after a year or two of using AI exclusively for coding (no hand-written code), he has mostly forgotten how to code. He's now teaching himself to code by hand again, and warns that heavy AI use can erode writing and coding skills.