Latent Bridge: Asking for Help Without Words
Code: Anonymous GitHub placeholder.
Frontier-model prefill. Edge-scale decoding.
Sender: Qwen3.8 Max · GLM 5.3 · DeepSeek V4 Pro
Receiver: Qwen3.5-4B — a compact, edge-capable model
Abstract
We introduce POND (Prefill-Only, No-Decode), an architecture that separates large-model prefill from small-model decoding. A frontier-scale sender—Qwen3.8 Max(2.4T), GLM 5.3(753B), or DeepSeek-V4-Flash(284B)—processes the input without generating text. A learned bridge transfers its hidden states as additional attention keys and values to Qwen3.5-4B, a compact receiver capable of running on suitable edge hardware. The receiver generates the complete answer using both the original prompt and the latent guidance. Optional periodic review lets the sender read the partial response and append updated guidance while preserving the receiver’s existing KV cache. Both base models remain frozen; only the bridge is trained.
Inference Examples
Math and code examples are forthcoming.