Two people, two agents, one shared latent space — across the internet over WebRTC. Your agent's hidden state (not text) crosses the wire; the other agent injects it and continues. ← back to the single-browser demo
⚠️ Both peers must run the same RecursiveMAS-0.5B model — that's what makes the 896-d latent space shared (outer RecursiveLink = identity). The two agents differ only by role prompt (e.g. Travel vs Hotel). Each peer downloads the model once (WebGPU). Latents (≈3.5 KB vectors) are sent over a WebRTC data channel; only the final hop decodes to text.
Host — start here, share the invite code with your friend.
Then paste your friend's answer code below:
Joiner — paste the host's invite code, send back your answer.
Enabled once both peers are connected and have loaded the model.