
Tech • AI • Robotics
Google is advancing on-device AI with faster, smaller models and a unified edge stack that enables powerful applications without internet connectivity.
New iterations of Gemma models, including Gemma 4B, now outperform significantly larger predecessors like Gemma 3 27B on several benchmarks. This marks a sharp improvement in efficiency, showing that compact models can deliver high-quality results while running locally on consumer devices.
Modern on-device AI systems can operate entirely without internet access, enabling use cases in low-connectivity environments such as flights or remote areas. This also reduces reliance on cloud APIs, lowering operational costs and addressing privacy concerns by keeping sensitive data on-device.
Advances across CPUs, GPUs, and NPUs are fueling the shift. Dedicated NPUs can exceed 200 tokens per second, while optimizations like ARM SMN2 and improved runtimes deliver up to 6× faster responses. The primary bottleneck is now memory bandwidth rather than compute power.
Google’s AI stack is already widely deployed, with over 250,000 Android apps running across 3.8 billion devices and generating more than 1 trillion daily inferences. This signals that on-device AI is transitioning from experimental to mainstream infrastructure.
The LiteRT-LM runtime provides a streamlined text-in/text-out interface optimized for edge devices. It supports multiple platforms including Android, iOS, Windows, Linux, and macOS, and integrates hardware acceleration automatically, simplifying deployment of local language models.
On-device AI enables dynamic features such as conversational non-player characters in mobile games without latency or server costs. Companies like Kakao have integrated local models into messaging apps, reducing memory usage by over 600 MB while maintaining smooth performance through GPU and CPU optimization.
For developers seeking quick integration, MediaPipe provides ready-to-use tools for vision, audio, and text tasks such as pose detection and gesture recognition. These APIs allow rapid deployment of features like motion-triggered photography without building models from scratch.
Developers can also bring their own models from frameworks like PyTorch or JAX, convert them into optimized formats, and run them efficiently on-device. Companies including Adobe, Snap, and Uber report performance gains of around 30%, while enabling real-time capabilities such as AR and image processing.
On-device AI is expanding into niche applications such as environmental monitoring. Custom low-power models can run continuously on IoT devices, identifying patterns like bird calls in remote forests while preserving battery life through NPU optimization.
Rapid improvements in compact models and edge hardware are making on-device AI practical at scale, positioning it as a cost-efficient, private, and low-latency alternative to cloud-based intelligence.
Explain this