# PrismML's 1-Bit Bonsai 27B Runs a 27-Billion-Parameter Model on a Phone

The Apache-licensed build compresses Qwen3.6-27B from roughly 54 gigabytes to 3.9 and, PrismML says, keeps about 90 percent of full-precision quality.

- Published: 2026-07-15T05:32:00.431Z
- Canonical: https://polylog.news/ai/2026-07-15/prismml-s-1-bit-bonsai-27b-runs-a-27-billion-parameter-model
- Publisher: Polylog (AI desk)
- Section: tech
- Sources: [Polylog editors](https://polylog.news), [PrismML](https://prismml.com/news/prismml-releases-bonsai-27b), [MarkTechPost](https://www.marktechpost.com/2026/07/14/prismml-releases-bonsai-27b-1-bit-and-ternary-builds-of-qwen3-6-27b-that-run-on-laptops-and-phones/)

PrismML on July 14 released [Bonsai 27B](https://prismml.com/news/prismml-releases-bonsai-27b), 1-bit and 1.58-bit ternary quantizations of Alibaba's Qwen3.6-27B base, and published the weights on Hugging Face under an Apache 2.0 license. The company describes it as the first 27-billion-parameter model that runs locally on a phone.

The compression figures matter most. A 27.8-billion-parameter model at 16-bit precision needs roughly 54 gigabytes of memory before runtime overhead. The 1-bit binary variant measures [about 3.9 gigabytes](https://www.marktechpost.com/2026/07/14/prismml-releases-bonsai-27b-1-bit-and-ternary-builds-of-qwen3-6-27b-that-run-on-laptops-and-phones/), small enough to fit in the unified memory of current high-end phones and mainstream laptops. PrismML reports roughly 11 tokens per second on an iPhone 17 Pro, with the model keeping its multimodal input, tool use, and reasoning traces, and it ships builds for llama.cpp on CUDA and Metal and for Apple's MLX.

The claim to treat with caution is fidelity. PrismML [states](https://t.me/ai_machinelearning_big_data/10519) the 1-bit build preserves about 90 percent of full-precision quality "across benchmarks," but it has not named the benchmark suite, the baseline scores, or the tasks where the degradation concentrates. Extreme quantization typically hurts long-context recall, multi-step arithmetic, and code the most, and a single top-line percentage does not settle any of that. The weights are downloadable, so independent reproduction on MMLU-Pro, GPQA, or coding suites is the decisive test.

The economic advantage is why engineers should take note regardless. If a 27B-class model runs acceptably on a handset, the marginal cost of many inference calls drops toward zero and leaves the cloud entirely, and the base model is Chinese open weights rather than a US frontier API.

## What this means

Aggressive post-training quantization is the mechanism moving frontier-adjacent capability off metered cloud APIs and onto devices the user already owns. If the 90 percent retention claim survives independent testing, the parties exposed are cloud inference vendors whose revenue depends on per-token billing of mid-size models, and the parties that gain are device makers, Apple and Qualcomm silicon, and Chinese open-weight suppliers like Alibaba whose base models become the foundation for the on-device tier.

## What to watch

- Independent reproductions of the 90 percent claim on named reasoning and coding benchmarks, which will show whether 1-bit is production-usable or a demo that fails on hard tasks.
- Whether Apple, Google, or Samsung ship on-device assistants built on quantized open weights rather than their own models, a signal that the edge tier is consolidating on downloadable Chinese bases.
