PrismML's breakthrough centers on native 1-bit (ternary) weight representation, applied across the entire neural network — not just selected layers:
Full-network ternary weights. Every weight in the model is constrained to exactly three values {-1, 0, +1}, encoding roughly 1.58 bits per parameter . This is fundamentally different from standard 16-bit (FP16) or even 8-bit quantization, which still use ranges of floating-point or integer values.
Trained natively in 1-bit from scratch. Unlike typical compression that starts with a full-precision model and quantizes it afterward (often with accuracy loss), PrismML trains its models natively in 1-bit precision from the ground up . The company says this "ternary logic is built through the network architecture itself," not retrofitted
.
Dramatic density gains. PrismML's 1-bit Bonsai 8B model compresses 8.2 billion parameters into just 1.15 GB of memory — roughly 14x smaller than a conventional 16-bit model — while claiming competitive accuracy with full-precision alternatives on standard benchmarks . The company's 27B Qwen 3.6 compression similarly fits Alibaba's dense model entirely on iPhone memory
.
Energy efficiency. The 1-bit representation delivers ~5x better energy efficiency compared to full-precision models, and the 8B model runs at over 40 tokens per second on an iPhone 17 Pro — faster than typical real-time usage needs .
Caveat: PrismML's claims have not yet been independently verified at scale by the broader AI research community. The company emerged from stealth on March 31, 2026, backed by $16.25M from Khosla Ventures and Cerberus Ventures, and its models are released open-source under Apache 2.0, which should allow external validation over time .