model releasePrismml

PrismML's Bonsai 2 Compresses 27B-Parameter Model to 5.9GB, Retains 98% of Benchmark Performance

TL;DR

PrismML released Bonsai 2 27B, a compressed version of Alibaba's Qwen3.8 27B model that shrinks memory footprint by 9x to 10x down to 5.9GB. The startup claims 98% aggregate benchmark parity with the original, up from 95% in its first release, using a ternary weight compression technique.

3 min read
0

PrismML released Bonsai 2 27B on Thursday, a compressed version of Alibaba's Qwen3.8 27B model that shrinks the model's memory footprint to 5.9 GB — a 9x to 10x reduction from the original. According to PrismML, the compressed model retains 98% of Qwen3.8 27B's aggregate benchmark scores, up from 95% in the company's first Bonsai release in March.

The company, founded by a group of Caltech researchers and led by CEO Babak Hassibi, is betting that reasoning LLMs don't need to be large to be capable. PrismML's goal is to produce models small enough to run locally on PCs and high-end smartphones rather than in the cloud.

How the compression works

PrismML's technique reduces model weights — the learned parameters stored during training — from the standard 16 bits down to what the company calls "ternary" values: +1, −1, or 0. Storing three possible values instead of a 16-bit range dramatically cuts the storage and memory required to run a model, without retraining it from scratch on the original data.

Hassibi says the company's compression is distinguished from competitors, including Spain's Multiverse Computing, by near-zero performance loss relative to source models. He argues the 2-percentage-point benchmark gap in Bonsai 2 is unlikely to meaningfully affect real-world task performance, noting that uncompressed LLMs already fall short of perfect benchmark accuracy and that surrounding software infrastructure — the "harness" a model runs inside — has a significant effect on outcomes independent of the base model.

Traction and funding

PrismML has raised a $22.25 million seed round, backed by Khosla Ventures, Cerberus Capital, and Caltech. The original Bonsai model, released in March, has been downloaded more than 11 million times, according to the company; PrismML says its smaller model variants have logged an additional 2.6 million downloads.

Ion Stoica, co-founder of Databricks and director of UC Berkeley's Sky Computing Lab, serves as an advisor to PrismML. Stoica said the compression approach could let advanced models run for free on devices users already own, without sending data to the cloud — improving both cost and privacy.

PrismML is reportedly in talks with Apple, though Hassibi declined to comment on that to TechCrunch.

What's next

Hassibi says PrismML's next models, expected within a couple of months, will scale into the "several-hundred-billion-parameter range." He claims larger models are easier to compress without losing intelligence, since they have more redundant capacity to trim. Whether PrismML's technique can ever reach 100% benchmark parity with source models remains unresolved; Hassibi says compression will likely always carry some cost.

What this means

Bonsai 2 is a data point in a broader push to move capable AI off cloud servers and onto local hardware — a trend also driving smaller models from Google, Meta, and Microsoft. PrismML's specific bet is that ternary weight quantization can preserve near-full model capability at a fraction of the memory cost, which would matter most for smartphone makers and PC vendors trying to run frontier-adjacent reasoning models without cloud inference costs. The claimed 98% benchmark retention is unverified by third parties, and benchmark parity doesn't guarantee equivalent real-world reliability. If PrismML can carry this technique to hundred-billion-parameter models as promised, it would suggest compression scales better with size — a claim worth watching closely as the company's next release approaches.

Related Articles

model release

Unbiased Launches Pareto, a $2.50/$7.50-per-Million-Token Multimodal Model for Coding and Agents

Unbiased has released Pareto, a multimodal composite model aimed at research, coding, and agentic workflows. The model offers a 262K context window and is priced at $2.50 per million input tokens and $7.50 per million output tokens via OpenRouter.

model release

OpenAI's GPT-6 Astra Beats Pokémon in 18 Hours, Scores 62.7% on ARC-AGI-3

GPT-6 Astra completed Pokémon FireRed in 18 hours 12 minutes, five times faster than its predecessor, and scored 62.7% on ARC-AGI-3 versus 7.78% for GPT-5.6 Sol. The model also ran a 141-hour Minecraft session and finished Fallout 3 in roughly 59 hours, according to independent testers.

model release

Ex-OpenAI Researcher Launches Jev, an AI Model That Scores Options Instead of Generating Text

Startup TypeSafe AI has released Jev, a model built to score predefined answer options rather than generate text, claiming response times of 70 to 500 milliseconds. Co-founder Diogo Almeida, a former OpenAI researcher and InstructGPT co-author, says the model targets background classification tasks like sorting customer requests.

model release

Anonymous Provider Launches Union Alpha, a Free 262K-Context Multimodal Model on OpenRouter

A third-party provider using the alias 'Stealth' has released Union Alpha on OpenRouter, a multimodal model with a 262K context window, currently free to use during its preview period. The model's developer remains anonymous, and OpenRouter states it is not the model's owner or operator.

Comments

Loading...