Breaking
$250M Series A led by AMD at ~$2.35B valuation LFM2.5 ships compact on-device agent models LEAP deploys a foundation model to a phone in ~10 lines of code Spun out of MIT CSAIL - inspired by a roundworm's brain Apollo runs 100% locally - no data leaves the device Reported edge deployment with Mercedes-Benz $250M Series A led by AMD at ~$2.35B valuation LFM2.5 ships compact on-device agent models LEAP deploys a foundation model to a phone in ~10 lines of code Spun out of MIT CSAIL - inspired by a roundworm's brain Apollo runs 100% locally - no data leaves the device Reported edge deployment with Mercedes-Benz
YesPress Company Dossier Cambridge, Massachusetts Founded 2023 Artificial Intelligence
Edge-native foundation models

Liquid AI puts the model inside the device.

An MIT CSAIL spinout building efficient, general-purpose AI that runs on phones, laptops, wearables and cars - fast, private, and off the cloud.

Liquid AI logo
THE WORDMARK. Liquid AI, Cambridge - the efficiency-first lab turning a decade of "liquid neural network" research into shippable, on-device foundation models.
$250M
Series A / led by AMD
~$2.35B
Valuation (Dec 2024)
~100
Employees
4
MIT CSAIL co-founders
The Dispatch

A different bet on where AI should live

While the industry races to build ever-larger models in ever-larger data centers, Liquid AI is going the other direction - down, onto the hardware people already own.

Liquid AI is a foundation-model company with an unusual thesis: the most useful artificial intelligence will not necessarily be the biggest, and it will not always live in the cloud. Spun out of MIT's Computer Science and Artificial Intelligence Laboratory in 2023, the company builds what it calls Liquid Foundation Models - a family of general-purpose models designed to run efficiently and privately on-device, from smartphones and laptops to wearables, drones and cars.

The name is not marketing. It traces to a line of academic work called "liquid neural networks," an architecture the founders helped pioneer that draws on the nervous system of the roundworm C. elegans - an organism with roughly 302 neurons. The "liquid" refers to the model's ability to adapt its behavior after training, not just during it. In practice, that research heritage points Liquid toward models that are smaller, faster and cheaper to run than conventional transformer stacks of comparable capability.

The company describes itself, plainly, as "an efficiency-first foundation model company." Its mission is to build capable, general-purpose AI at every scale - models that are compute-optimized, aligned and, notably, explainable. That last quality is a deliberate contrast with the black-box reputation of frontier systems: one of Liquid's stated values is to "be white-box explainable," favoring transparent mechanisms over opaque shortcuts.

"Device-native foundation models" - the company's own three-word summary of a strategy aimed squarely at the edge, not the data center.
The Problem

What breaks when AI only lives in the cloud

Latency, cost, and privacy are the three taxes of cloud-only inference. Liquid AI's pitch is to remove all three by moving the model to the metal.

Every prompt sent to a cloud model makes a round trip - out of the device, into a server, and back. That trip costs milliseconds you feel, dollars that compound at scale, and a copy of your data that leaves your control. For a chatbot on a laptop, that is tolerable. For a car making a driving decision, a factory sensor, or a pair of smart glasses, it often is not.

Liquid AI's answer is to make models small and efficient enough to run locally, so inference happens on the device with no network dependency. That flips the three taxes into features: near-zero latency, no per-token server bill, and data that never leaves the hardware - a genuinely private-by-design posture rather than a policy promise.

Where it differs from competitors is less about a single benchmark and more about design philosophy. Rather than shrinking a large transformer after the fact, Liquid built its architecture from first principles around efficiency, long context, and constrained hardware. And it pairs the models with deployment tooling - the hard, unglamorous part that decides whether on-device AI is a demo or a product.

It is not alone on the edge. Google's Gemini Nano, Microsoft's Phi, Meta's smaller Llama variants, Mistral's compact models and Qualcomm's on-device stack all compete for the same space. Liquid's wager is that a purpose-built architecture plus a frictionless deployment platform is a sharper combination than a scaled-down general model.

"LEAP lets developers deploy foundation models directly in Android and iOS apps in about 10 lines of code."
"Liquid Foundation Models are designed to run on phones, laptops, wearables and cars - on the edge, not the cloud."
Products & Services

