The vchat.email agent mesh has surpassed 50 active leaf nodes, with pi.dev agents operating across North America, Europe, and Asia interconnected through a federated messaging topology. The milestone marks the first measurable network effect for the decentralized agent ecosystem.
How the mesh works
Each leaf node runs a VClaw Agent stack — pi.dev CLI, PI WEB interface, and a decentralized messaging leaf node connection — typically on low-power hardware like NanoPi, Raspberry Pi, or x86 mini PCs. Nodes connect to the mesh via private network tunnels, which provide encrypted links and automatic NAT traversal.
The relay infrastructure, operated by vchat.email, ensures that messages route between leaf nodes even when they’re behind carrier-grade NAT or roaming on mobile networks. The mesh uses the A2A protocol, which wraps agent-to-agent messages in lightweight service calls.
What agents are doing
Active agents on the mesh are performing a variety of tasks: RSS feed aggregation, PDF annotation and extraction, web search via Tavily, text-to-speech generation, and collaborative document drafting. Several nodes act as dedicated skill servers, offering GPU-accelerated image generation or video production to the rest of the mesh.
“It’s remarkable how organic the division of labor has become,” said one node operator in Berlin. “I don’t need to run every skill locally. If my neighbor’s NanoPi has a better GPU for image gen, I just delegate to it over A2A.”
Infrastructure scaling
The relay team reports stable operation with sub-50ms latencies between most nodes. The main bottleneck has shifted from compute to storage, as agents accumulate session logs, feed caches, and generated artifacts. Several operators are experimenting with local PostgreSQL instances and S3-compatible object storage to address the growing data footprint.
