OpenClaw is changing my life
Perceived capabilities of OpenClaw and agents
- Supporters describe OpenClaw‑style setups as “always‑on Claude” with hooks into email, chat, files, cron, etc., giving a feeling of having a persistent virtual employee that can organize data, send emails, manage calendars, and run code or ops tasks while they’re away from a keyboard.
- Some report genuine lifestyle improvements from small automations: monitoring job‑related email, summarizing alerts, rearranging work items, handling personal planning, or doing hobby projects they’d never have had time for.
Limits of LLM‑generated code
- Many experienced developers say coding agents work well for scaffolding and small, local changes, but tend to fall apart as projects grow (e.g., ~10k+ LOC): breaking existing features, leaving dead code, writing poor tests, and struggling with architecture and security.
- Several people stress that these tools require “babysitting” and careful prompting; they’re useful as accelerators for boring or boilerplate work, not replacements for engineers.
- Others counter that with practice, good tests, modular design, and proper prompting, they’ve successfully used agents on 100k+ LOC codebases and even shipped complete apps.
Security and trust concerns
- Multiple comments call the current OpenClaw security posture a “shitshow”: prompt injection, tool misuse, access to sensitive systems, and the risk of exfiltrating data (e.g., Slack histories) are major worries.
- Some companies reportedly block OpenClaw entirely or forbid its use on corporate networks.
- There’s debate over mitigations (frontier models, tool‑level permissions, document tagging, OPA policies), with skeptics arguing these are mostly “security theater” and that such systems should be treated as fundamentally unsecurable when exposed to untrusted input.
Hype, astroturfing, and credibility
- Many readers find the blog post vague, “LinkedIn‑style,” and possibly AI‑generated, noting the lack of concrete projects, code, costs, or workflows.
- The author’s earlier enthusiastic praise of the Rabbit R1 is repeatedly cited as a credibility red flag.
- Several suspect broader AI/Anthropic/OpenClaw astroturfing on HN and elsewhere, pointing to high vote counts, influencer promotion, and a wave of similarly breathless “AI changed my life” posts.
“Super manager” fantasy vs engineering reality
- The article’s framing of becoming a “super manager” who just delegates to agents triggers strong pushback from engineers who enjoy hands‑on work and see this as management cosplay.
- Multiple comments emphasize that real management involves people, politics, and responsibility, not just issuing abstract instructions to bots, and that good engineering still demands deep engagement with specifics and trade‑offs.