The editorial argues that the 8B-A1B naming convention exists precisely because the two numbers describe fundamentally different machines: total params govern memory footprint while active params govern inference compute and latency. This shift means active-parameter count is now the predictive number for whether a model runs on your hardware.
Two years ago dense was the consensus for sub-10B models because routing overhead and load-balancing weren't worth it at small scale. The editorial claims that calculus has flipped, with Liquid's release being evidence that MoE is now the default even for on-device workloads.
Liquid's blog post highlights the 38 trillion token training run as a headline differentiator, more than double what Llama 3 and DeepSeek-V3 saw. By pushing a ~38,000:1 token-to-active-parameter ratio, they're betting that aggressive over-training on a small active footprint produces frontier-quality on-device performance.
The submitter framed the post around the training budget specifically, calling out '38T' in the title rather than the MoE architecture or parameter counts. This framing drove the 169-point thread and signals that the community sees the token budget as the noteworthy claim.
Commenters noted that Liquid originally pitched itself on Liquid Neural Networks as a fundamentally different architecture, yet LFM2-8B-A1B is a fairly conventional transformer mixture-of-experts. The pivot is read as a quiet admission that the unconventional architecture didn't scale competitively.
Liquid AI dropped LFM2-8B-A1B, a mixture-of-experts language model with 8.3B total parameters but only ~1.5B active per token. The naming convention — `8B-A1B` — is becoming the industry shorthand: total parameters, then 'A' for active. It's the same scheme DeepSeek and Qwen have been pushing, and it matters because the two numbers describe wildly different machines. The 8B figure governs memory footprint; the 1B figure governs inference compute and latency.
The headline number is the training budget: 38 trillion tokens. For context, Llama 3 was trained on 15T, DeepSeek-V3 on roughly 14.8T, and most open-weight models in this size class top out around 10-15T. Liquid is throwing frontier-lab-scale data at a model small enough to run on a phone. The blog post frames LFM2-8B-A1B as the second entry in their LFM2 series, optimized for 'on-device' workloads — meaning laptops, phones, and embedded systems where you can't afford a 70B dense model's memory bandwidth, let alone its FLOPs.
The HN thread (169 points, climbing) zeroed in on two things: the unusual training-token-to-active-parameter ratio (~38,000:1, which is extreme even by Chinchilla-busting standards), and the fact that Liquid — a company that originally pitched itself on Liquid Neural Networks, a fundamentally different architecture — is now shipping fairly conventional transformer MoEs. The pivot is quiet but real.
The interesting story isn't 'another MoE dropped.' It's that the architectural debate for small models is effectively over, and sparse won. Two years ago, the consensus for sub-10B models was dense: simpler kernels, better tooling, predictable memory. MoE was a frontier-lab toy because the routing overhead and load-balancing pain weren't worth it at small scale. That calculus has flipped.
Active-parameter count, not total-parameter count, is now the number that predicts whether a model runs on your hardware. An 8B-A1B model loads like an 8B model (you need the weights in memory) but runs like a 1B model (only one expert's worth of matmuls per token). On a MacBook with 16GB of unified memory, that's the difference between 'usable' and 'thermal-throttled slideshow.' For mobile, it's the difference between 'shippable feature' and 'demo only.'
The 38T-token figure is where things get philosophically interesting. Chinchilla scaling laws would suggest a model this small is being massively overtrained — you're spending compute on tokens whose marginal contribution to loss is microscopic. But for inference-bound use cases, overtraining is exactly the right move: you pay the training cost once, and every user gets a model that punches above its parameter weight forever. Liquid is essentially burning training FLOPs to buy inference quality, which is the correct trade when you're shipping to billions of edge devices.
Compare this to the dense camp: Mistral 7B, Llama 3.1 8B, Qwen 2.5 7B. All trained on 10-18T tokens, all running every parameter on every token. On a per-token-of-inference basis, LFM2-8B-A1B is doing roughly 1/8th the work for what Liquid claims is comparable or better quality. If the benchmarks survive third-party reproduction (the usual caveat), the price-performance curve for on-device inference just shifted meaningfully.
The community reaction was split between two camps. The first: practitioners who've been waiting for genuinely small, genuinely capable MoEs that don't require Mixtral-8x7B's 47GB memory footprint. The second: skeptics pointing out that Liquid's earlier LFM1 launches had benchmark numbers that didn't always translate to real-world performance, and that 38T tokens is the kind of claim that requires receipts.
If you're building anything with an on-device LLM component — Copilot-style coding assistants, local RAG, agentic workflows that can't tolerate API latency — the calculus for picking a base model just changed. The right question is no longer 'how many parameters can I fit in RAM?' It's 'how few parameters do I need to *activate* per token to hit my latency budget?' That's a sparse-MoE question, and the answer points away from Llama 3.1 8B and toward LFM2-A1B, Qwen3-30B-A3B, and DeepSeek's smaller MoE variants.
For production systems, the integration story is still messy. llama.cpp has decent MoE support now, but routing-aware quantization is immature, and tools like Ollama and LM Studio default to behaviors optimized for dense models. Expect to spend a weekend on kernel tuning before you see the theoretical speedups. The Apple Silicon story is particularly underdeveloped — MLX's MoE primitives lag CUDA's, and Liquid's blog doesn't promise day-one MLX support.
The other implication is for fine-tuning. Sparse MoE fine-tunes are still a research problem more than an engineering problem. LoRA on MoE is doable but the literature is thin, and full fine-tuning requires balancing the router gradients, which most off-the-shelf trainers don't handle gracefully. If your stack depends on fine-tuning your base model, dense is still the safer bet for another six months.
The 8B-A1B / 30B-A3B pattern is going to be everywhere by mid-2026. The frontier labs have already adopted it for their flagships (GPT-5, Gemini 2.5, Claude 4.x are all believed to be sparse), and now the open-weight ecosystem is following. Expect the next 12 months to be defined by aggressive overtraining of small MoEs — the formula is now well-understood, and the compute is increasingly available. Liquid AI just made a credible bid to be the company defining that segment. Whether they hold it depends less on this release than on whether the LFM3 follow-up ships before Qwen and DeepSeek squeeze them on quality.
I just tested this on a bug fixing benchmark I'm working on.It did not perform as well as I expected. Qwen2.5-Coder-3B (2 years old) outperformed it by a wide range -> fixing ~50% of bugs whereas this model only fixed ~12%.Granted, it's not a coder specific model, but given its benchmar
Question: I have a dirty car and the car wash is just 50 meters away. Should I walk or drive to the carwash?Answer: . . . . So, unless you have a compelling reason not to, walk to the car wash.
At some point we have to be running into some inherent mathematical limits of knowledge compression, right? No way the knowledge benchmarks on these 8B models will keep getting better without overfitting on these benchmarks
Anybody use their localcowork [1] before? That is where the demo lives. Or not?[1] https://github.com/Liquid4All/cookbook/tree/main/examples/lo...
Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.
Beware the license. They misleadingly state on the blog post "Open-weight — Download, fine-tune, and deploy without restrictions". But if you read their license <https://huggingface.co/LiquidAI/LFM2.5-8B-A1B/blob/main/LICE...> it has significant res