Fetching from the wire…
Top 5 · 2026-04-01 · source-backed
Can a model that fits on a Raspberry Pi do reliable tool calling? Two independent labs just answered yes.
PrismML emerged from stealth March 31 with Bonsai, the first commercially viable 1-bit LLMs built on Caltech research. The 8B model fits in 1.15GB (vs 16GB for FP16), runs 8x faster, and scores 65.7 on MMLU-R at 1-bit precision. Ships in 8B, 4B (0.5GB), and 1.7B (0.24GB) variants under Apache 2.0. On the same day, Liquid AI released LFM2.5-350M, a 350M parameter model trained on 28T tokens with scaled RL. Partners report 95%+ tool-calling accuracy across multi-turn interactions. It processes 40.4K output tokens/second on a single H100 and fits under 500MB quantized.
Different architectures. Different companies. Same conclusion. Useful agentic behavior now runs on hardware that couldn't run any model six months ago.
I've been skeptical of "small models that can do everything" claims for a long time. Most of them fall apart when you need tool calling, multi-turn reasoning, or anything beyond single-shot text generation. But 95%+ tool-calling accuracy at 350M parameters, combined with a 1-bit 8B model that actually benchmarks against FP16 competitors, tells me something changed in the training methodology. Liquid AI's trick was scaled RL on 28T tokens, not just distillation. PrismML went after the precision problem with Caltech's 1-bit research. Both avoided the usual "just shrink a big model" trap.
What this means for builders: if you've been running cloud-dependent agent loops, you can now prototype edge-deployed agents that do real tool calling without an internet connection. Smart home, IoT, mobile assistants, local coding agents on consumer hardware. The constraint was never "can small models generate text" but "can they reliably call tools in a loop." This week's answer is yes, and the models are Apache 2.0.
Each link below shares sources, entities, or timing with this story.
PR #24448 adds Q2_0 to ggml for CPU (ARM NEON plus scalar fallback), completing the Q1_0/Q2_0/Q4_0/Q8_0 family, primarily to serve PrismML's Apache-2.0 Ternary Bonsai models. Format packs 2 bits per weight with one fp16 scale per 64 weights mapping {0,1,2,3} to {-1,0,+1,+2}·d....
Ternary lands at 5.9GB, 1-bit at 3.9GB, both Apache 2.0, with claimed preserved multimodal and agentic behavior. (Latent Space) A genuinely agent-capable model at consumer-hardware footprint under a permissive license is a real shift in what runs off-cloud, and it pairs with t...
On July 14, llama.cpp merged native support for Tencent's Hunyuan Hy3 architecture (PR #25395), a 295B-parameter, 21B-active MoE. Any recent master build can load it now. Community GGUF quants (Q2_K, IQ2_M, Q4_K_M) from AngelSlim and others already ship on Hugging Face, and so...
Within five days of each other, both Claude Code (v2.1.158, May 31) and Cursor (3.6, May 29) shipped remarkably similar architectures for autonomous agent execution. Both use a classifier subagent that reviews each pending action against conversation context and decides: allow...
Amid a week of pricing and commerce stories, here's hard tech you can actually download. Google released DiffusionGemma on June 10, a 26B-parameter Mixture-of-Experts model (3.8B active) that generates text by diffusion instead of left-to-right decoding. The architecture is th...
Cohere launched North Mini Code on June 9 under Apache 2.0, its first developer-focused model. The shape is the pitch: 30B parameters, mixture-of-experts, only ~3B active, and it runs on a single H100. It scores 33.4 on the Artificial Analysis Coding Index, competes on SWE-Ben...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.