A 2.6-billion-parameter language model just beat a model nearly four times its size at specific tool-using tasks. It can run on a phone, a laptop, or even a Raspberry Pi, with no cloud connection and zero marginal cost per token. This isn't just a new model release according to VentureBeat. It's a direct challenge to the fundamental economics of enterprise AI, shifting the competitive battleground from raw scale to radical deployment efficiency.

Tiny AI Model Outperforms Giants on a Raspberry Pi
XOOMAR Intelligence
Analyst Take
Liquid AI's new LFM2.5-2.6B is built for one purpose: running AI agents directly on the hardware where work already happens. The pitch is seductively simple. For tasks like calendar automation, document management, and tool calling, why pay for cloud inference or manage GPU clusters when you can run a performant model locally for the cost of electricity? This idea threatens to carve out a massive segment of the AI market—high-volume, well-defined agentic work—and move it entirely off the cloud.
The Death of Cloud Reliance: A Tiny Model That Rewrites AI Economics
The dominant narrative in AI has been a relentless march toward larger models. Liquid AI’s latest release makes a contrarian bet. It posits that for a critical class of enterprise applications, the winning model won't be the smartest one in a data center. It'll be the most capable one already running on an employee's laptop, an autonomous vehicle's computer, or a factory sensor's edge processor.
The core value proposition of LFM2.5-2.6B is its deployment range. It is engineered to run "very, very well" on CPUs, with company-reported throughputs like 220 tokens per second on an Apple M5 Max and 30 tokens per second on a smartphone. Crucially, it uses less than 2.5 GB of memory. This footprint isn't a nice-to-have. It's a hard constraint that determines what can be deployed at all. As Maxime Labonne, Liquid AI's head of post-training, told VentureBeat, "You can deploy it in target devices where you are not able to deploy the other ones at all."
For businesses, the calculus changes from "which cloud API" to "cloud versus edge." The edge option offers zero marginal token cost, inherent privacy for sensitive data, and no latency from network calls. This makes it tailor-made for regulated industries, connectivity-limited environments like robotics, or any company wanting to keep its data on-premise. As we reported in our coverage of MacPaw Declares War on Cloud AI with Private Local Stack, this on-device philosophy is already attracting enterprise partners who see memory and privacy as primary concerns.
Trained Like a Specialist: How LFM2.5 Was Built for Tools, Not Talk
Liquid AI didn't just shrink a general-purpose model. It built LFM2.5-2.6B from the ground up around a specific thesis: "Models are not consumed in chatbots anymore. They're really consumed through agentic harnesses," Labonne said.
The training pipeline was a four-stage sprint toward tool-using competence:
- Supervised Fine-Tuning on a broad mix, heavily weighted toward agentic tasks.
- Teacher Specialization, creating separate expert models for domains like instruction following, math, code, and tool use.
- Multi-Domain On-Policy Distillation, merging those expert capabilities back into a single student model.
- Agentic Reinforcement Learning, where the model was trained directly inside production harnesses like Hermes Agent and OpenClaw on realistic tasks.
This final stage is the key differentiator. Instead of training on static text, the model learned by performing multi-step productivity tasks within the actual software environments it's meant to operate in. This agent-centric focus produced what Labonne called a "happy accident." Gains spilled over into areas like math and coding, making the model more capable across the board.
This stands in stark contrast to the design goals of its closest competitors.
| Model Focus | Liquid AI LFM2.5-2.6B | Google Gemma 4 Small | Alibaba Qwen3.5 Small |
|---|---|---|---|
| Primary Design Goal | On-device tool use & agentic tasks | Multimodal generalist (text, image, audio) | Frontier-style reasoning & coding |
| Architecture | Text-only, dense | Per-Layer Embeddings (sparse activation) | Natively multimodal |
| Training Target | Performance inside real agent harnesses | Broad capability across modalities | Scaled reinforcement learning for reasoning |
By the Numbers: Raspberry Pi Speed and GPU-Throughput Surprises
The performance metrics tell a story of extreme flexibility. At the low end, Liquid AI touts demos running "pretty fast" on a Raspberry Pi. At the high end, the company reports the model can reach nearly 15,000 output tokens per second on a single Nvidia H100 GPU under sustained concurrent load, which translates to roughly 1.3 billion tokens per day on one card.
XOOMAR Interpretation: These high-end figures are vendor benchmarks and, as the source notes, are unverified. Their strategic purpose is clear, though. They signal to enterprises that the model isn't just for the edge. It can also scale efficiently in private cloud or data center deployments, offering an on-premise alternative to cloud APIs for high-volume work.
The more telling numbers are the mid-range ones, which reflect real-world hardware constraints for developers and businesses:
- ~220 tokens/sec on Apple M5 Max
- ~113 tokens/sec on AMD Ryzen AI Max+ 395
- ~30 tokens/sec on a smartphone CPU
This spectrum—from Raspberry Pi to server GPU—is the entire product strategy. The architecture was "explicitly designed around real-world CPU performance rather than GPU benchmarks." This is a critical distinction. It means the model is optimized for where it will actually be deployed, not for winning a spec sheet battle against data-center behemoths.
Harness as Co-Conspirator: Why the Software Matters as Much as the Model
Liquid AI’s ambition extends beyond the model weights. The company also built its own agent harness, a piece of software demonstrated running on a phone. Labonne claimed, "I don't know if there's any other harness running on a phone." The reasons were twofold: necessity, and a vision for a more proactive AI.
"We want proactive agents. We want agents that run in the background, check what you're doing, check your calendar, and based on this context, do tasks. That doesn't exist today, really."
This co-design of model and harness is a powerful concept. The harness can compensate for the model's weaknesses, providing structure and assistance to make the overall system more reliable. The end user sees a "task achiever," not a brittle language model. This integrated approach is what enables the core enterprise promise: swap the harness, not the model.
An enterprise could deploy a single, efficient LFM2.5-2.6B instance and repurpose it across departments simply by changing the tool set and prompts in the harness. A calendar assistant and a meeting summarizer could be the same underlying model. This offers a new kind of operational flexibility and cost savings, moving away from training or procuring a new specialist model for every single function.
Licensing Friction vs. Footprint Advantage: The Open Weight Tightrope
The model's technical advantages come with a contractual asterisk. LFM2.5-2.6B is released under the LFM Open License v1.0. It's open-weight and permits commercial use, but only for organizations with less than $10 million in annual revenue. Larger companies must contact Liquid AI for a commercial agreement.
This creates a clear trade-off. Enterprises must choose between:
- Permissive Licensing: Models like Gemma 4 (Apache 2.0) and DeepSeek-V4-Flash (MIT) with no commercial restrictions.
- Performance/Small Footprint: LFM2.5-2.6B's leading tool-use scores in a sub-2.5GB package.
Labonne was candid about enforcement, telling VentureBeat, "I think this is a question for our legal team, but personally, I don't know. And even if you're above $10 million, the only thing that we ask you is to contact us."
XOOMAR Analysis: This license reflects a commercial middle ground seen elsewhere, like with Moonshot's Kimi K3. It's an attempt to monetize the model's "moat" while fostering a developer community. For enterprises, it introduces legal friction that must be weighed against the technical advantages. In a market where permissive licenses are becoming a selling point, as with Google's shift to Apache 2.0 for Gemma, this restrictive license is a calculated risk.
The Enterprise Calculus: Privacy, Cost, and the MacPaw Partnership
The theoretical enterprise case for edge AI found immediate, concrete validation. Liquid AI announced a long-term partnership with MacPaw, the software company behind CleanMyMac, to build an on-device AI stack for the Mac. MacPaw's Eney assistant will run locally on Apple silicon using models fine-tuned by Liquid AI.
Labonne pointed to the deal as proof of the size argument: "One of the reasons why they chose us is also because the model is quite small, and they don't have all the memory budget to run the other models."
This partnership is a blueprint for the model's enterprise adoption. It targets users who value privacy and performance, operating within the memory constraints of consumer hardware. It moves AI from a cloud service into an integrated component of the operating system itself. This trend toward local execution is accelerating, fueled by hardware advances from Apple, Intel, and AMD—though as we've seen in AMD Ditches PC Gaming as AI Datacenter Revenue Doubles, the economic priorities of chipmakers can shift rapidly.
For sectors like healthcare, finance, or defense, where data sovereignty is non-negotiable, a model like LFM2.5-2.6B doesn't just save money. It makes previously impossible AI applications feasible.
Beyond the Chatbot: The Frictionless, Ubiquitous Agent Future
Liquid AI’s release is a signal flare. The next wave of AI competition won't be fought solely over who has the largest, smartest model in the cloud. A significant front will be defined by deployment economics.
The future it points toward is one of small, capable agent models embedded everywhere: in operating systems, vehicles, IoT devices, and continuously running background workflows. The friction of cost and latency is removed. The main barrier becomes operational reliability—can this system perform its task correctly, every time, without supervision?
If these small, specialized agent models prove reliable, they could stall the proliferation of narrowly fine-tuned models for single tasks. Why maintain ten specialists when one harness-swappable base model can fulfill many roles? The competition will shift to who can build not the smartest model, but the most capable, reliable, and ubiquitously deployable model for the trillion mundane, tool-using tasks that define real business operations.
What to watch: The MacPaw integration will be a critical real-world test. Watch for benchmarks from independent research groups verifying the model's tool-use performance and speed claims. Finally, monitor whether Liquid AI's revenue-gated license stifles adoption among larger enterprises, or if the footprint and performance advantages are compelling enough to make that commercial call a routine step in the procurement process.
Why This Changes Everything
- Shifts AI economics by enabling high-volume agentic work locally at near-zero marginal cost, bypassing expensive cloud compute.
- Makes powerful AI accessible on low-power devices like phones and Raspberry Pis, expanding deployment to edge and mobile scenarios.
- Challenges the industry's scale obsession by proving smaller, efficient models can outperform larger ones for specific practical tasks.
LFM2.5-2.6B Performance Metrics
Sources
Written by
XOOMAR Insights Team
Research and Editorial Desk
The XOOMAR Insights Team pairs automated research with human editorial judgment. We track hundreds of sources across technology, fintech, trading, SaaS, and cybersecurity, cross-check the facts, and explain what happened, why it matters, and what to watch next. We do not just rewrite headlines. Every article is fact-checked and scored for reliability before it goes live, and we link back to the original sources so you can verify anything yourself.
Explore More Topics
Related Articles
TechnologyMeta's Muse AI Makes 10,000-Line Refactors
Meta has launched Muse Code, an AI agent designed to autonomously handle complex, system-wide engineering tasks across large repositories by using agentic plann
TechnologyMacPaw Declares War on Cloud AI with Private Local Stack
MacPaw is partnering with Liquid AI to build a full, private AI stack that runs locally on Macs, starting with its Eney assistant, to challenge cloud-only model
TechnologyEtsy's AI Bet Converts Sub-1% Traffic Into Higher Spend
Etsy's AI strategy is already delivering, using small-channel traffic from AI agents to fuel a rise in active buyers and gain priceless insights into high-inten
TechnologyMeta's New AI Builds Six Game Features at Once
Meta launches Muse Code, a terminal agent that autonomously manages complex software engineering tasks, marking a direct push to monetize its AI tech in the com
TechnologyMeta AI Invades Threads DMs as Private Chatbot Goes Global
Meta is rolling out Meta AI in Threads DMs globally, moving its chatbot from public posts into private inbox conversations.
SaaS & ToolsAI Agents Form, Fund, And File Your Company In Minutes
Startup Naïvete raised $28.5M to automate the legal and technical grunt work of starting and running a business, using AI agents that turn a prompt into a fully
Global TrendsCourt Declares Walking a Human Right After Boy's Death
India's Supreme Court declared safe walking a fundamental right, directly challenging cities to fix deadly footpaths after a tragedy exposed the risks for 45 mi
SaaS & ToolsAI Overhaul Uncorks The RealReal's Buried 22% Growth
The RealReal's 22% GMV growth proves its AI-driven operational overhaul is working, shifting the business from being crippled by manual processes to being power
FintechWhite House Posts $230 Billion Fraud Tally on Public Ledger
The White House launched fraud.gov, a public dashboard tracking over $230 billion in fraud discovered and recovered since 2025, providing a real-time look at th
TechnologyOpenAI Bets $400 on the World's First AI Companion
OpenAI's first consumer hardware is a premium smart speaker priced between $300 and $400, designed with Jony Ive and built as an 'always-on ChatGPT companion' t
Don't miss the signal
Get our weekly roundup of the stories that matter across tech, fintech, and trading. No noise, just signal.
Free forever. No spam. Unsubscribe anytime.