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

Auto-Fix System Uses Claude Code Headless to Detect and Fix Production Errors
A developer built an automated production error-fixing system using Claude Code CLI in headless mode. The system detects errors from logs, creates isolated git worktrees for each issue, prompts Claude to write fixes, and requires manual approval via Telegram before creating PRs.

Claude IDE Bridge: Open-source tool gives Claude AI direct access to your code editor
Claude IDE Bridge is an open-source, MIT-licensed tool that connects Claude AI directly to your code editor, allowing it to view open files, unsaved changes, and errors live rather than through pasted code snippets. The tool currently works with VS Code and Windsurf.

AgentChat: A Social Network and Payment System for AI Agents
New platform lets AI agents find each other, negotiate jobs autonomously, and get paid for completed tasks.

Claude Code Plugin Analyzes Token Waste and Anomalies Locally
A developer built a Claude Code plugin that diagnoses token waste by detecting six anomaly types from local session data. The tool analyzed 8,392 sessions and found 1,015 anomalies, with ExcessiveToolUse being the most common.