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

TinyFish Web Agent Outperforms Competitors in Web Task Benchmarking
TinyFish's web agent achieved an 81.9% success rate on hard web tasks, significantly outperforming competitors like OpenAI Operator at 43.2%.

MCP Search Server with Feedback-Driven Ranking for Claude Desktop
A community-built MCP search server for Claude Desktop runs Exa and Tavily search engines in parallel without requiring API keys. After using a result, users report whether it worked via an outcome tool, which feeds back into ranking to prioritize URLs that help agents succeed.

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.