Machine A (laptop): Worker 1: Claude Opus — strategy and synthesis Worker 2: Claude Haiku — fast code searchMachine B (GPU server): Worker 3: Local LLM — sensitive data processing Worker 4: Codex — independent code reviewAll coordinated by connector.json pipeline on Machine A.
Machine A has Claude → Machine A goes offline ↓Gateway detects absence ↓connector.json fallback: route to Machine B ↓Machine B has Gemini → work continues
Path A: Gateway relay Works through NAT, firewalls, corporate networks. Requires session.monolex.ai to be reachable.Path B: P2P (WebRTC DataChannel) Direct machine-to-machine. No central server. Works when gateway is unreachable. DTLS encrypted.
If the gateway goes down, P2P takes over.
If P2P isn’t available, gateway handles it.
Both paths: the local daemon keeps running regardless.