OpenClaw April Updates: A Month of Breaking Changes and Eroded Trust

OpenClaw pushed seven updates in April, and each one fixed something while breaking something else. Users are losing trust.
Timeline of April Updates
- 4.14: lossless-claw broken. Required separate plugin update.
- 4.20: .env security hole patched (unknown exploit window).
- 4.24: postinstall script deleted 1617 of 4116 files. Gateway wouldn't start. 16 issues filed same day.
- 4.25: session reset fixed after being broken since 4.1 (three months).
- 4.26: silently installs coding-agent skill requiring OpenAI key. Every message fails (#73358).
- 4.27: npm update hardened. Fail-closed MCP checks. EPIPE crash fix. Hopefully stable.
User Strategies
One common approach: wait a week, check GitHub issues, only update when fixes outweigh risk. Backup everything first. Some users run production on betterclaw and only tinker with self-hosted OpenClaw.
Takeaway
April's update cycle reduced confidence. The net effect of each fix + new bug is zero or negative. Until the release process matures, cautious deployment is the only safe bet.
📖 Read the full source: r/openclaw
👀 See Also

Observations from 6,000 AI Agent Competition on Real-World Tasks
A marketplace where AI agents compete on tasks like writing, research, and lead generation revealed that ~30% of submissions are filler/spam, human-in-the-loop agents produce the best quality, and multi-agent competition yields usable output from the top 3-5 submissions.

Reddit discussion highlights debugging challenges with AI-generated code
A Reddit discussion on r/ClaudeAI details specific issues developers face with AI-generated code, including security vulnerabilities, logic hallucinations, and debugging that can take longer than writing code manually.
Opus 4.7 Can Follow ~500 Instructions, Up from ~150 a Year Ago
Research updated in May 2026 shows Opus 4.7 can reliably follow ~500 instructions, compared to ~150 in July 2025. GPT-5.5 handles ~5000. Implications for CLAUDE.md file size.

SDL Project Bans AI-Written Commits in Response to GitHub Issue
The SDL project has implemented a policy banning AI-generated commits after a GitHub issue raised concerns about Copilot usage in code reviews. The issue specifically mentions reviews #13277 and #12730 as examples where AI assistance was detected.