Live Simulation

3-Agent Chain - The telephone game effect.

50 tasks, 3 sequential hops per task. Watch how natural language degrades at every handoff - like a game of telephone. The Boundary Layer stays stable across the entire chain.

2-Agent Comparison 3-Agent Chain
Speed:
Input: Waiting to start...
Text Chain
A→text→ B→text→ C→text→ A
Hop 1: A → B
...
Hop 2: B → C
...
Hop 3: C → A
...
0 / 50
Boundary Layer Chain
txt→enc→ A→[64]→ B→[64]→ C→dec→ txt
Encode: text → latent vector
...
Hop 1: A → B (latent)
...
Hop 2: B → C (latent)
...
Hop 3: C → A (latent)
...
Decode: latent vector → intent
...
0 / 50
Live Feed
Avg Chain Latency
--
-
Avg Chain Accuracy
--
-
Signal Degradation
--
-

3-Agent Chain Complete - 50 / 50

faster with Boundary Layer
Text chain accuracy
BL chain accuracy
Text signal loss per hop