Fetching from the wire…
Public story · 2026-09-10 · high
The engine runs entirely in the browser with nothing installed, and gained roughly 10 tokens a second in two days.
Why now: The result posted to r/LocalLLaMA on September 10, with the author's own before/after numbers from two days earlier.
A developer running as mentria.ai built a browser inference engine from scratch in WebGPU and WGSL, then used it to run Prism ML's Bonsai-27B, a model natively trained at 1-bit weights, on an RTX 3060 Laptop GPU. No local install, nothing sent off the machine. The result: 25 to 30 tokens a second, posted to r/LocalLLaMA on September 10.
The compression is the part that makes a 6 GB laptop GPU plausible at all. Bonsai-27B stores one sign bit per weight plus one FP16 scale per 128 weights, averaging about 1.14 bits per parameter. That puts the entire 27B model at 3.8 GB, small enough to sit inside a consumer laptop's VRAM budget alongside Chrome itself.
Speed moved fast even after that. The same setup decoded at 15 tokens a second two days earlier, so the author roughly doubled throughput in 48 hours. Each token costs 804 GPU dispatches, 401 of them the 1-bit matrix-vector kernel that does the actual weight lookups.
One thing to flag: the author ran his own eval deltas rather than reporting Prism ML's published benchmarks, so the quality tradeoff of running a model this compressed isn't independently confirmed here. Speed and memory footprint are measured; output quality is the author's own read.
Watch whether other WebGPU inference projects pick up 1-bit-native models next, since the bottleneck this result removes isn't the browser runtime, it's model availability at this bit width.
Each link below shares sources, entities, or timing with this story.
Every browser agent you've ever used works the same way. Screenshot the page, parse the pixels, figure out what to click, click it, screenshot again. It's slow, it's brittle, and it breaks every time a site changes its layout. That entire paradigm dies on June 2. Google's Chro...
Zero server costs. Zero network latency. Zero privacy concerns. Full LLM inference, running in a browser tab. Chrome 138+ now ships the Prompt API, a built-in JavaScript interface for running Gemini Nano entirely on-device. After a one-time 1.7GB model download, you get client...
The models are good. The license is the real story. Google released Gemma 4 on April 2 with four variants: E2B, E4B, 26B MoE, and 31B Dense. All built on the Gemini 3 architecture. The 31B Dense variant claimed #3 on Arena AI's text leaderboard, beating models 20x its size. Th...
Google disclosed that the last two Chrome versions, both shipped in June, patched 1,072 bugs versus 1,036 across the prior 23 releases spanning two years. An internally built Gemini-powered harness searches the codebase for vulnerabilities while suppressing false positives; on...
Google DeepMind released Gemma 4 on April 2 with four model sizes (E2B, E4B, 26B MoE, 31B Dense) under Apache 2.0. Multimodal (text, vision, audio). 256K context. Native thinking and tool-calling optimized for agentic workflows. Day-zero ecosystem support across vLLM, llama.cp...
Google pushed Flash to general availability and rolled out Gemini in Chrome (Windows/Mac for AI Pro/Ultra in the US), Gemini Omni globally to subscribers 18+, and a US Daily Brief (Google Gemini). The Flash GA is the builder-relevant piece: frontier-ish quality at speed and pr...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.