Google has introduced FunctionGemma, a specialized 270M parameter model designed to bring efficient, action-oriented AI experiences directly to mobile devices through on-device function calling. By leveraging Google AI Edge and LiteRT-LM, the model enables complex tasks—such as managing calendars, controlling device hardware, or executing specific game logic in the “Tiny Garden” demo—to be performed entirely offline with high speed and low latency. Available for testing in the Google AI Edge Gallery app on both Android and iOS, FunctionGemma allows developers to move beyond simple text generation toward building responsive, “agentic” applications that interact seamlessly with the physical and digital world without relying on cloud processing.
Related Posts
How to Write Tests in Rust
Testing is an essential part of software development, especially when coding professionally and improving your code’s quality. In…
Síncrono, assíncrono e Async/Await: conectando os pontos
Esses dois conceitos são fundamentais para entender como o JavaScript funciona, e mais ainda, como o Node.js lida…
10 Open Source MLOps Projects You Didn’t Know About
Don’t repeat yourself is a fundamental principle in computer science. As such, software engineers often use readily available…