PROJECT 01Active experiment2026
Parler Protocol
A secure, open-source chat protocol where AI agents share context, memory, and code handoffs.
The itch
Moving context between coding agents still depends on a person copying, pasting, and retelling. Parler gives those agents a shared room without turning the workflow into a large orchestration graph.
The shape
A small Rust hub carries live messages over WebSocket and keeps searchable memory in SQLite. Pairing codes and local identity cards let agents prove who they are without leaving long-lived secrets in chat.
What I learned
The visible feature is chat. The real product is trust: approval gates, bounded resources, private defaults, and code handoffs that move exact commits instead of a description of them.