
Liquid AI has released DSpark draft model checkpoints for three models in its LFM2.5 family: LFM2.5-1.2B-Instruct, LFM2.5-2.6B, and LFM2.5-8B-A1B. Each drafter adds a speculative decoding path to an existing target model. A roughly 300M-parameter draft proposes a block of nine candidate tokens, and the target model verifies the whole block in a single forward pass. The trade is a small memory increase for a large decoding speedup: up to 3.18x on an H100 and up to 2.87x on an M4 Max MacBook Pro.
Will Liquid AI's LFM2.5-DSpark models appear on Hugging Face by August 28?
Resolves by Aug 28, 2026
Draft models have been released that speed up text generation from larger language models by having a smaller model propose candidate tokens that a larger model then verifies in a single step. The speedup comes from using speculative decoding, where a roughly 300-million-parameter drafter proposes blocks of nine candidate tokens and the target model checks them together rather than generating one token at a time. On high-end GPUs, this approach delivers up to 3.18 times faster decoding while producing identical outputs to running the larger model alone, and the technique provides the largest practical benefit for applications like AI agents that call multiple tools and must wait through reasoning steps repeatedly.
Better embeddings help AI systems understand meaning more accurately, improving search, recommendation, and classification tasks across applications.

IBM has rolled out the newest models in its family of open-weight large language models designed to be downloaded and self-hosted. The newly launched Granite 4.2 comes in 3B, 8B, and 30B parameter variants. Like previous versions, IBM is taking a decoder-only approach here. These new releases offer a 128,000-token context window natively. The 8B and 30B variants (not the 3B one) also go through an agentic reinforcement learning block; they were trained for expanded capabilities like using the t

IBM has released Granite 4.2, a family of open reasoning language models in 3B, 8B, and 30B parameter sizes. Unlike earlier Granite releases, which were instruction-following assistants, Granite 4.2 is built around explicit reasoning. Every model can emit a chain of thought before answering, and every model exposes a thinking / non-thinking switch plus a low-effort mode that spends a short reasoning budget on easy questions. The models are decoder-only dense transformers, pre-trained from scrat
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven