0.6B reads 27B

A 0.6 billion parameter model runs in this tab, on your hardware. When you send it a message it writes a reply, and the same model also searches a gallery of photographs. Not two models and not a call to an embedding service: your message is read once more by the same frozen weights, and a 2.1 MB linear head turns that hidden state into the vector that searches.

Those photographs were encoded once, months ago, by a 27 billion parameter model on a datacenter GPU. That computation is finished and it is in the file: what you download is its output, about a kilobyte per photograph, not the weights that produced it. Nothing of the large model runs while you search, here or anywhere else.

Language models running in a browser are not new, and cached image embeddings are ordinary. The read-out is neither. Text encoded by the small model in this tab lands in the same space as images encoded by a model forty-five times its size, because both sides are linear read-outs fitted on frozen backbones. Cross-scale retrieval where the large half is a finished file.

Nothing you type leaves the tab. No inference server, no API key, no telemetry: eight megabytes of static files, computed entirely on your device. It runs on the CPU through WebAssembly, so there is no WebGPU requirement and nothing to install, which is why a phone can run it from a link and keep working offline after the first visit.

not loaded

What this does not do

Steering here acts on the search query, not on the model's generation. The research programme also measured a direction in the residual stream that moves a model's refusal disposition, in both directions, and the finding worth leading with is the restoring one: a calibrated two-kilobyte vector puts refusal back into a model that had it removed. We also measured that the removal edit perturbs the model about eighteen times less than switching quantizers does. Those belong in the papers. They are a different artifact with a different risk profile, so this page exposes no hook into generation at all, and the reply above is produced by the model unmodified.