Bonsai 2 Makes a 27B Model Smaller. The Runtime Still Matters.

Bonsai 2 compresses a Qwen3.8-derived model into a 5.95 GB download. What the custom runtime and separate vision files mean for local use.

PrismML released Ternary Bonsai 2 27B on September 17, offering a smaller-footprint derivative of Qwen3.8-27B under Apache 2.0. For someone with a modest local machine, the useful question is whether that smaller download leaves enough memory for the actual job. Release announcement · Checkpoint license

The release makes a local evaluation more interesting. It does not establish that every workload which runs on a larger Qwen deployment will run well on an inexpensive laptop.

Count the files you will load

The repository offers multiple representations of the same model. The PTQ1_0 language-model file is 5.95 GB; PQ2_0 is 7.21 GB. Vision adds a separate projector: 629 MB for Q8 or 931 MB for BF16. Those are download sizes, before runtime buffers and the context cache. Published files

For example, combining PTQ1_0 with the Q8 projector gives roughly 6.58 GB of files. That arithmetic is not a measured memory requirement. An 8 GB machine also has an operating system and other processes to accommodate, and the space left for a conversation depends on the runtime and configuration.

Our local LLM machine guide uses the same budgeting approach: choose the artifact, count its companions, then allow for the workload. A model’s parameter count alone is a poor purchasing specification.

The runtime is part of the choice

PrismML’s model card calls for its own llama.cpp build with custom ternary kernels. It describes CUDA, Metal and CPU paths, and links companion Apple-silicon implementations. Generic integration snippets on a model-hosting page should not override the publisher’s actual setup instructions. Model card and runtime instructions

That dependency belongs in an evaluation plan. Record the runtime version alongside the model file and prompt settings. Check whether the application you intend to use can connect to that server, and whether upgrades preserve the behavior you tested. A smaller model file is useful only if the surrounding software can run the workflow reliably.

Read the quality claim narrowly

PrismML reports retaining 98.2% of its full-precision baseline’s performance across its launch benchmark aggregate. This is a publisher comparison, not a guarantee that every task loses the same small amount of quality. Launch evaluation

We would start with representative document questions, tool calls and coding tasks that already have verifiable answers. Compare completion quality, latency, peak memory and failures at the context lengths you actually need. Include the original model in the same setup where practical. S5 Labs has not run that comparison; Bonsai 2 belongs on the evaluation list, with a clear record of what would justify adopting it.

Continue reading.

Insight3 min read

Claude Opus 5.5 Cuts Costs and Changes Conversation Handling

Anthropic's Opus 5.5 release lowers token prices. Its preserved-thinking rules also make conversation history a migration concern for custom agents.

Insight3 min read

GPT-6 Sol and Luna Bring Lower Prices to Agent Work

OpenAI releases GPT-6 Sol and Luna with lower prices and a shared million-token context window. Compare costs, caching and migration constraints.

Insight3 min read

Grok 4.7: Check the Whole Agent Bill Before Switching

Grok 4.7 brings a 500K context window and configurable reasoning. What its API pricing, Fast availability and response behavior mean for migration.