BaseLayer: Open-Source Behavioral Compression Pipeline for AI Memory Systems

BaseLayer is an open-source behavioral compression pipeline that extracts structured identity data from text sources for use in AI memory systems. The tool creates an identity brief containing beliefs, behaviors, tensions, and contradictions that any model or memory system can use, with every claim tracing back to source facts.
Key Details
The pipeline currently uses Claude for processing. API costs are <$1 for small datasets and <$5 for large ones, covering the entire process from fact extraction to final brief assembly.
The system has been tested on multiple data scales and types:
- As little as 8 personal journal entries from a secondary subject
- GPT conversation exports (30K+ messages)
- Large document corpora including Warren Buffett's Annual Shareholder Letters (350k words)
- Howard Marks Investment Memos (600k words)
- Dense autobiographies from Franklin, Douglass, Roosevelt, and Wollstonecraft
The brief assembly process includes multiple output formats: haiku, sonnet, and opus versions of the compressed identity data.
All research, benchmarks, documentation, and examples are available on the project website and GitHub repository. The developer is actively seeking feedback on evolution, struggles, research, and future improvements.
📖 Read the full source: r/ClaudeAI
👀 See Also

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

Custom Voice Extraction Process for Claude Code with Template
A developer shares a three-pass extraction process to create a custom voice skill for Claude Code, resulting in a 510-line SKILL.md file with ban lists for LLM-isms, anti-performative rules, and format-specific voice modes. The open-source template works with any language using 10+ writing samples.

Steerling-8B: An Interpretable Language Model with Token-Level Attribution
Guide Labs released Steerling-8B, an 8-billion-parameter language model trained on 1.35 trillion tokens that can trace any generated token to input context, human-understandable concepts, and training data sources. The model achieves competitive performance with models trained on 2-7× more data.

Open-source Gmail MCP server adds multi-account support and write access
An open-source MCP server enables Claude AI to connect to multiple Gmail accounts with full read/write capabilities, including archiving, labeling, and auto-unsubscribe functionality. It supports Gmail search syntax and can be deployed to Railway in 5 minutes or self-hosted.