Prism ML has launched Bonsai 2 27B, a second-generation multimodal model small enough to run on a desktop PC or a high-end phone without the usual accuracy penalty.
The trick is ternary compression, which reduces each model weight from 16 bits to three values: plus one, zero and minus one. Built on Alibaba’s Qwen3.8 27B, which occupies roughly 56GB uncompressed and needs at least 9.4GB in normal quantized form, Bonsai 2 lands at about 5.9GB while retaining around 98.2% of the original’s capabilities.
Ordinary quantization shrinks models by discarding precision, which tends to strip away knowledge and systematic ability along with the size. Prism ML’s claim is that ternary weights hold on to most of it.
Benchmarks land close to the parent model. On agentic and tool-calling work Bonsai 2 scored 77.6 against Qwen3.8’s 79.8, a gap of under three points. Coding tests across HumanEval+, LiveCodeBench v6, MBPP+ and BigCodeBench put it at 81.6 versus 82.2, and knowledge and reasoning measures including MMLU-Redux, GPQA Diamond and AA-LCR came in at 82.7 against 81.3.
It runs unquantized on an Nvidia GeForce GTX 5090 at 143 tokens per second, and at 46.8 tokens per second on Apple’s M5 Max chip. Prism ML says the model is roughly 40% more energy-efficient than full-precision 8B alternatives.
The practical appeal is privacy and cost: local inference keeps sensitive data off the network, and nobody pays per token. The wall is capability. Small models still lose to frontier systems on hard tasks, and narrowing that gap is what ternary compression is for.