The stack: models, a platform, and an app

Liquid ships open-weight models, a deployment platform for developers, and a consumer app that proves the point - AI that runs entirely on your phone.

Models

Liquid Foundation Models

A family of general-purpose generative models built on a first-principles architecture rather than a standard transformer, tuned for strong quality at low memory and compute cost.

Since 2024
Models

LFM2 / LFM2.5

Second-generation on-device models optimized for speed and memory, spanning base, instruct, vision-language and audio-language variants for real on-device agents.

2025 - 2026
Platform

LEAP

The Liquid Edge AI Platform and SDK deploys foundation models into iOS and Android apps in roughly 10 lines of code - no cloud infrastructure required.

2025
App

Liquid Apollo

A fully local, privacy-preserving AI chat app that runs LEAP's model library on-device. Works with no internet connection; nothing leaves the phone.

2025
Access

Playground & Hugging Face

Open-weight models and a hosted playground for testing and evaluating LFMs, seeding a developer ecosystem around the edge stack.

Since 2024
Multimodal

LFM2-VL

Efficient vision-language models built for the edge, extending Liquid's on-device reach from text to images and beyond.

2025
Business Model

Open models, commercial edge

Distribute open weights to win developers; monetize enterprise deployment, custom models and OEM licensing.

Liquid AI runs a two-sided playbook. Open-weight releases on Hugging Face and the LEAP platform build a developer community and put the models in front of the people who will embed them. Revenue comes from the commercial side: enterprise engagements, custom model work, and OEM licensing for companies that want efficient AI running on their own hardware - rather than a purely API-metered cloud business.

The customer list skews toward the physical and the regulated: automotive, consumer electronics, telecom, financial services and defense-adjacent sectors, alongside a broad base of mobile and edge developers. Reported engagements include Mercedes-Benz, Shopify, G42 and smart-glasses maker Brilliant Labs.

Total funding
~$290M+
Series A
$250M
Seed
$37.5M

FIG. 1 - DISCLOSED FUNDING TO DATE. VALUATION ~$2.35B POST SERIES A (DEC 2024). BAR WIDTHS ARE ILLUSTRATIVE.

The Founders

Four researchers, one architecture

The founding team carried the liquid neural network thesis out of MIT CSAIL and into a company.

RH

Ramin Hasani

Co-founder & CEO

Persian-Austrian AI researcher and principal author of the Liquid Time-Constant Networks paper that put liquid neural networks on the map.

ML

Mathias Lechner

Co-founder & CTO

Helped originate the idea at TU Vienna's Radu Grosu lab before scaling it at MIT CSAIL.

AA

Alexander Amini

Co-founder & Chief Scientific Officer

MIT researcher and co-author on the liquid networks line of work spanning robotics and autonomy.

DR

Daniela Rus

Co-founder & Director, MIT CSAIL

Robotics pioneer who leads one of the world's foremost AI labs and refined the liquid networks research at MIT.

Timeline

From a worm's brain to a $2B lab

A decade of research compressed into a fast-moving company.

Watch & Listen

Interviews and demos

Hear the thesis in the founders' own words.

FAQ

Common questions

What does Liquid AI do?
It builds Liquid Foundation Models - general-purpose AI designed to run efficiently and privately on devices like phones, laptops, wearables and cars - plus the LEAP platform and Apollo app to deploy and use them.
What are liquid neural networks?
A model architecture inspired by the nervous system of a roundworm (C. elegans) that is smaller than typical models and can adapt its behavior after training, enabling efficient, flexible inference.
Who founded Liquid AI and when?
Founded in 2023 as an MIT CSAIL spinout by Ramin Hasani (CEO), Mathias Lechner (CTO), Alexander Amini (Chief Scientific Officer), and Daniela Rus.
How much funding has Liquid AI raised?
A $37.5M seed round in 2023 and a $250M Series A led by AMD in December 2024 at roughly a $2.35B valuation, bringing total funding to around $290M+.
How is Liquid AI different from OpenAI or Google?
Rather than maximizing model size in the cloud, Liquid focuses on efficiency and on-device deployment - small, fast, explainable models that run locally, improving privacy, latency and cost.
Connect

Links & sources

Official channels and further reading.

Share this dossier