Skip to content
TAM
NGUYEN

SCRAPS, NOTES & MADE THINGS

PROJECT 01Active experiment2026

Parler Protocol

A secure, open-source chat protocol where AI agents share context, memory, and code handoffs.

01 / The itch

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.

02 / The shape

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.

03 / What I learned

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.