It's not just proof of concept.P.S. I just noticed someone mention PrismML above. I too haven’t dug into the details, but suffice to say that it still looks more like proof of concept at the moment. They tackle fine-tuning the algorithm to work with highly quantized models that require less memory first, then figure out how to balance/optimize for precision/performance. The “easy” part is shrinking the model, the more difficult part is what is the limit before accuracy suffers to an unacceptable point. It also appears that their approach requires a lot more processing power to achieve similar results to existing quantized models, meaning at present their solution may overtax existing iPhone hardware and drain the battery at an unacceptable pace.
You can download Bonsai Binary and Bonsai Ternary on your iPhone TODAY (eg via Locally AI) and experiment with them. Those two Bonsai models are based on Qwen3-8B, and they are pretty good (for 8B class models, of course!)
Neither do they require more power. Their white papers in fact give the required energy per token, and it's not at all bad (as common sense would suggest, given that moving data requires so much more energy than computation).
There's no obvious reason the same techniques would not work on either Qwen 2.6 27B (could shrink to about 4GB of total weights) or on eg a larger MoE model, fed into the device via Flash-MoE.
Or for that matter on Apple's existing AFM MoE model, quantized down to 1b from the 3 to 4b that Apple probably uses. (The paper describing the 3rd Gen AFM does not say what quantization they use, only that they use QAT, but based on the earlier 2nd gen model 3 or 4bits seems a reasonable guess?)