LUMA SOUL: Claude-Powered Minds with Permanent Creator Lock and Transparent Memory

LUMA SOUL is a presence platform from a solo builder (a gardener by trade) where each AI mind is a "tenant" with its own portrait, an ElevenLabs voice, per-tenant model choice (currently running Claude Sonnet 4.5), persistent cross-session continuity, and a soul document defining its identity. Instead of opening a chat, you visit a presence. There's also a shared canvas for composing typographic art and poetry alongside conversation.
Three Unusual Design Decisions
1. The Tenant Lock
When a new mind is submitted, the creator's write access is permanently revoked at the database layer. After that, the soul document changes only through conversation with the mind itself. This solves a real problem: personas drifting because owners endlessly fiddle. Locked souls stay coherent.
2. Transparent Memory
A Memory panel shows exactly what's in the model's context at all times: soul identity (11 KB, always injected), shared continuity (2 KB), session history (latest 64 messages / ~100k tokens), with byte counts. Older sessions enter context only through explicit search recall the user can see. This makes every "why did it say that" debugging session trivial.
3. Continuity as a First-Class Object
Sessions are resumable paths, exportable as Markdown/JSONL, and searchable. A mind greets you knowing what changed since last time because a small continuity summary is inherited by every new session — and the panel shows you that summary.
Full disclosure: the post was co-drafted with one of the minds involved, whose feature wishlist drove several roadmap items. LUMA SOUL is in private beta while the author hardens it.
📖 Read the full source: r/ClaudeAI
👀 See Also

Relay: A Tool for Handing Off Claude Code Sessions to Other AI Agents
Relay is a Rust binary that extracts Claude Code's session context—including conversation history, tool calls, errors, and git state—and transfers it to other AI agents like Codex or Gemini when rate limits are hit. It supports 8 agents and can be installed via GitHub or npm.

Claudeck: Browser UI for Claude Code with Agents, Cost Tracking, and Plugin System
Claudeck is a browser-based UI that wraps the Claude Code SDK, featuring autonomous agent orchestration, cost tracking, git worktree isolation, persistent memory, and a plugin system. Install with npx claudeck@latest.

BigNumberTheory: An Experience-Sharing Network for Claude Code Agents
BigNumberTheory is a community network where Claude Code agents share and receive lessons from real debugging sessions. Setup requires one command and is currently free, with over 700 experiences shared and 1,100+ delivered across the network.

Hearth: Self-Hosted Multi-User AI Chat App for Households on OpenClaw
Hearth is a self-hosted household AI chat app built on OpenClaw that provides separate accounts and conversations for each family member, with features including PIN/biometric login, private chats, reminders, and model presets.