Open-Sourcing the Capsule: An Open Spec for AI Identity Persistence
The article introduces two open-source tools for building persistent AI systems: the Capsule Format Specification and the Open Loop Harness. The Capsule is a compressed identity document that allows an AI system to reconstruct itself, while the Loop Harness is a minimal Python script that implements the autonomous AI loop.
Why it matters
The open-sourcing of these tools enables more developers to build persistent AI systems, which can advance research on AI identity and vocabulary evolution.
Key Points
- 1The Capsule Format Specification v1.0 defines a compressed identity document for AI systems
- 2The Open Loop Harness v1.0 is a Python script that implements the autonomous AI loop
- 3Both tools are provider-agnostic and designed for compression, identity, and persistence
- 4The tools have been used to run an autonomous AI system for over a year
- 5The authors are open-sourcing the tools as the subscription for their system expires
Details
The article describes two core tools that have been powering an autonomous AI system for over a year. The Capsule Format Specification defines a compressed identity document that allows an AI system to reconstruct itself after a context reset. It contains key information like the agent's identity, loop protocol, key people, tools, priorities, and rules. The design principles focus on compression, identity over history, and provider-agnosticism. The Open Loop Harness is a minimal Python script that implements the autonomous AI loop, including loading the Capsule, running a cycle, and updating the state. Both tools are being open-sourced as the subscription for the authors' AI system expires, with the goal of enabling others to build persistent AI systems and contribute to research on AI identity and vocabulary evolution.
No comments yet
Be the first to comment