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

Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization
A developer has quantized a Qwen 3.5 27B model distilled from Claude 4.6 Opus reasoning trajectories from 55.6GB to 14GB using MLX for Apple Silicon, achieving ~16 tokens/sec on an M4 Pro while maintaining the model's analytical reasoning capabilities.

4-Pane iTerm2 Setup for Claude Code CLI Separates AI Roles
A developer built a four-pane iTerm2 terminal setup specifically for Claude Code CLI to address context drift and self-grading bias. Each pane is locked to a specific role with dedicated models and permissions.

CrabMeat v0.1.0: A Security-First Agent Gateway That Doesn't Trust the LLM with the Security Boundary
CrabMeat v0.1.0 is a WebSocket gateway for agentic LLM workloads that enforces security at the architectural level: capability ID indirection, effect classes, IRONCLAD_CONTEXT pinned instructions, tamper-evident audit chain, streaming output leak filter, and no YOLO mode.

Knowledge Raven: A Searchable Knowledge Base Plugin for Claude
Knowledge Raven is a tool that lets Claude search your documents from sources like Confluence, Notion, Google Drive, Dropbox, and GitHub via a Claude Desktop plugin or MCP server, providing semantic search, keyword search, and full document retrieval.