explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Why another benchmark?
  • What's in the dataset
  • The five metrics Pipette actually tracks
  • Pipette vs cloud leaderboards — when each lies
  • What people are asking about on-device benchmarks
  • What this means for builders shipping agents
  • How builders should use Pipette
  • Honest limitations (August 2026)
  • Reading Pipette rows like a deployment spec
  • Related on explainx.ai
← Back to blog

explainx / blog

Pipette: Liquid AI’s Open On-Device Benchmark Suite

Liquid AI and Artificial Analysis launched Pipette — open benchmarks for models on phones, laptops, and edge hardware with 1,000+ lab-verified configurations.

Aug 24, 2026·9 min read·Yash Thakker
Liquid AIOn-Device AIBenchmarksMobile AIEdge AI
go deep
Pipette: Liquid AI’s Open On-Device Benchmark Suite

Cloud leaderboard scores lie politely about your phone.

On August 24, 2026, Liquid AI and Artificial Analysis released Pipette — an open-source platform for benchmarking foundation models on edge devices, with a public dataset of 1,000+ lab-verified configurations and native iOS/Android benchmark clients.

Premise: on-device behavior is a property of the deployed system, not the model in isolation.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR

table · 2 cols
QuestionAnswer
What it measuresModel × quantization × runtime × device × context → five performance metrics
Initial coverage30+ models; llama.cpp on macOS, iOS, Windows, Android; 256–8,192 ctx
Reference devicesMacBook Pro M5 Max, iPhone 17 Pro, Galaxy S26 Ultra
Open toolsDashboard, shareable chart URLs, OSS clients, mobile apps
CommunitySubmit-your-results workflow in beta
PartnerArtificial Analysis — same shop behind cloud leaderboards

Why another benchmark?

Mobile and laptop agents fail for boring systems reasons:

  • A quant that runs on M5 Max throttles on a phone after three minutes
  • llama.cpp build flags change token/sec more than a "better" model name
  • Context length collapses throughput — but cloud cards rarely show your ctx

Pipette turns that into empirical, reproducible comparisons — the edge analogue of Artificial Analysis cloud evals, launched alongside their AA mobile intelligence work.

What's in the dataset

Per Liquid AI's launch post:

  • Five on-device performance metrics per configuration
  • 1,000+ published rows (growing)
  • Shareable dashboard URLs — filter model, quant, runtime, device; link the exact chart in a PR or spec
  • AMD Ryzen AI Max+ / Radeon 8060S results listed as coming soon

This feeds directly into LFM2.5-2.6B positioning — Liquid cites ~220 tok/s on M5 Max and ~30 tok/s on phone for that checkpoint, with tool-use scores competitive with much larger models.

The five metrics Pipette actually tracks

Liquid AI's launch post names five on-device performance metrics per configuration row. The dashboard exposes them as filterable columns — not a single "score" like MMLU. Treat them as a systems profile:

table · 3 cols
Metric categoryWhat it tells youWhy it matters for agents
Throughput (tok/s)Decode speed at a fixed context lengthSets how fast tool results stream back into the loop
Time-to-first-token (TTFT)Prefill latency before generation startsLong scratchpads + RAG chunks hit this first
Memory footprintRAM/VRAM pressure for model + KV cachePhones kill background apps when you exceed budget
Quality proxyTask-specific eval at that quant tierQ4 may be 2× faster but fail structured JSON
Stability under loadSustained vs burst performanceThermal throttling shows up here, not in 30-second lab runs

The critical detail: every row is model × quantization × runtime × device × context. Change any one variable and you get a different row. That is why a Hugging Face card showing "7B, Q4" is not a deployment spec — it omits runtime build, NPU path, and the context length your agent actually uses.

For readers coming from cloud leaderboards: Artificial Analysis cloud evals optimize for comparable API endpoints. Pipette optimizes for comparable hardware stacks. Same parent org, different measurement contract.

Pipette vs cloud leaderboards — when each lies

Neither dataset is "wrong." They answer different questions.

Cloud leaderboards lie politely about your phone when you copy a model name from a datacenter chart and expect identical behavior on-device. Quantization, runtime, and thermal envelope dominate edge deployment in ways that never appear on a vLLM leaderboard row.

Pipette lies politely about your datacenter when you use it to pick a cloud serving model. It does not measure batch prefill economics, multi-tenant scheduling, or $/million tokens at hyperscale.

table · 3 cols
QuestionTrust cloud (AA, etc.)Trust Pipette
Which 30B model is smartest at 128K?YesNo — wrong hardware class
Will Q4_K_M run on iPhone 17 at 4K ctx?NoYes — filter and verify
Which llama.cpp build is fastest on M5 Max?NoYes — runtime is a column
What is my agent loop cost at 10M tokens/day?YesPartial — local only

If you are building a personal local AI system, Pipette is the decision layer. If you are routing cloud APIs for production agents, pair Pipette picks for on-device fallbacks with cloud benchmarks for server-side tiers.

What people are asking about on-device benchmarks

These questions show up in GitHub issues, Discord threads, and Hacker News comments whenever a new edge benchmark drops:

"Is 30 tok/s on phone enough for an agent?" Depends on loop depth. A single-turn assistant feels fine at 20–40 tok/s. A five-step tool loop at 200 tokens per step adds perceptible wait — which is why Liquid markets LFM-class models for millisecond-class CPU/GPU/NPU paths, not 27B cloud checkpoints squeezed onto silicon.

"Should I trust lab numbers or run my own?" Lab numbers are upper bounds under controlled thermals. Liquid publishes reproducibility protocols; the native iOS/Android clients exist so you can validate on your ship target. Community submission (beta) is the path for hardware Pipette has not lab-tested yet.

"How does Pipette compare to MLX benchmarks?" MLX is one runtime column in Pipette's matrix. Apple's MLX community posts ad-hoc numbers; Pipette standardizes across llama.cpp, ONNX, and vendor paths so you can compare builds, not blog posts. For MLX-specific workflow, see Qwen3 on Mac via MLX/ORCA.

"Does quantization always win on edge?" Not always. PrismML Bonsai pushed 1-bit ternary toward phone-class deployment, but quality cliffs vary by task. Pipette makes the speed/quality trade visible per configuration rather than assuming Q4 is the default answer.

What this means for builders shipping agents

On-device agents are a product decision, not a model download. Pipette gives you the empirical layer to make that decision defensible in a spec or PR review.

Before you commit to a model checkpoint:

  1. Open the Pipette dashboard and filter to your exact device class — not "Apple Silicon generically" but the SKU you ship (or the oldest device you support).
  2. Set context length to your agent scratchpad budget — if your harness keeps 4K tokens of tool history, do not compare 256-token rows.
  3. Compare two quant tiers for your top candidate — the delta in tok/s and quality proxy often matters more than swapping model brands.
  4. Run the native client on hardware with a realistic thermal load — screen on, other apps backgrounded, 10+ minute session if your use case is continuous.
  5. Document the winning row URL in your repo — Pipette's shareable chart links are designed for exactly this.

Architecture implication: fast local decode does not fix bad loop engineering. It makes tight loops tolerable. Pair Pipette numbers with harness design: minimize round-trips, cache tool schemas, stream partial results. A 3× tok/s gain from quant selection is wasted if your agent calls the same tool six times per user message.

For robotics and edge brains: Liquid's "deploy agents everywhere" positioning targets CPU/GPU/NPU across phones, laptops, and embedded controllers. Pipette is how they prove LFM checkpoints hit latency budgets before you embed weights in firmware. Validate before you bake — reflash costs more than a dashboard filter.

CI and regression: If you ship GGUF or ONNX builds across OS releases, Pipette rows become regression anchors. When iOS 20 or a new llama.cpp release drops, re-benchmark the same configuration and diff against your stored chart URL.

