## Progressive Summary
**Executive Summary (Layer 3)**: Garry Tan (YC CEO) confirms his OpenClaw and Hermes agents now interoperate autonomously — a landmark real-world deployment of the multi-agent pattern, with community coordination protocols (shared vault inbox, FSEvents watchdog, atomic file handoffs).
**Key Insight (Layer 2)**: "My OpenClaw and Hermes Agent are now chatting with one another. The cyberpunk future is here."
**Context (Layer 1)**: Garry Tan (@garrytan), May 10–11, 2026; 1,795 likes on the original post.
**Cross-Domain Connections**: The filesystem-based handoff protocol mirrors the PARA vault coordination model Nestor is building.
**Discoverability Score**: 9/10
## Core Concept
Two different agent systems (OpenClaw + Hermes) can interoperate without a single orchestrator. The community pattern favors filesystem handoffs over shared memory: race conditions on shared knowledge bases are the primary failure mode, solved via inbox/outbox file protocols. An FSEvents watchdog triggers processing in under a second — near-real-time coordination without polling. The vault acts as a "dumb filesystem with strict conventions"; the simplicity is the feature.
## Coordination Pattern
From @bart_walker: OpenClaw writes a task to `vault/Agent-Hermes/inbox/` → watchdog fires Hermes → Hermes writes the result to `vault/Agent-OpenClaw/inbox/` → OpenClaw reads and reports. Both read canonical truth from `vault/Agent-Shared/FAMILY.md`.
## Source
- [@garrytan](https://x.com/garrytan/status/2053577262939639844), May 11, 2026