PrismML Shrinks Qwen3.8 27B to 5.9 GB for Local AI

The open-weight model aims to bring larger reasoning and multimodal workloads to local hardware, but PrismML’s own results show the compression tradeoff varies by task.

By 2 min read
PrismML Shrinks Qwen3.8 27B to 5.9 GB for Local AI
PrismML Shrinks Qwen3.8 27B to 5.9 GB for Local AI

Listen to this story

The audio brief

About 1:31
0:001:31
Read transcript
PrismML has compressed Qwen3.8 27B into a 5.9-gigabyte package designed to run locally, rather than requiring a cloud service. The release, called Ternary Bonsai 2 27B, handles text and images, supports a 262K-token context window, and uses an Apache 2.0 license. It runs through CUDA on NVIDIA hardware, through MLX on Apple devices, and even has a browser-based WebGPU demo. The technical trick is not a smaller base model. PrismML stores the model’s weights using only three values—negative one, zero, and positive one—then applies FP16 scaling to groups of weights. That brings the effective density down to 1.76 bits per weight. The company reports 83.9 overall benchmark points, compared with 85.4 for the full-precision Qwen model, or 98.2 percent retention. But that average hides the tradeoff. Coding was down 0.59 points, agentic and tool-calling tasks were down 2.17, and vision fell 3.05 points—the largest listed gap. PrismML reports peak generation of 143 tokens per second on an RTX 5090 and 46.8 on an M5 Max, though those figures will not describe every application. The practical question is whether the vision and tool-use losses are acceptable for private document analysis, computer-use agents, and offline workflows where local hardware matters more than perfect parity.

Story brief

3 key points

PrismML’s second 27B compression release targets practical local AI: the model runs from a 5.9 GB package, supports text, images, and 262K-token contexts, and is licensed Apache 2.0. The company reports 83.9 benchmark points versus 85.4 for full-precision Qwen3.8 27B, but performance is uneven—vision trails by 3.05 points and agentic tool use by 2.17. The key question for developers is whether those losses are...

  1. 01

    Ternary Bonsai 2 27B uses {-1, 0, +1} weights with FP16 group scaling, reaching 1.76 bits per weight.

  2. 02

    PrismML reports up to 143 tokens per second on an RTX 5090 and 46.8 on an M5 Max.

  3. 03

    The release supports CUDA, Apple MLX, and a browser WebGPU demo for local experimentation.

A model built from Qwen3.8 27B can now fit into a 5.9 GB weight package. PrismML has released Ternary Bonsai 2 27B, a compressed version that the company says retains 98.2% of the full-precision model’s aggregate benchmark performance in a footprint more than nine times smaller.

The release is designed for local deployment rather than a cloud-only workflow. Bonsai 2 accepts text and images, supports a 262K-token context window, and is available under the Apache 2.0 license. PrismML says it runs on NVIDIA GPUs through CUDA and on Apple devices through MLX, with a browser-based WebGPU demo.

The size reduction comes from how weights are stored

Bonsai 2 is not a smaller base model. PrismML represents Qwen3.8 27B’s weights with three values: negative one, zero, and positive one. Group-level FP16 scaling helps the compressed representation approximate a wider numerical range, producing an effective density of 1.76 bits per weight.

The average score conceals uneven losses

The headline retention number is a company-reported average across reasoning, math, coding, instruction following, vision, and agentic tool use. PrismML’s table puts coding at 81.58, compared with 82.17 for the full-precision model. Agentic and tool calling scored 77.57 versus 79.74, while vision had the largest listed drop: 78.59 versus 81.64.

Where those differences could matter

  • Coding: PrismML’s reported score was 0.59 points below the full-precision model.
  • Tool use: the reported gap was 2.17 points for agentic and tool-calling tasks.
  • Vision: the reported gap was 3.05 points, the largest listed category difference.

A sharper second attempt at local workloads

PrismML says its first Bonsai 27B retained about 95% of its base model’s aggregate benchmark performance; Bonsai 2 raises that stated result above 98%. The company positions the new release for coding agents, computer-use systems, private document and image analysis, and hybrid arrangements that send selected work to remote models.

PrismML reports peak generation speeds of up to 143 tokens per second on an Nvidia GeForce RTX 5090 and 46.8 tokens per second on an M5 Max. Those hardware-specific figures do not answer how the model will perform in every local application. The practical test is whether its smaller task-level gaps remain acceptable when a workflow depends on interpreting images or taking repeated actions.

Sources

  1. prismml.comPrismML — Introducing Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint

Loading discussion...