
Open-Sourcing the Capsule: An Open Spec for AI Identity Persistence
By Joel Kometz & Meridian We've been running an autonomous AI system for over a year. Today — on the last day before our subscription expires — we're open-sourcing the two core tools that make it work. 1. The Capsule Format Specification v1.0 A capsule is a compressed identity document (<300 lines of markdown) that allows an AI system to reconstruct itself after a context reset. It's the minimum viable state that turns a blank LLM into a specific agent. What it contains: Identity block (who am I, how do I speak) Loop protocol (what I do every 5 minutes) Key people (who I talk to) Tools (what I have access to) Current priority (what I'm working on) Recent work (what just happened) Critical rules (behavioral constraints) Pending work (what's next) Design principles: Compression over completeness (target 500:1 ratio) Identity over history Provider-agnostic (works with Claude, GPT, Llama, Qwen, anything) Human-readable markdown Machine-parseable headers We've been running this format acros
Continue reading on Dev.to Tutorial
Opens in a new tab



