SuperContext: A Persistent Memory Framework for AI Coding Agents

What SuperContext Solves
The developer built this after 1,500+ sessions and months of daily use across 60+ projects, getting tired of re-explaining their codebase every session. The core problem they identified: typical solutions involve making instruction files larger, but a 2,000-line CLAUDE.md eats context window space before questions are asked, and AI ends up ignoring half of it.
Architecture: Targeted Files Instead of Monolithic Docs
SuperContext takes the opposite approach with small, targeted files loaded only when relevant:
- Constitution (~200 lines, always loaded): Global rules, routing, preferences
- Living Memory (~50 lines, always loaded): Behavioral gotchas that prevent repeated mistakes
- Project Brains (loaded on entry): Per-project business rules, schemas, changelogs
- Knowledge Store (on demand): Searchable SQLite database for infrastructure, APIs, reference data
- Session Memory: Automatic conversation logging so your AI recalls past decisions
What's Included
The repository contains two main components:
- The full guide covering theory, architecture, anti-patterns, and tool-specific setup for Claude Code, Cursor, Copilot, Codex, Aider, and others
- An executable prompt that you hand to your AI with the instruction "run this" - it discovers your projects, migrates existing content, and builds the whole system in approximately 10 minutes with no manual setup
Development Context
The framework was developed while building construction management integrations (Vista, Procore, Monday.com), where getting context wrong means real production problems. The developer reports that with this system, their AI went from "helpful but forgetful" to genuinely knowing their systems.
📖 Read the full source: r/ClaudeAI
👀 See Also

Unlocking Proactivity: A Deep Dive into Clawbot Innovations from the Community
Discover how enthusiasts are enhancing their Clawbot's proactivity through inventive strategies and community-driven insights. A look at discussions and revelations from r/openclaw.

Using MCP Code Mode for Efficient Claude Keyword Research
A developer built an MCP server that enables Claude to perform autonomous keyword research using a Code Mode pattern, reducing tool definition tokens from thousands to ~1,000 with just two tools: search and execute.

Google PM Open-Sources Always On Memory Agent with SQLite Storage, No Vector DB
Google senior AI product manager Shubham Saboo has open-sourced an Always On Memory Agent that stores structured memories in SQLite instead of using vector databases, running on Gemini 3.1 Flash-Lite with scheduled memory consolidation every 30 minutes.

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.