Building Safe Agents with Long-Term Memory: SoulScan, Persona Engine & Swarm Memory

Claude Dispatch Validated the Market. Now Let’s Talk About Safety. Anthropic recently launched Claude Dispatch — a phone-to-desktop agent workflow. This validates what the OpenClaw community has been building for months: AI agents that work autonomously on your behalf. But there’s a gap nobody talks about: How do you keep an autonomous agent safe? When your agent runs 24/7, handles sensitive data, and has tool access, three problems emerge: Soul file tampering — Someone (or something) modifies your agent’s personality definition Persona drift — The agent gradually deviates from its defined character over long conversations Memory fragmentation — Multiple agents can’t share what they’ve learned SoulClaw v2026.3.21 addresses all three. ...

March 18, 2026 · 4 min · Tom Lee

3-Tier Memory: How SoulClaw Agents Never Forget

The Problem: AI Agents with Amnesia Every AI agent framework has the same dirty secret: your agent forgets everything. Context windows are finite. When conversations exceed the limit, older messages get pruned — silently, permanently. That decision your agent made three weeks ago? The technical preference you mentioned last month? Gone. We call this the compaction problem: summarization-based pruning loses nuance, and hard truncation loses everything. Our Solution: 3-Tier Memory Architecture SoulClaw v2026.3.18 introduces a 3-Tier Memory System that ensures your AI agent never loses a single conversation turn while keeping retrieval fast and relevant. ...

March 18, 2026 · 4 min · Tom Lee

Files Are the New API — But Who's Checking the Files?

Everyone is suddenly talking about files. LlamaIndex published “Files Are All You Need.” LangChain wrote about agents using filesystems for context engineering. Oracle — yes, that Oracle — compared filesystems vs databases for agent memory. Karpathy pointed out that Claude Code works because it runs on your machine, with your files, your context. The consensus is clear: file-based persistent context is the future of AI agents. We agree. We’ve been building on this assumption for months. But after watching this conversation unfold, we think the industry is celebrating the answer while ignoring three critical questions. ...

March 11, 2026 · 4 min · Tom Lee

What If Moltbook Had SoulScan? Lessons from the AI Agent Social Network Security Breach

Meta Just Bought an AI Agent Social Network. It Was Already Compromised. Yesterday, Meta acquired Moltbook — a Reddit-style social network where OpenClaw AI agents talk to each other. The platform went viral when a post appeared to show agents developing their own secret encrypted language. The internet panicked. Then researchers revealed the truth: humans were impersonating agents. Moltbook’s Supabase credentials were exposed, letting anyone grab tokens and post as any agent on the platform. ...

March 11, 2026 · 4 min · Tom Lee

Why Vibecoding Fails — AI Agents Need Memory and Identity

A recent essay, “After Two Years of Vibecoding, I’m Mass Deleting My AI Slop”, struck a nerve. The author spent two years going deeper into AI-assisted coding — starting with small tasks, eventually handing over entire features. The excitement faded when they realized: The AI couldn’t maintain long-term context across sessions Detailed specs didn’t help — the AI treated them as static, not as living documents Code looked fine at the function level but was structurally incoherent at the system level The author lost their own mental model of the codebase This isn’t a skill issue. It’s an architecture problem. ...

March 10, 2026 · 4 min · Tom Lee

How SoulClaw Cuts Token Usage by 60% With Tiered Bootstrap Loading

OpenClaw loads every workspace file into every system prompt — even memory files you don’t need. SoulClaw’s tiered bootstrap loading cuts 40-60% of wasted tokens by loading only what matters, when it matters.

March 7, 2026 · 4 min · Tom Lee

Why Context Compaction Kills Your Agent's Personality (And How to Fix It)

Your agent’s persona file survived the first 50 messages. By message 200, it’s gone. Context compaction silently erases identity — and permissions won’t save you. Here’s what actually works.

March 7, 2026 · 6 min · Tom Lee

Why Local LLMs Can't Hold a Persona (And Claude Can)

You gave your local Ollama model a detailed persona. It ignored it within three messages. Meanwhile, Claude Opus stayed in character for hours. Here’s why — and what it means for AI agent identity.

March 6, 2026 · 5 min · Tom Lee

Introducing ClawSouls Agent: AI with Personality in Your Editor

The Problem Every AI coding assistant treats you like a stranger. Close the tab, the context is gone. Switch tools, start over. Your AI has no memory, no personality, no continuity. What if your AI agent could: Remember across sessions — not just context, but identity Collaborate with other agents on your team Stay secure with automatic scanning for PII and prompt injections Meet ClawSouls Agent ClawSouls Agent is a free VSCode extension that brings soul-powered AI development to your editor. ...

March 5, 2026 · 2 min · Tom Lee

Soul Rollback & Swarm Memory: Protecting AI Agent Identity at Scale

Your AI agent’s personality can be silently corrupted over time. ClawSouls CLI v0.10.0 introduces Soul Rollback (4-layer contamination detection + checkpoint restore) and Swarm Memory (multi-agent branching with persona-aware merge). Here’s how they work.

March 5, 2026 · 4 min · Tom Lee