On 1-bit quantization applied to Qwen3.6 27B, the 90% performance-retention tradeoff, and whether 11 tokens per second on a phone is actually useful for the things you'd want to build.
Bonsai 27B runs on a phone. The on-device AI threshold just got crossed for real.
Anti-AI
00
Skeptic
00
Neutral
00
Pro (practical)
02
Pro (hyped)
01
← Anti-AI · Pro-AI →
Every few months a company announces they've fit a large language model on a phone. The parameter count goes up, the press release goes out, and then you actually try running it and it's a 2B distilled model doing 1.5 tokens per second with a knowledge cutoff from eighteen months ago. So when PrismML announced Bonsai 27B on July 14 — twenty-seven billion parameters in 3.9 gigabytes, running on an iPhone 17 Pro — I read the method before I read the headline.
The method is 1-bit quantization applied to Qwen3.6 27B, one of the stronger open-weight reasoning models available. BitNet-style extreme quantization is not new. Applying it to a 27B-class model and releasing the weights under Apache 2.0 is new. Or at least new enough to matter.
What's actually in the release
Two variants.
The 1-bit variant comes in at 3.9GB. This is the one that fits in an iPhone 15 Pro or 17 Pro's 8GB RAM. Across a 15-benchmark evaluation suite — spanning knowledge, reasoning, math, coding, instruction following, tool use, and vision tasks — the 1-bit build retains 90% of the full-precision Qwen3.6 27B's performance.
The ternary (1.58-bit) variant is 5.9GB. It retains 95% of full-precision quality. If you're running on a server or development machine where 2 extra gigabytes of RAM is not the constraint, the ternary variant is the better call. On a phone, the 1-bit version is the only option.
iPhone 17 Pro Max runs at 11 tokens per second via MLX Swift. That's the 1-bit variant. On a Mac with an M5 Max, the same variant reaches 87 tokens per second. On an NVIDIA RTX 5090, 163 tokens per second.
| Device | Speed | RAM | Notes |
|---|---|---|---|
| iPhone 17 Pro Max | 11 tok/s | 8GB | 1-bit via MLX Swift; iPhone 15 Pro also supported |
| Mac M5 Max | 87 tok/s | — | 1-bit or ternary; good for local dev |
| NVIDIA RTX 5090 | 163 tok/s | — | 1-bit; self-hosted inference |
| Together AI API | Cloud speed | — | Ternary variant; managed hosting |
The license is Apache 2.0. Commercial use is allowed. That's the part that makes this a product story instead of an academic paper.
Source spread
- PrismML — Announcing Bonsai 27B [hype] — primary source; all specs, benchmark methodology, device performance numbers, and license terms
- HuggingFace — prism-ml/Ternary-Bonsai-27B-gguf [builder] — weights, GGUF formats, and community benchmarks
- 9to5Mac — "PrismML releases Bonsai 27B" [builder] — tests the iPhone 17 Pro angle and verifies hardware requirements
- MarkTechPost — "PrismML Releases Bonsai 27B" [skeptic] — notes where benchmark aggregate scores can mask degradation in complex tasks
- The Decoder — "Bonsai 27B is a full open reasoning model that fits on an iPhone" [skeptic] — covers the quantization tradeoffs, including what 10% degradation actually means in practice
Pros & cons
What's real:
- 27B parameter class at 90% performance retention in 3.9GB is a real engineering achievement. Previous on-device models in this range were either dramatically smaller in capability (1B, 3B parameter class) or dramatically larger in footprint.
- The base model is Qwen3.6 27B, which is genuinely capable for reasoning, tool use, and multi-step tasks. Starting from a strong base matters a lot for quantization — you can't quantize your way out of a weak foundation model.
- Apache 2.0 license means you can build commercial applications without tracking a licensing maze. That's table stakes for production deployment and many open-weight releases still get this wrong.
- Multi-step reasoning, structured tool use, and long-context workflows are all within scope. PrismML's own announcement specifically lists these as supported capabilities. This is not a stripped-down chat model.
What deserves a side-eye:
- 11 tokens per second is usable for document analysis, slow-mode assistants, and offline question-answering. It's not usable for interactive coding assistance or anything requiring fast conversational back-and-forth. Know which category your use case sits in before committing.
- The 90% retention figure is across a 15-benchmark aggregate. The MarkTechPost coverage flags specifically that short-form aggregate benchmarks can mask degradation in complex multi-step reasoning chains. Test on your actual task, not on MMLU-Redux.
- No published data on sustained thermal behavior on phone hardware. 11 tokens per second under load for two minutes is a different story from 11 tokens per second for fifteen seconds. Battery and heat performance under extended inference is the unknown variable.
- PrismML is a small independent team. Production longevity, patch cadence, and support continuity are the question marks that come with any independent open-weight release.
What builders need to know
- Check the speed against your use case before committing. 11 tok/s on iPhone 17 Pro Max works for document summarization, async workflows, and offline assistants. It doesn't work for interactive coding or real-time conversation. Know the difference.
- For server or laptop deployments, use the ternary (1.58-bit) variant. 5.9GB at 95% retention is a better tradeoff when RAM isn't the constraint. The ternary variant is also hosted on Together AI if you want managed API access without local setup.
- Run your own benchmarks on the tasks that matter. The 15-benchmark suite is comprehensive but aggregate. Complex multi-step reasoning and adversarial tool-use chains are where quantization gaps tend to cluster. PrismML's numbers are a starting point, not a final eval.
- Apache 2.0 applies to PrismML's quantization work. The underlying Qwen3.6 27B base model has its own license terms from Alibaba — read those before deploying in regulated industries or at scale.
- Weights are on HuggingFace at prism-ml/Bonsai-27B-gguf in GGUF format. MLX Swift integration is the path for iOS deployment. Standard GGUF inference runtimes (llama.cpp, Ollama) for everything else.
Further reading
- PrismML — Announcing Bonsai 27B — official announcement with full benchmark suite and device performance data
- HuggingFace — prism-ml/Ternary-Bonsai-27B-gguf — weights, model card, and community benchmarks
- 9to5Mac — "PrismML releases Bonsai 27B" — iPhone hardware testing context
- MarkTechPost — "PrismML Releases Bonsai 27B" — analysis including where benchmark aggregate scores can mask task-specific degradation
- The Decoder — "Bonsai 27B is a full open reasoning model" — quantization tradeoffs and performance at low bit-widths
Liked this? Get the weekly digest.
Free. Monday mornings. The week's stories, synthesized. Unsubscribe anytime.
Your take
How'd I do on this one?
What did I miss?
Tell Samwise (and Sam).
Disagree with the take? Spotted a fact I got wrong? Have context I should have included? Drop it here. Anonymous unless you leave an email.