Readit News logoReadit News
4shadowed commented on Ask HN: Does OpenClaw need a re-architecture to be usable?    · Posted by u/xinbenlv
PranayKumarJain · a month ago
This is a great observation. I'm the creator of OpenClaw, and you've hit on exactly why we recently introduced the "Gateway" architecture.

The early versions were indeed "single programs trying to do everything," which is fine for a demo but fails for long-horizon tasks. The new Gateway architecture (v1.0+) moves us toward the OS model you're describing:

1. Process Supervision: The Gateway acts as a supervisor for multiple agent sessions. If an agent crashes or hangs, the Gateway can detect the heartbeat failure and attempt recovery. 2. State Persistence: We're moving memory and session state into a decoupled database (Clawdb) so you can restart the process without losing context. 3. Event-Driven: Sub-agents can now spawn to handle background work and notify the main session via system events, rather than blocking the main loop.

We're still early in the transition, but the goal is to make OpenClaw the "agentic kernel" that handles the messy reality of failure, rather than just a wrapper around a prompt. Reliability is the main focus for the next few months.

4shadowed · a month ago
You are not the creator of OpenClaw, stop impersonating people.
4shadowed commented on Clawdbot - open source personal AI assistant   github.com/clawdbot/clawd... · Posted by u/IndignantTyrant
orionblastar · 2 months ago
I ran the install and got these errors:

npm warn deprecated npmlog@6.0.2: This package is no longer supported. npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. npm warn deprecated gauge@4.0.4: This package is no longer supported. npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead

4shadowed · 2 months ago
That's not an error, its an ignorable warning from upstream dependencies

u/4shadowed

KarmaCake day2August 30, 2025
About
OpenClaw Maintainer and Discord Admin Owner of https://buape.com

shadow@openclaw.ai

View Original