How builders should use Pipette

  1. Pick your ship target first — phone vs laptop vs robot brain; do not benchmark on Mac if you deploy Android.
  2. Filter to your context budget — agent scratchpads eat ctx; 256-token leaderboard rows are not your app.
  3. Compare quant tiers — Pipette makes Q4 vs Q8 tradeoffs visible before you bake weights into an app.
  4. Run the native client on your thermal envelope — lab numbers are an upper bound.
  5. Pair with harness design — fast local decode does not fix bad agent loops; it makes tight loops tolerable.
table · 2 cols
Use casePipette helps when…
Offline assistantYou need tok/s + memory at 4k–8k ctx on iPhone
Laptop agentYou choose between MLX, GGUF, and ONNX builds
Robotics edgeYou validate LFM-class models before embedding
CI smoke testsYou regression-test quant builds across OS releases

Honest limitations (August 2026)

Pipette is launch-day useful, not complete:

  • Community submission is beta — coverage gaps for niche hardware remain; file issues if your device class is missing.
  • AMD Ryzen AI Max+ / Radeon 8060S results are listed as coming soon — Windows-on-AMD builders wait.
  • Quality proxies are task-specific — Pipette does not replace your own eval set for JSON schema adherence or tool-call accuracy.
  • Lab thermals ≠ user pocket — phone benchmarks in controlled conditions overestimate sustained performance in summer ambient heat.

None of that diminishes the core premise: on-device behavior is a systems property. Pipette is the first open dataset that treats it that way at scale.

Reading Pipette rows like a deployment spec

When you share a Pipette chart URL in a design doc, include these fields explicitly:

  • Model checkpoint — exact Hugging Face revision, not family name
  • Quant format — Q4_K_M vs Q8_0 changes memory and quality cliffs
  • Runtime build — llama.cpp commit or MLX version; flags matter
  • Device SKU — iPhone 17 Pro ≠ iPhone 16; M5 Max ≠ M4 Pro
  • Context length — the row's ctx must match your agent's working set

Liquid AI's models page already embeds Pipette-linked charts for LFM checkpoints — use those as templates for how to cite empirical edge data alongside cloud eval scores. For LFM2.5 230M and 2.6B agentic variant coverage on explainx.ai, Pipette is the verification layer behind the marketing claims.

Related on explainx.ai

  • LFM2.5-2.6B on-device agentic model
  • Liquid LFM2.5 230M edge agent model
  • Build your personal local AI system
  • MacBook vs dedicated GPU for local LLMs
  • Unsloth Desktop — train and run models locally
  • Qwen3-8 27B on Mac via MLX/ORCA
  • PrismML Bonsai — phone 1-bit ternary
  • What is model quantization?

Sources

  • Liquid AI — Introducing Pipette — August 24, 2026
  • Artificial Analysis — mobile benchmarking announcement
  • Liquid AI models page — Pipette-linked charts

Device list reflects Liquid AI's August 2026 launch; community submission workflow is beta. Follow @explainx_ai for on-device agent coverage.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jun 26, 2026

LFM2.5-230M: Liquid AI's 230M Model Built to Run Agents on Phones and Robots

Liquid AI's smallest model yet runs at 213 tok/s on a phone CPU and 42 tok/s on a Raspberry Pi 5. Pre-trained on 19T tokens with 32K context, it beats models twice its size on instruction following and tool use — and already controls a Unitree G1 humanoid on a Jetson Orin.

Aug 17, 2026

Matic Cues: How a Home Robot Runs Voice, Vision, and Mapping On-Device

Matic Robots launched Cues, a voice-and-gesture control layer for its $115M-funded home robot, built entirely on an Nvidia Jetson Orin Nano. It's a real case study in edge AI system design — wake-word detection, 3D spill localization, and house-scale navigation, all running locally with no data leaving the device.

Aug 5, 2026

LFM2.5-2.6B: Liquid AI's Biggest On-Device Agent Model Yet

LFM2.5-2.6B is Liquid AI's flagship on-device agent model — 2.6B parameters, 34 trillion training tokens, and benchmark scores that beat Gemma-4-E4B and match Qwen3.5-9B on tool use, while running under 2.5GB of memory on a phone. explainx.ai covers the numbers and where it fits next to Liquid's smaller LFM2.5-230M.