Member-only story
Rethinking Edge AI: Let Small Models Start Talking Before Big Models Think
What if your smartwatch could feel as responsive as ChatGPT without actually running ChatGPT?
This paper proposes a surprisingly simple trick: don’t make tiny models smarter — make them faster, and let bigger models clean up after them.
What the paper is about
The paper “Micro Language Models Enable Instant Responses” tackles a very practical problem: latency.
Large language models are getting more and more powerful, but can be slow especially when responses come from the cloud. On devices like smartwatches or AR glasses, even a 1–2 second delay breaks the illusion of a real-time assistant.
The authors propose a solution that seems counterintuitive:
Instead of trying to run a full model locally, they introduce micro language models (µLMs), tiny models (8M–30M parameters) that generate just the first few words of a response instantly. Then, a cloud LLM then finishes the answer.
So the user sees something like:
“Start by minimizing distractions…” (instantly)
…followed by the rest of the answer (streamed from the cloud)
The key idea: perceived latency matters more than actual latency.

