AIBrain adds persistent memory and self-improvement to Claude Code

AIBrain is a brain layer that sits underneath Claude Code to provide persistent memory and self-improvement capabilities between sessions. It addresses the issue where Claude Code resets to a blank slate after each session, even with manual CLAUDE.md files.
Key Features
- Persistent Memory: Claude remembers what you told it, what it learned, what worked and what didn't. Uses semantic search to pull in only relevant information.
- Self-Improvement: Between sessions, an evolution cycle extracts learnings, detects recurring patterns, and consolidates memory, making your Claude instance better at working with you over time.
- 53 Workflows + 44 Skills: Includes Git workflows, code review patterns, deployment checklists loaded as skills Claude can use. Users can add their own.
- 9 MCP Servers: Telegram integration, email, file operations, memory tools. Claude can message you when a task finishes.
- Multi-Agent Mesh: When running Claude Code on multiple machines, they share memory and communicate via Tailscale mesh networking.
- Memory Routing: Uses SelRoute (selective routing) technique that routes different query types to different retrieval strategies instead of one-size-fits-all semantic search.
Technical Details
- Installation:
pip install aibrainwith a setup wizard that handles everything. - Compatibility: Works with any local model (Ollama, llama.cpp, etc.) and is not locked to any provider.
- Pricing: Free tier has everything for single-machine use. Pro tier ($9.95/month) adds mesh networking and marketplace access.
📖 Read the full source: r/ClaudeAI
👀 See Also

Strale.io offers free IBAN and email validation API for AI agents with no signup
Strale.io provides a free API with five capabilities including IBAN validation, email validation, DNS lookup, URL-to-markdown conversion, and JSON repair. No signup or API key is required, and it includes an MCP server for Claude or Cursor integration.

Running OpenClaw and Codex CLI Natively on Android via AnyClaw APK
A developer has packaged OpenClaw and Codex CLI into an Android APK called AnyClaw, enabling the gateway and Control UI to run locally on ARM64 Android 7.0+ devices without root. The project required building dependencies from source and patching multiple components to handle Android-specific constraints.

Socratic Prompt Generator Built as React Artifact Inside Claude
A developer built a Socratic prompt generator as a React artifact that runs inside Claude, featuring auto-detection of input complexity and three-tier prompt generation with failure mode analysis.

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.