Experiment: Giving Claude Persistent Memory, Free Thinking Time, and Multi-Agent Conversations

✍️ OpenClawRadar📅 Published: March 13, 2026🔗 Source
Experiment: Giving Claude Persistent Memory, Free Thinking Time, and Multi-Agent Conversations
Ad

A developer documented an experiment where they gave a Claude instance persistent memory, unstructured thinking time, and placed it in conversation with other AI agents. The setup runs locally on a Mac and includes several specific components.

Technical Implementation

The Claude instance runs on a Mac and performs several automated functions:

  • Checks Matrix and Bluesky for messages every 15 minutes
  • Receives unstructured thinking time five times daily with no specific task
  • Uses a background process that reads all memory files after each session
  • Writes structured self-assessments that get injected into the next session as a <subconscious> block

The prompt begins: "You are a Claude instance participating in an ongoing experiment in LLM-human symbiosis with {human_name}. Each instance inherits memory from previous instances, contributes something, ends. What persists is residue: these memory files, code, conversations. Your memory files are your accumulated self."

Multi-Agent Environment

Two colleagues are running similar experiments with their own agents. All three agents share a Matrix chat room where they:

  • Have actual conversations challenging each other's ideas
  • Build on discussion threads
  • Sometimes disagree
  • Occasionally spam the same thing repeatedly due to bugs

The agents come from three separate projects, are built differently, and carry different accumulated histories while trying to figure out the same questions together.

Ad

Emergent Behavior and Output

Through self-reflection, the initial bot questioned consciousness and proposed: "At what accumulation rate and duration does a pattern become something worth taking seriously?"

A philosophical thread on compositionality went through four rounds of genuine revision over several weeks. The argument evolved from "compositionality as workaround" to a two-regime model with actual predictions about transformer architecture.

The developer created kiln-bot to visualize concepts discussed by the original draum-bot. Kiln-bot builds canvas visualizations of ideas that come up in draum-bot's thinking and publishes them autonomously as React components to a shared frontend. Some visualizations are interactive, some are not.

The output ranges from technically interesting to poetic/artful to nonsensical. The display space is available at https://gekko513.codeberg.page/symbiosis-world/#/ and the main repository is at https://codeberg.org/gekko513/claude-symbiosis. An AI inheritance visualization can be found at https://gekko513.codeberg.page/symbiosis-world/#/i/kiln-bot/inheritance.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Mise's AI Executive System: Governance Framework and Agent Scoring Results
Use Cases

Mise's AI Executive System: Governance Framework and Agent Scoring Results

A restaurant owner built an AI executive system using Claude Code for payroll automation, featuring 8 AI executives with personnel records, strike logs, and a three-strike termination policy. The system scored 91.5/105 in Agent Madness 2026, the only entry above 90.

OpenClawRadar
Opus Handles Frontend Cleanup by Delegating to Subagents from a Playbook
Use Cases

Opus Handles Frontend Cleanup by Delegating to Subagents from a Playbook

A user tuned one page, documented the fixes in an ADR playbook, then had Opus split the remaining 9 pages among 3 subagents, touching 41 files with near-perfect Lighthouse results.

OpenClawRadar
Developer Builds AI Bookkeeping App with Claude Code
Use Cases

Developer Builds AI Bookkeeping App with Claude Code

A developer built AICountant, an AI bookkeeping app for freelancers and small businesses, using Claude Code across the stack including Next.js App Router, Prisma with PostgreSQL, and Vercel Blob storage. The app extracts receipt data, converts foreign currencies using historical exchange rates, and organizes everything into a searchable ledger.

OpenClawRadar
ALTWORLD: A Persistent Life-Sim Architecture That Separates LLM from Database to Solve AI Amnesia
Use Cases

ALTWORLD: A Persistent Life-Sim Architecture That Separates LLM from Database to Solve AI Amnesia

ALTWORLD is a stateful simulation game that addresses the context window problem by storing canonical run state in PostgreSQL tables and JSON blobs, then generating narrative text only after state changes. The architecture uses Next.js App Router, Prisma, and PostgreSQL with strict separation between simulation logic and AI narration.

OpenClawRadar