Polylog
The Polylog AI Intelligence Brief

Morning Edition · Wednesday, July 15, 2026Published at 1:45 AM EDT · New York

PrismML's 1-Bit Bonsai 27B Compresses a 27-Billion-Parameter Model to 3.9 Gigabytes

The company reports the 1-bit build keeps 89.5 percent of full-precision quality and the ternary build 94.6 percent, using quantization-aware training rather than post-training compression.

PrismML's 1-Bit Bonsai 27B Compresses a 27-Billion-Parameter Model to 3.9 Gigabytes

PrismML has released Bonsai 27B, a set of extreme low-bit builds of a Qwen3.6-class 27-billion-parameter model that the company says reduces a model of that size to a size small enough to fit on a phone. According to MarkTechPost, the ternary variant retains 94.6 percent of the 16-bit floating-point (FP16) baseline at 5.9 gigabytes, and the 1-bit variant retains 89.5 percent at 3.9 gigabytes, down from roughly 54 gigabytes at full precision.

The technical claim that matters is the training method. Rather than compressing a finished model with post-training quantization, which typically degrades quality sharply below 4 bits, PrismML says it trained Bonsai as a native low-bit architecture using quantization-aware training. On the reported numbers, the baseline scores 95.3 on a math suite against 93.4 for ternary and 91.7 for 1-bit, and 88.7 on coding against 86.0 and 81.9. The coding gap is where 1-bit compression most reduces accuracy.

These are vendor figures, not independent reproductions. The relevant check is that the weights are open. PrismML has published the models under Apache 2.0 on Hugging Face with llama.cpp and MLX builds, so any lab can rerun the benchmarks and measure the coding regression directly. The superlative claim, that this is the first 27B-class model to run on a phone, is the company's own and has not been independently confirmed.

Veracity: Plausible
74/100
If true, who benefits

PrismML and on-device silicon vendors like Apple and Qualcomm gain if capable models are shown to run locally, which pressures metered cloud-inference pricing at the low end.

The nuance

The release, open Apache 2.0 weights, and memory numbers are confirmed, but the retention percentages and the "first 27B-class model on a phone" superlative are PrismML's own figures and remain unreproduced.

An open-source-intelligence read of how likely this story is true with its real nuance, not a judgment of any outlet. It assesses the claim, weighing independent and adversarial reporting. How we label confidence.

What this means

If quantization-aware training genuinely holds about 90 percent of quality at 1 bit, the binding constraint on local inference shifts from model size to memory bandwidth and neural processing unit (NPU) throughput on the device. That weakens the assumption that frontier-adjacent capability requires a cloud GPU call, which pressures per-token API pricing at the low end and raises the value of client silicon vendors (Apple, Qualcomm, Samsung) relative to hosted inference. The channel is cost. A model that fits in 3.9 gigabytes runs at the price of the handset itself rather than a metered cloud token.

What to watch

  • Independent benchmark reruns of the open weights, especially on coding and long-context tasks where 1-bit compression showed the largest drop, which will decide whether the retention claim survives outside PrismML's own suite.
  • Whether major on-device runtimes adopt native low-bit training as a default path, which would signal that quantization-aware training has replaced post-training quantization as the standard for edge models.

Observations to monitor, not financial advice.

3 sources

Synthesized from: Polylog editors · MarkTechPost · AlphaSignal

Part of a tracked trend

AI Inference Shifts to Consumer Devices

Over the next 3-6 months, smaller efficient architectures and inference-cost optimizations push capable AI off the cloud and onto laptops, phones, and mobile NPUs.