270M Small Model Runs Agents on Mobile

ivan_digital · reddit · 2026-07-19

The author maintains the open-source project speech-android, implementing a voice agent running entirely on an Android device: VAD → streaming STT → tool-calling LLM → device actions → TTS response. The entire pipeline uses only 1.2 GB RAM and can start responding about 0.9 seconds after speech ends on a Galaxy S23 Ultra.

They believe the keys to making small models work reliably as agents are twofold:

They also emphasized that the routing has no keyword/regex fallbacks; tool selection is entirely decided by the model. A single tool call takes an average of 294 ms.

Original post →

More from coding & agent

coding & agent channel →