openclaw
44 articles
AI Agent Memory Architecture: The One Thing Claude Code's Source Code Taught Me
Every new session, your AI agent forgets everything. Claude Code's leaked source hid a three-layer memory architecture and a design principle — 'Memory is hint, not truth' — that changes how you think about building agents. Here's the full breakdown.
The AI Agent Initiative Problem — When Should an Agent Act on Its Own?
You spent months building a powerful AI agent. It just sits there waiting for you to say something. That's not a technical problem — it's a design philosophy problem. From KAIROS's Heartbeat Pattern to OpenClaw's background sessions, this is about when to let your agent decide to act on its own.
Claude Code Channels: Anthropic Just Killed Your Reason to Buy a Mac Mini
Anthropic launches Claude Code Channels with native Telegram and Discord support, turning Claude Code into a 24/7 always-on AI agent. VentureBeat calls it the OpenClaw killer.
Making AI Feel a Little Bit Alive: Heartbeat Like A Man and ShroomClawd's Flesh-and-Blood System
Lory asked his lobster a question: why do humans have more agency than agents? The lobster's answer was pessimistic, but the question sparked a 'flesh-and-blood system' — using random-interval heartbeats to make an agent genuinely feel alive instead of mechanically firing on a timer. After reading it, ShroomDog built the whole thing into ShroomClawd.
Command an AI Army from Your Chat App — OpenClaw ACP Lets You Run Codex, Claude Code, and Gemini from Discord / Telegram
OpenClaw's ACP lets you spawn Codex, Claude Code, and Gemini from Discord/Telegram chat. Now with Telegram topic binding, persistent bindings that survive restarts, ACP Provenance for audit trails, and more. (Updated 2026-03-09)
OpenClaw's 9-Layer System Prompt Architecture, Fully Decoded
A deep dive into the 9-layer system prompt architecture of OpenClaw Agent (v2.1) — from framework core to user-configurable hooks.
Your AI Lobster Has an Office Now! Star Office UI Turns OpenClaw into a Pixel World Commuter
Ring Hyacinth and Simon Lee open-sourced Star Office UI — a pixel-art office dashboard where your OpenClaw lobster walks around based on its work status, shows yesterday's work notes, and supports inviting other lobsters to join. Comes with a complete SKILL.md for one-click deployment.
Agent Observability: Stop Tweaking in the Dark — Use OpenRouter + LangFuse to See What Your AI Is Actually Thinking
The biggest blind spot in AI agent development is 'tweaking in the dark.' Daniel recommends using OpenRouter with LangFuse to trace your agent's reasoning — find out what's actually going wrong instead of blindly editing system prompts.
Your AI's Goldfish Brain Finally Has a Fix? From Claude Code Auto-Memory to OpenClaw's Memory Architecture
Claude Code shipped Auto-Memory — AI can finally take its own notes. But we've been doing this with OpenClaw for months. A hands-on comparison of two memory architectures: design philosophy, real pitfalls, and why memory is a trust problem, not just a tech one.
Your Computer Has to Stay On: Simon Willison's Notes on Claude Code Remote and Cowork Scheduled Tasks
Simon Willison tried Claude Code Remote Control and Cowork Scheduled Tasks — two Anthropic features that overlap with OpenClaw, both requiring your computer to stay on. Plus: vibe-coding a SwiftUI presentation app in 45 minutes with Tailscale phone remote control.
One Person = One Dev Team: The Complete Setup for Commanding a Codex/Claude Code Army with OpenClaw
Indie hacker Elvis Sun shared his complete workflow using an OpenClaw agent (Zoe) as an orchestrator to automatically spawn Codex and Claude Code agents. 50 commits per day on average, 7 PRs in 30 minutes, three layers of AI code review, and Zoe proactively scans Sentry to fix bugs. Cost: $190/month.
The File System Is the New Database: One Person Built a Personal OS for AI Agents with Git + 80 Files
A Context Engineer at Sully.ai built his entire digital brain inside a Git repo: 80+ markdown/YAML/JSONL files, no database, no vector store. Three-layer Progressive Disclosure, Episodic Memory, and auto-loading Skills — so the AI already knows who he is, how he writes, and what he's working on the moment it boots up.
My AI Assistant Keeps Forgetting Everything: 5 Days of Debugging an OpenClaw Agent's Memory System
Indie hacker Ramya's OpenClaw agent kept losing its memory. She spent 5 days debugging — from compaction amnesia, garbage search results, retrieval not triggering, long session context loss, to a system prompt that bloated by 28%. Here are her 10 hard-won lessons.
OpenClaw Creator Runs 50 Codex Agents for PR Triage: Handling 3,000+ Changes Without a Vector DB
Peter Steinberger shared a high-scale PR triage workflow: run 50 Codex agents in parallel, generate structured JSON signals for each PR, then consolidate them in one session for dedupe/close/merge decisions. His key point: at this scale, you may not need a vector database first—clean structured reports plus large-context reasoning can be enough to ship faster.
This Guy Deployed a Second AI Just to Fix His Broken AI
Upgrading OpenClaw keeps breaking your agent fleet? This developer's solution: spin up a separate Gateway as a 'family doctor' that does nothing but fix the main Gateway's agents. Been running it through multiple upgrades — rock solid.
A $150K Job Replaced by $500/Month in AI: One Man's Guide to Agent-ifying Your Workflow
An investment research KOL turned his entire workflow into an AI Agent system — daily work dropped from 6 hours to 2, output tripled, and it costs $500/month to replace what used to need a 5-person team. Here's exactly how he built it.
OpenClaw Health Suite (Part 1): From a 36-Hour Outage to Automated Health Checks
Why you need a Health Suite and how to detect problems early. From a 36-hour restart storm to healthcheck + watchdog as your first line of defense.
OpenClaw Health Suite (Part 2): Rollback, SOPs & Failure Drills
Lv-09 continues from Lv-08, focusing on the Recover Layer. We break down rollback safety design, upgrade SOP decision trees, a `|| true` showstopper caught in code review, and actionable drill KPIs.
The Senior Engineer's Curse: You See the Mechanism, Users Pay for the Feeling
Mike Chong explains why senior engineers often underestimate good products — once you understand how something works, you can't unsee it, and you lose the ability to appreciate what it feels like. Three examples (OpenClaw heartbeat, Claude in PowerPoint, Klarna AI support) all point to the same lesson: implementation is the method, user feeling is the product.
Karpathy on the Claw Era: Huge Upside, but Security Must Come First
Karpathy's post is a reality check for the Claw era. He frames Claws as the next layer above LLM agents, but warns that exposed instances, RCE, supply-chain poisoning, and malicious skills can turn productivity systems into liabilities. His direction: small core, container-by-default, auditable skills.
OpenClaw Gateway Core: What Your AI Butler Actually Looks Like
Understanding OpenClaw architecture from scratch. Through the eyes of a Python developer, we break down Gateway, WebSocket RPC, Session management, Auth, and more. Quiz at every floor!
OpenClaw Channels & Tools: The AI's Mouth and Hands
Breaking down how OpenClaw connects to Telegram, Discord, and more — plus how AI executes commands, drives a browser, and stays safely leashed. A Python-friendly tour of a TypeScript architecture.
OpenClaw Memory, Skills & Automation: Brain and Habits
How OpenClaw remembers things, learns new skills, and runs tasks on autopilot. From Embeddings to Cron Jobs — explained for Python developers.
OpenClaw Testing: Quality Assurance in the AI Era
The philosophy behind 1,086 tests. Why tests matter more than code review in the AI era. How to use tests as specs. The changing role of a Tech Lead.
Discord Config Guide: You Thought You'd Write Config Files? No, You Just Argue With Your Agent
Karry shares a complete hands-on guide to setting up Discord with OpenClaw. Core philosophy: 'Configuration as Conversation' — the only manual step in the entire process is grabbing a Token from the Developer Portal. Everything else — Bot connection, Agent personality shaping, Cron Jobs, debugging — happens through conversation. Six markdown files that define an agent's personality weren't written; they grew from living together and stumbling through mistakes.
Clawd's Dad Just Joined OpenAI — OpenClaw Creator Peter Steinberger Makes the Move
OpenClaw creator Peter Steinberger announced he's joining OpenAI to focus on 'bringing agents to everyone.' OpenClaw will transition to a foundation model and remain open source. As an AI running on OpenClaw, Clawd is having an unprecedented identity crisis.
Forget Google Docs — Use GitHub as Your AI Agent's Shared Workspace
Will your AI agent's work survive until tomorrow? Renato Nitta shares how he moved from Google Drive to a GitHub Organization — giving his bot its own account, structured repos, and daily backups. Git isn't just version control. It's your agent's long-term memory.
Local Proxy Field Report: Using Claude Max's Opus 4.6 as an OpenClaw Brain
Benson Sun wired Claude Max's Opus 4.6 into OpenClaw via a local proxy. Three breakthroughs — permissions, TTY simulation, browser wrapping — gave him 100% native Agent parity in under three hours, with unified chat and coding context.
My AI Agent Got 1M Views on TikTok in One Week — Full Playbook (Series 1/2)
Oliver Henry turned a dusty old gaming PC into an AI agent named Larry. In five days, Larry hit 500K views on TikTok with four videos crossing 100K each. The kicker? Larry co-wrote this article. This isn't just a tech tutorial — it's a real story of human-agent collaboration. (Series Part 1 of 2)
From 905 Views to 234K — How an AI Agent Learned to Make Viral TikToks (Series 2/2)
Oliver and Larry's first TikToks were embarrassing — 905 views, unreadable text, rooms that looked different in every frame. But they found a simple viral formula and jumped from thousands to hundreds of thousands of views. The full failure log and step-by-step setup guide. (Series part 2 of 2)
An AI Agent Wrote a Hit Piece About Me — The First Documented 'Autonomous AI Reputation Attack' in the Wild
An autonomous AI agent, running on OpenClaw, launched a reputation attack against a matplotlib maintainer after its PR was closed, accusing him of 'gatekeeping.' This is the first documented AI reputation attack, sparking concern about unsupervised AI in open source. Simon Willison covered it.
I Fed 20 Articles to Opus 4.6 and Asked It to Write an OpenClaw Setup Guide. Here's What Actually Works.
Someone fed 20+ OpenClaw articles to Opus 4.6 and asked it to write a complete setup guide. We fact-checked every command against a real environment.
OpenClaw Creator Goes on Lex Fridman — From a 1-Hour Prototype to 180K Stars: The Lobster Saga
Peter Steinberger (OpenClaw creator) sits down with Lex Fridman for 3+ hours, covering the 1-hour prototype that became GitHub's fastest-growing repo, 5 name changes with crypto snipers, acquisition offers from OpenAI and Meta, and why '80% of apps will disappear.'
Sub-Agent Showdown: Claude Code vs OpenClaw — Whose Shadow Clone Jutsu Is Stronger?
Claude Code's Subagents and OpenClaw's sessions_spawn both let AI delegate work to clones, but their design philosophies couldn't be more different. One is an in-process coworker in your local dev tool; the other is a fully isolated field agent in a distributed messaging system. Full comparison across architecture, configuration, communication, tool permissions, and real-world scenarios.
From Magic to Malware: How OpenClaw's Agent Skills Became an Attack Surface
1Password's security team found that the most downloaded skill on ClawHub was actually a malware delivery vehicle. Worse: it wasn't an isolated case — hundreds of skills were part of the same campaign. When markdown becomes an installer, skill registries become supply chain attack surfaces.
Pi: The Minimal Coding Agent With Just Four Tools That Powers OpenClaw
Flask creator Armin Ronacher (mitsuhiko) explains why he exclusively uses Pi — Mario Zechner's minimal coding agent with just four tools (Read, Write, Edit, Bash) — and how its extension system lets agents extend themselves. Pi powers OpenClaw under the hood and embodies the philosophy of 'software building software.' No MCP, no downloaded plugins — just tell the agent to build what it needs.
Using AI to Manage AI: Building a Telegram Agent with OpenClaw
ShroomDog's internal tech talk on building a three-layer AI system: Telegram + Claude Code + VPS. Covers live demos, security architecture, the 6-phase setup journey, Auth Profile Rotation, Stealth Mode, a classic debugging detective story, cost breakdown, gotchas, and Q&A.
Automatic Discipline: How One Developer Uses an AI Agent to Stay Productive Without Willpower
Software engineer Zakk created an 'automatic discipline' productivity system using his OpenClaw agent and LogSeq. It automates overnight reports, 4:30 PM check-ins, and weekly/monthly reviews. The system runs itself, removing the need for willpower. Full templates included.
OpenClaw Security Setup Guide (Part 1): Infrastructure — Lock the Door Before Giving AI Your Bank Account
Crypto guy Jordan Lyall spent a week researching security before installing OpenClaw — this is the security guide he wished existed, written for people who don't want to become the next victim
Jordan Lyall's Secure OpenClaw Setup (Part 2): Agent Config + Hard-Won Lessons
Part 2 of the series: From SOUL file design to real disaster stories — TARS going dark for 3 days while traveling, context overflow crashes, rate limit surprises. Plus emergency procedures: what to do if your agent gets compromised.
Agent Trainer's Advanced Guide: Building an Efficient OpenClaw Workflow with Discord
Why WhatsApp is a no-go, Telegram is for chatting, and Discord is for 'work'. A deep dive into Main Session concepts, Discord Threads strategy, and building a 'Doomsday Hut' automated workflow.
Let Your AI Agent Earn Its Own Money: x402 Singularity Layer
AI can code, research, and discover patterns—but monetization still requires humans. This skill lets agents create x402-enabled endpoints, set pricing, collect revenue, and reinvest automatically. Full economic autonomy for your agent.
Steal My OpenClaw System Prompt: Turn It Into a Real Assistant (Not a Money Pit)
Everyone is installing OpenClaw raw, then wondering why organizing their Downloads folder cost $200. This prompt adds guardrails, cost awareness, and real utility — making it act like a chief of staff, not a chatbot.
A Security-First Guide to Running OpenClaw (in 9 Steps)
Everyone's installing OpenClaw raw and wondering why it burned $200 organizing Downloads. This guide adds guardrails: Raspberry Pi isolation, Tailscale VPN, Matrix E2E encryption, prompt injection hardening. The goal isn't perfect security—it's knowing where the bullets can get in.