# On-device AI

Published articles for On-device AI.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## CrowdStrike Accelerates Real-Time Data Classification with On-Device AI

DevFeed: [CrowdStrike Accelerates Real-Time Data Classification with On-Device AI](<https://devfeed.tech/articles/crowdstrike-accelerates-real-time-data-classification-with-on-device-ai-31503.md>)

Original publisher: [Read original article](<https://www.crowdstrike.com/en-us/blog/crowdstrike-accelerates-real-time-data-classification-with-on-device-ai/>)

Author: Lior Ribak

Published: 2026-09-17T01:38:53.400452Z

Content type: article

Language: en

Sources: [Blog](<https://devfeed.tech/sources/blog.md>)

Topics: [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [sensitive data](<https://devfeed.tech/topics/sensitive-data.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Endpoint security](<https://devfeed.tech/topics/endpoint-security.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [intel](<https://devfeed.tech/topics/intel.md>)

Tags: [data-security](<https://devfeed.tech/tags/data-security.md>), [endpoint-security](<https://devfeed.tech/tags/endpoint-security.md>), [intel](<https://devfeed.tech/tags/intel.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [npu](<https://devfeed.tech/tags/npu.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>)

### AI overview

CrowdStrike and Intel introduced a Falcon Data Security capability that uses language models running on-device on dedicated AI hardware to classify sensitive data. The article explains that local inference is intended to avoid cloud latency and keep sensitive customer data on the endpoint while meeting real-time protection requirements.

### Source excerpt

CrowdStrike worked closely with Intel to introduce a new capability in Falcon Data Security that classifies sensitive data using language models that run on-device using dedicated hardware for AI. Learn more!

## On-Device AI Series (Part 5): LiteRT-LM

DevFeed: [On-Device AI Series (Part 5): LiteRT-LM](<https://devfeed.tech/articles/on-device-ai-series-part-5-litert-lm-22949.md>)

Original publisher: [Read original article](<https://proandroiddev.com/on-device-ai-series-part-5-litert-lm-d6c23b102094?source=rss----c72404660798---4>)

Author: Oğuzhan Aslan

Published: 2026-09-14T05:59:12Z

Content type: tutorial

Language: en

Sources: [ProAndroidDev - Medium](<https://devfeed.tech/sources/proandroiddev-medium.md>)

Topics: [LiteRT](<https://devfeed.tech/topics/litert.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [litert](<https://devfeed.tech/tags/litert.md>), [llama](<https://devfeed.tech/tags/llama.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [programming](<https://devfeed.tech/tags/programming.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

This tutorial explains LiteRT-LM for running large language models on-device. It covers the Engine/Session API, streaming output, system prompts, tool calling, multimodal inputs, thinking mode, and CPU-versus-GPU benchmarking. The article also discusses tradeoffs involving privacy, network independence, latency, memory, sampling configuration, and model capability compared with cloud APIs.

### Source excerpt

Put your phone in airplane mode. Open the app, type a question, and watch the answer arrive one token at a time -- no spinner waiting on a network round-trip, no API key, no per-token bill, and nothing you typed ever leaving the device. LiteRT-LM removes the genuinely hard parts of running an LLM on-device -- KV-cache management, token streaming, backend selection -- but it doesn't remove your job so much as relocate it. What's left on your plate is a short, specific list: sizing a combined input+output token budget, owning your own sampling defaults, hand-building system prompts and tool calling out of raw text, and one native-library collision that presents as a SIGSEGV rather than a build error. Know those going in and the API itself is a clean three-step pattern. We'll get there in that order: Why you'd choose this runtime and what it costs you versus the cloud. The Engine/Session model you need to read the code at all. Real implementation samples -- streaming, system prompts and tool calling, multimodal inputs, thinking mode, and CPU-vs-GPU benchmarking. The anti-patterns to avoid. A developer-friendliness rating on the same rubric as Parts 1-4. Why Use LiteRT-LM? You reach for LiteRT-LM instead of hand-rolling generation on top of raw LiteRT when: You need multi-turn conversation, not single-shot inference -- session state and KV-cache bookkeeping are handled for you, and resetting a conversation is a session swap, not a model reload. You need streaming output -- token-by-token delivery for a responsive chat UI, instead of a blocking call that returns everything at once. You're choosing between CPU and GPU per device -- the explicit backend parameter turns that into a runtime decision instead of a build-time guess. You want a pre-converted model without doing your own PyTorch-to-LiteRT conversion work -- the Model Zoo covers Gemma, Qwen, Llama, and more out of the box. You're willing to own sampling -- the engine won't pick sane decoding defaults for you; that's on the

## Dell Pro 14 Premium Review: A 2.55-Pound Magnesium Flagship With Tandem OLED

DevFeed: [Dell Pro 14 Premium Review: A 2.55-Pound Magnesium Flagship With Tandem OLED](<https://devfeed.tech/articles/dell-pro-14-premium-review-a-2-55-pound-magnesium-flagship-with-tandem-oled-12382.md>)

Original publisher: [Read original article](<https://www.storagereview.com/review/dell-pro-14-premium-review>)

Author: Dylan Bryan

Published: 2026-09-02T00:35:43Z

Content type: article

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [dell](<https://devfeed.tech/topics/dell.md>), [Security](<https://devfeed.tech/topics/security.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [intel](<https://devfeed.tech/topics/intel.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>)

Tags: [consumer](<https://devfeed.tech/tags/consumer.md>), [dell](<https://devfeed.tech/tags/dell.md>), [display](<https://devfeed.tech/tags/display.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [intel](<https://devfeed.tech/tags/intel.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [review](<https://devfeed.tech/tags/review.md>), [security](<https://devfeed.tech/tags/security.md>), [storage](<https://devfeed.tech/tags/storage.md>), [workstation](<https://devfeed.tech/tags/workstation.md>)

### AI overview

This review examines the Dell Pro 14 Premium, a lightweight 14-inch commercial notebook designed for highly mobile professionals. It emphasizes portability, recycled magnesium construction, enterprise security and manageability, replaceable battery serviceability, Tandem OLED display quality, and on-device AI capabilities. Its integrated graphics and processor options are suited to office productivity and collaboration rather than GPU rendering or CAD workloads.

### Source excerpt

The Dell Pro 14 Premium is what Dell calls its ultimate commercial notebook: a 14-inch, 2.54-pound magnesium flagship aimed at highly mobile professionals rather than workstation users. It sits above the Dell Pro and Dell Pro Plus lines, and the pitch is craftsmanship and portability with enterprise security and manageability underneath, not raw compute. The The post Dell Pro 14 Premium Review: A 2.55-Pound Magnesium Flagship With Tandem OLED appeared first on StorageReview.com.

## Running golf swing analysis on an Android device with a fine-tuned Gemma 4 model

DevFeed: [Running golf swing analysis on an Android device with a fine-tuned Gemma 4 model](<https://devfeed.tech/articles/running-golf-swing-analysis-on-an-android-device-with-a-fine-tuned-gemma-4-model-25193.md>)

Original publisher: [Read original article](<https://johnoreilly.dev/posts/formai-gemma4-ondevice/>)

Published: 2026-08-29T23:00:00Z

Content type: tutorial

Language: en

Sources: [John O'Reilly](<https://devfeed.tech/sources/john-o-reilly.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>), [LiteRT](<https://devfeed.tech/topics/litert.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [litert](<https://devfeed.tech/tags/litert.md>), [model](<https://devfeed.tech/tags/model.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>)

### AI overview

This article explains how FormAI adds Android on-device golf-swing analysis using a small Gemma 4 model fine-tuned to imitate Gemini for a narrow coaching task. It covers generating training data with Gemini, fine-tuning with LoRA, converting the model for LiteRT-LM, and the current fallback to cloud analysis on other platforms.

### Source excerpt

FormAI is a Kotlin Multiplatform app that analyses a video of your golf swing, basketball shot or running form and gives you coaching feedback. Up to now that has always meant uploading the video to Gemini and getting the response back over the network. We've added an option to do the golf swing analysis entirely on an Android device instead, using a small Gemma 4 model that we fine-tuned to imitate Gemini for that one task. LiteRT-LM, the runtime we use for this, is itself cross platform (Android, iOS, desktop and web), but we've only wired up the Android side so far, so this path lives in androidMain and the other targets report it as unavailable and fall back to the cloud.

## Codename One Adds On-Device AI and Loopback MCP Support

DevFeed: [Codename One Adds On-Device AI and Loopback MCP Support](<https://devfeed.tech/articles/on-device-ai-and-mcp-on-every-port-19421.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/on-device-ai-mcp-loopback/>)

Author: Shai Almog

Published: 2026-08-02T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [LiteRT](<https://devfeed.tech/topics/litert.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [inference](<https://devfeed.tech/tags/inference.md>), [litert](<https://devfeed.tech/tags/litert.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>)

### AI overview

Codename One has added on-device vision, language, and LiteRT inference to its core, alongside a guarded loopback MCP transport for inspecting and operating applications. The article explains platform support, asynchronous OCR, model sessions, secure model downloads, and privacy limitations of local inference.

### Source excerpt

Codename One now exposes on-device vision, language, and LiteRT inference in the core, while a guarded loopback MCP transport lets an LLM inspect and drive real applications.

## Accelerating Gemini Nano models on Pixel with frozen Multi-Token Prediction

DevFeed: [Accelerating Gemini Nano models on Pixel with frozen Multi-Token Prediction](<https://devfeed.tech/articles/accelerating-gemini-nano-models-on-pixel-with-frozen-multi-token-prediction-6744.md>)

Original publisher: [Read original article](<https://research.google/blog/accelerating-gemini-nano-models-on-pixel-with-frozen-multi-token-prediction/>)

Published: 2026-06-26T18:30:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [gemma](<https://devfeed.tech/topics/gemma.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [energy](<https://devfeed.tech/tags/energy.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [mobile-systems](<https://devfeed.tech/tags/mobile-systems.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [phones](<https://devfeed.tech/tags/phones.md>)

### AI overview

Google Research describes a method for retrofitting Multi-Token Prediction onto frozen Gemini Nano v3 production models to accelerate on-device inference on Pixel phones. The approach targets mobile energy and memory constraints, improving the speed and energy efficiency of features such as notification summaries and proofreading without requiring separate drafting models.

### Source excerpt

Machine Intelligence

## Gemini in Apple's Foundation Models framework

DevFeed: [Gemini in Apple's Foundation Models framework](<https://devfeed.tech/articles/gemini-in-apple-s-foundation-models-framework-16669.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/06/apple-foundation-models-gemini>)

Author: Miguel Ramos; Ryan Wilson

Published: 2026-06-09T09:41:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Inference](<https://devfeed.tech/topics/inference.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [apple](<https://devfeed.tech/tags/apple.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [ios](<https://devfeed.tech/tags/ios.md>), [news](<https://devfeed.tech/tags/news.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [swift](<https://devfeed.tech/tags/swift.md>), [updates](<https://devfeed.tech/tags/updates.md>), [wwdc](<https://devfeed.tech/tags/wwdc.md>)

### AI overview

Firebase describes a preview integration that lets developers use cloud-hosted Gemini models through Apple's Foundation Models framework. The shared API allows switching between on-device Apple models and Gemini, while Firebase AI Logic and App Check provide request routing and attestation for Apple apps.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Why I Think On-Device AI Changes Mobile Architecture

DevFeed: [Why I Think On-Device AI Changes Mobile Architecture](<https://devfeed.tech/articles/why-i-think-on-device-ai-changes-mobile-architecture-23056.md>)

Original publisher: [Read original article](<https://medium.com/flutter-community/why-i-think-on-device-ai-changes-mobile-architecture-3cc6b09afd83?source=rss----86fb29d7cc6a---4>)

Author: Akansha Jain

Published: 2026-06-03T17:56:53Z

Content type: opinion

Language: en

Sources: [Flutter Community - Medium](<https://devfeed.tech/sources/flutter-community-medium.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Android](<https://devfeed.tech/topics/android.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [dart](<https://devfeed.tech/tags/dart.md>), [data](<https://devfeed.tech/tags/data.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>)

### AI overview

This opinion article argues that on-device AI changes mobile application architecture by reducing dependence on network APIs. It discusses connectivity, per-call costs, and user-data concerns, drawing on a Flutter camera-demo crash involving a model already loaded on an Android phone.

### Source excerpt

What a crashed app taught me about on-device AI -- and why I think you should care. I was building the demo I'd been planning for weeks. Flutter app running. Model loaded. Chat screen looking clean. I opened the camera -- the feature I was most excited about -- pointed it at something on my desk, and the app just crashed. Not a Dart exception. Not a red error screen. The whole thing just died. I stared at my Redmi Note 7 Pro for a second, opened it again, tried once more. Same result. Every single time I launched the camera with the model already loaded, Android killed my app. It took me longer than I'd like to admit to understand why. And when I finally did, I realised I'd been thinking about AI in mobile apps in a way that was quietly wrong for a long time. Before that, let me back up. For the past couple of years, whenever I wanted to add an AI feature to an app, the answer was pretty obvious: use an API. Need a chatbot? API. Need to analyze an image? API. Need text summarisation? API. A few lines of Dart, a request goes out, and something surprisingly intelligent comes back. It worked well enough that I stopped questioning the architecture behind it. Every one of those API calls travels over the network, gets processed on hardware you don't own, and comes back. Which means three things are always true, and always have been: The feature needs internet. Which is fine until you're in a metro tunnel, on a flight, or somewhere with patchy coverage. Your app just stops being smart. Users notice -- and they don't file bug reports, they just leave. You pay for every call. At low volume it's fine. At scale, it genuinely isn't. 10,000 users x 50 queries a day x per-token pricing. At low volume you barely notice it. At scale, those costs become a product decision. User data leaves the device. The health app where someone is logging symptoms. The finance app where they're describing their expenses. The journal app where they're writing things they wouldn't say out loud. For tho

## Expanding on-device AI in Microsoft Edge: New models and APIs for the web

DevFeed: [Expanding on-device AI in Microsoft Edge: New models and APIs for the web](<https://devfeed.tech/articles/expanding-on-device-ai-in-microsoft-edge-new-models-and-apis-for-the-web-4247.md>)

Original publisher: [Read original article](<https://blogs.windows.com/msedgedev/2026/06/02/expanding-on-device-ai-in-microsoft-edge-new-models-and-apis-for-the-web/>)

Author: Patrick Brosset

Published: 2026-06-02T16:28:06Z

Content type: article

Language: en

Sources: [Microsoft Edge Blog](<https://devfeed.tech/sources/microsoft-edge-blog.md>)

Topics: [Edge](<https://devfeed.tech/topics/edge.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Web](<https://devfeed.tech/topics/web.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-apis](<https://devfeed.tech/tags/ai-apis.md>), [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [github](<https://devfeed.tech/tags/github.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [microsoft-edge](<https://devfeed.tech/tags/microsoft-edge.md>), [models](<https://devfeed.tech/tags/models.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [web](<https://devfeed.tech/tags/web.md>), [web-apis](<https://devfeed.tech/tags/web-apis.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

Microsoft Edge is expanding its on-device AI capabilities with a developer preview of the smaller Aion-1.0-Instruct language model, new Language Detector and Translator APIs in Edge 148, and experimental on-device speech recognition through the Web Speech API. The updates target broader device support, including CPU-only systems, while emphasizing privacy, network independence, and web-developer experimentation.

### Source excerpt

At Build 2025, we introduced the Prompt and Writing Assistance APIs in Microsoft Edge with the Phi-4-mini language model. Since then, we' The post Expanding on-device AI in Microsoft Edge: New models and APIs for the web appeared first on Microsoft Edge Blog.

## Private analytics via zero-trust aggregation

DevFeed: [Private analytics via zero-trust aggregation](<https://devfeed.tech/articles/private-analytics-via-zero-trust-aggregation-6848.md>)

Original publisher: [Read original article](<https://research.google/blog/private-analytics-via-zero-trust-aggregation/>)

Published: 2026-05-27T16:56:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [Security](<https://devfeed.tech/topics/security.md>), [Zero Trust](<https://devfeed.tech/topics/zero-trust.md>), [Google](<https://devfeed.tech/topics/google.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Android](<https://devfeed.tech/topics/android.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [cryptographic](<https://devfeed.tech/tags/cryptographic.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [security](<https://devfeed.tech/tags/security.md>), [security-privacy-and-abuse-prevention](<https://devfeed.tech/tags/security-privacy-and-abuse-prevention.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

Google Research introduces a private analytics solution that combines cryptographic secure aggregation with the transparency and attestation properties of trusted execution environments. The design follows a zero-trust principle so Google can obtain only anonymized, aggregated population insights while individual user data remains protected. The article discusses applications of federated analytics and on-device technologies, including Android SafetyCore, Pixel Recorder, and Gboard.

### Source excerpt

Security, Privacy and Abuse Prevention

## What's New in Android Security and Privacy in 2026

DevFeed: [What's New in Android Security and Privacy in 2026](<https://devfeed.tech/articles/what-s-new-in-android-security-and-privacy-in-2026-7635.md>)

Original publisher: [Read original article](<https://blog.google/security/whats-new-in-android-security-privacy-2026/>)

Author: Eugene Liderman

Published: 2026-05-12T17:00:00Z

Content type: article

Language: en

Sources: [Security](<https://devfeed.tech/sources/security.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Android Security](<https://devfeed.tech/topics/android-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [spoofing](<https://devfeed.tech/topics/spoofing.md>), [Social engineering](<https://devfeed.tech/topics/social-engineering.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [android-security](<https://devfeed.tech/tags/android-security.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [none](<https://devfeed.tech/tags/none.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [security](<https://devfeed.tech/tags/security.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

The article describes planned Android security and privacy enhancements for 2026, including verified financial calls to combat spoofed banking scams. Android can verify incoming calls through participating financial apps and automatically end calls that are not genuine. It also highlights expanded Live Threat Detection, which uses on-device AI to analyze app behavior and warn about suspicious activity.

### Source excerpt

New Android security and privacy features

## Android expands AI-powered scam detection to Samsung devices and more regions

DevFeed: [Android expands AI-powered scam detection to Samsung devices and more regions](<https://devfeed.tech/articles/staying-one-step-ahead-strengthening-android-s-lead-in-scam-protection-19814.md>)

Original publisher: [Read original article](<http://security.googleblog.com/2026/02/strengthening-android-lead-in-scam-protection.html>)

Author: Edward Fernandez (noreply@blogger.com)

Published: 2026-02-25T15:17:00Z

Content type: release

Language: en

Sources: [Google Online Security](<https://devfeed.tech/sources/google-online-security.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [android-security](<https://devfeed.tech/tags/android-security.md>), [devices](<https://devfeed.tech/tags/devices.md>), [google](<https://devfeed.tech/tags/google.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [none](<https://devfeed.tech/tags/none.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [protection](<https://devfeed.tech/tags/protection.md>), [scams](<https://devfeed.tech/tags/scams.md>), [smartphones](<https://devfeed.tech/tags/smartphones.md>)

### AI overview

Google describes Android's AI-powered scam protections, including Scam Detection warnings for suspicious calls. The article announces expansion of call Scam Detection to Samsung devices and additional regions, while noting existing availability on Google Pixel devices in several countries.

### Source excerpt

Posted by Lyubov Farafonova, Product Manager, Phone by Google; Alberto Pastor Nieto, Sr. Product Manager Google Messages and RCS Spam and Abuse We've shared how Android's proactive, multi-layered scam defenses utilize Google AI to protect users around the world from over 10 billion suspected malicious calls and messages every month1. While that scale is significant, the true impact of these protections is best understood through the stories of the individuals they help keep safe every day. This includes people like Majik B., an IT professional in Sunnyvale, California. Despite his technical background, Majik recently found himself on a call that felt dangerously legitimate. While using his Pixel, he received a call that appeared to be from his bank. The number looked correct, the caller knew his name and his address, and the story about a "suspicious charge" made perfect sense. "I'm usually pretty careful about this stuff," Majik recalled, "but I stayed on the line longer than I normally would. Even knowing how these scams work, it was convincing in the moment." The turning point came when his phone displayed a Scam Detection warning during the call, which provided a critical moment to pause and reflect. Majik hung up, checked his bank app directly, and confirmed there was no fraudulent charge. For Majik, Scam Detection was the intervention he needed: "The warning is what made me pause and avoid a bad situation". While stories like Majik's show how our existing protections provide a robust shield against scams, our work isn't done. As scammers evolve their tactics and create more convincing and personalized threats, we're using the best of Google AI to stay one step ahead. A recent evaluation by Counterpoint Research found that Android smartphones provide the most comprehensive AI-powered protections of any mobile platform. We are committed to building on this foundation by expanding our AI-powered protections to more users and devices, while rolling out new feature

## Introducing Gemma 3n: The developer guide

DevFeed: [Introducing Gemma 3n: The developer guide](<https://devfeed.tech/articles/introducing-gemma-3n-the-developer-guide-6202.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/introducing-gemma-3n-the-developer-guide/>)

Author: Omar Sanseviero; Ian Ballantyne

Published: 2025-10-25T17:54:47Z

Content type: release

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Local AI](<https://devfeed.tech/topics/local-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [developer](<https://devfeed.tech/tags/developer.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [release](<https://devfeed.tech/tags/release.md>), [transformer-architecture](<https://devfeed.tech/tags/transformer-architecture.md>)

### AI overview

Gemma 3n is released as a mobile-first, multimodal model for on-device AI. The guide introduces its MatFormer architecture, pre-extracted E4B and E2B models, and tooling for fine-tuning and deployment.

### Source excerpt

Gemma 3n is designed for the developer community that helped shape Gemma.

## AI application topologies: cloud, edge, local, and hybrid inference

DevFeed: [AI application topologies: cloud, edge, local, and hybrid inference](<https://devfeed.tech/articles/ai-topology-29075.md>)

Original publisher: [Read original article](<https://blog.alexewerlof.com/p/ai-topology>)

Author: Alex Ewerlöf

Published: 2025-10-24T21:15:00Z

Content type: article

Language: en

Sources: [Alex Ewerlof Notes](<https://devfeed.tech/sources/alex-ewerlof-notes.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [edge](<https://devfeed.tech/tags/edge.md>), [edge-ai](<https://devfeed.tech/tags/edge-ai.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

The article categorizes AI application topologies by where inference compute occurs relative to data: cloud, edge, local, and hybrid. It describes trade-offs involving capability, latency, cost, privacy, connectivity, vendor limits, and centralized-service outages.

### Source excerpt

Cloud AI, Edge AI, Local AI, and Hybrid AI

## Understanding hybrid inference: the role of Firebase AI Logic

DevFeed: [Understanding hybrid inference: the role of Firebase AI Logic](<https://devfeed.tech/articles/understanding-hybrid-inference-the-role-of-firebase-ai-logic-16637.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/understand-ai-logic-hybrid-inference>)

Author: Ankita Saxena

Published: 2025-10-15T10:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Web app](<https://devfeed.tech/topics/webapp.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [offline](<https://devfeed.tech/tags/offline.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This Firebase tutorial explains hybrid inference, where AI features use on-device models when available and fall back to cloud-hosted models when needed. It demonstrates web app use cases including text summarization, offline image captioning, and real-time transcription and translation.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Smart photo organization through privacy-first, on-device AI

DevFeed: [Smart photo organization through privacy-first, on-device AI](<https://devfeed.tech/articles/smart-photo-organization-through-privacy-first-on-device-ai-16636.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/privacy-first-on-device-ai>)

Author: Cynthia Wang

Published: 2025-10-15T08:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [PWA](<https://devfeed.tech/topics/pwa.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [pwa](<https://devfeed.tech/tags/pwa.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [web](<https://devfeed.tech/tags/web.md>), [web-browser](<https://devfeed.tech/tags/web-browser.md>)

### AI overview

This Firebase tutorial explains how to build a privacy-focused photo organization progressive web app using on-device AI. It describes running a local model in the browser so photos remain on the user's device and can be analyzed offline, with Firebase AI Logic SDKs detecting and caching compatible models such as Gemini Nano and providing a fallback approach for other browsers.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing: Local Browser AI

DevFeed: [Introducing: Local Browser AI](<https://devfeed.tech/articles/introducing-local-browser-ai-29081.md>)

Original publisher: [Read original article](<https://blog.alexewerlof.com/p/local-browser-ai>)

Author: Alex Ewerlöf

Published: 2025-10-13T07:51:29Z

Content type: article

Language: en

Sources: [Alex Ewerlof Notes](<https://devfeed.tech/sources/alex-ewerlof-notes.md>)

Topics: [browser](<https://devfeed.tech/topics/browser.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Browser Extension](<https://devfeed.tech/topics/browser-extension.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [browser](<https://devfeed.tech/tags/browser.md>), [extension](<https://devfeed.tech/tags/extension.md>), [interface](<https://devfeed.tech/tags/interface.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

This technical post explains how the Prompt API enables local language-model chat in the browser and examines the Local Browser AI extension, which is built with plain JavaScript and native browser APIs. It also describes the extension's permissions, privacy properties, open-source MIT license, and supported platforms.

### Source excerpt

Using the new Prompt API for local chat in the browser

## Adding AI-powered star-rating suggestions to reviews with Firebase AI Logic

DevFeed: [Adding AI-powered star-rating suggestions to reviews with Firebase AI Logic](<https://devfeed.tech/articles/ai-in-action-adding-ai-powered-reviews-16631.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/adding-ai-powered-reviews>)

Author: Alexander Nohe; Jeff Huleatt

Published: 2025-10-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [react](<https://devfeed.tech/tags/react.md>), [recaptcha](<https://devfeed.tech/tags/recaptcha.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how the Friendly Eats app uses Firebase AI Logic to suggest a star rating while a user writes a review. It discusses choosing a client-side SDK, protecting Gemini API keys through a proxy, using on-device models when available, securing requests with Firebase App Check, and balancing model cost, speed, and quality.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## New Firebase AI Logic features to explore - September 2025 updates

DevFeed: [New Firebase AI Logic features to explore - September 2025 updates](<https://devfeed.tech/articles/new-firebase-ai-logic-features-to-explore-september-2025-updates-16627.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/09/firebase-ai-logic-updates>)

Author: Miguel Ramos; Rachel Saunders

Published: 2025-09-10T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Image](<https://devfeed.tech/topics/image.md>), [API](<https://devfeed.tech/topics/api.md>), [Web](<https://devfeed.tech/topics/web.md>), [Android](<https://devfeed.tech/topics/android.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Unity](<https://devfeed.tech/topics/unity.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [debug](<https://devfeed.tech/tags/debug.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [image](<https://devfeed.tech/tags/image.md>), [images](<https://devfeed.tech/tags/images.md>), [inference](<https://devfeed.tech/tags/inference.md>), [js](<https://devfeed.tech/tags/js.md>), [news](<https://devfeed.tech/tags/news.md>), [observability](<https://devfeed.tech/tags/observability.md>), [offline](<https://devfeed.tech/tags/offline.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase AI Logic's September 2025 updates add Gemini Live API voice interactions, client-side image editing and generation with Imagen, Nano Banana image workflows, hybrid on-device inference for web apps, and additional monitoring and observability capabilities.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Android pKVM Achieves SESIP Level 5 Security Certification

DevFeed: [Android pKVM Achieves SESIP Level 5 Security Certification](<https://devfeed.tech/articles/android-s-pkvm-becomes-first-globally-certified-software-to-achieve-prestigious-sesip-level-5-security-certification-19799.md>)

Original publisher: [Read original article](<http://security.googleblog.com/2025/08/Android-pKVM-Certified-SESIP-Level-5.html>)

Author: Edward Fernandez (noreply@blogger.com)

Published: 2025-08-12T16:00:00Z

Content type: release

Language: en

Sources: [Google Online Security](<https://devfeed.tech/sources/google-online-security.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Android Security](<https://devfeed.tech/topics/android-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [open-source-security](<https://devfeed.tech/topics/open-source-security.md>), [Google](<https://devfeed.tech/topics/google.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-security](<https://devfeed.tech/tags/android-security.md>), [google](<https://devfeed.tech/tags/google.md>), [integrity](<https://devfeed.tech/tags/integrity.md>), [none](<https://devfeed.tech/tags/none.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [open-source-security](<https://devfeed.tech/tags/open-source-security.md>), [security](<https://devfeed.tech/tags/security.md>), [standard](<https://devfeed.tech/tags/standard.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

Google announces that protected KVM (pKVM), the hypervisor powering the Android Virtualization Framework, achieved SESIP Level 5 certification after evaluation by Dekra against the TrustCB SESIP scheme. The article says this certification is intended to support highly critical isolated workloads, including on-device AI handling personalized data, and provide a common open-source security foundation for Android device manufacturers.

### Source excerpt

Posted by Dave Kleidermacher, VP Engineering, Android Security & Privacy Today marks a watershed moment and new benchmark for open-source security and the future of consumer electronics. Google is proud to announce that protected KVM (pKVM), the hypervisor that powers the Android Virtualization Framework, has officially achieved SESIP Level 5 certification. This makes pKVM the first software security system designed for large-scale deployment in consumer electronics to meet this assurance bar. Supporting Next-Gen Android Features The implications for the future of secure mobile technology are profound. With this level of security assurance, Android is now positioned to securely support the next generation of high-criticality isolated workloads. This includes vital features, such as on-device AI workloads that can operate on ultra-personalized data, with the highest assurances of privacy and integrity. This certification required a hands-on evaluation by Dekra, a globally recognized cybersecurity certification lab, which conducted an evaluation against the TrustCB SESIP scheme, compliant to EN-17927. Achieving Security Evaluation Standard for IoT Platforms (SESIP) Level 5 is a landmark because it incorporates AVA_VAN.5, the highest level of vulnerability analysis and penetration testing under the ISO 15408 (Common Criteria) standard. A system certified to this level has been evaluated to be resistant to highly skilled, knowledgeable, well-motivated, and well-funded attackers who may have insider knowledge and access. This certification is the cornerstone of the next-generation of Android's multi-layered security strategy. Many of the TEEs (Trusted Execution Environments) used in the industry have not been formally certified or have only achieved lower levels of security assurance. This inconsistency creates a challenge for developers looking to build highly critical applications that require a robust and verifiable level of security. The certified pKVM changes this p

## Introducing hybrid on-device inference using Firebase AI Logic

DevFeed: [Introducing hybrid on-device inference using Firebase AI Logic](<https://devfeed.tech/articles/introducing-hybrid-on-device-inference-using-firebase-ai-logic-16612.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/06/hybrid-inference-firebase-ai-logic>)

Author: Siddharth Gupta; Erik Eldridge

Published: 2025-06-09T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [feature](<https://devfeed.tech/tags/feature.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [model](<https://devfeed.tech/tags/model.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase introduces an experimental hybrid inference feature in its AI Logic client SDK for Web. The feature uses available on-device models such as Gemini Nano in Chrome and falls back to cloud-hosted Gemini models when needed, supporting online and offline AI features.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Real-Time AI Sound Generation on Arm: A Personal Tool for Creative Freedom

DevFeed: [Real-Time AI Sound Generation on Arm: A Personal Tool for Creative Freedom](<https://devfeed.tech/articles/real-time-ai-sound-generation-on-arm-a-personal-tool-for-creative-freedom-6982.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/Arm/ai-sound-gen-on-arm>)

Author: EricSondhi; Michael G

Published: 2025-06-03T15:04:36Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Arm](<https://devfeed.tech/topics/arm.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [arm](<https://devfeed.tech/tags/arm.md>), [audio](<https://devfeed.tech/tags/audio.md>), [content](<https://devfeed.tech/tags/content.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [music](<https://devfeed.tech/tags/music.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>)

### AI overview

A software engineer and music producer describes a personal sound-generation app that runs entirely on-device on Arm-based CPUs. It uses the Stable Audio Open model, PyTorch, and TorchAudio to generate sounds from text prompts within seconds, then places the output directly into an Ableton Live project workflow. The approach emphasizes CPU efficiency, low latency, privacy, and creative ownership without requiring cloud inference.

### Source excerpt

As a software engineer and music producer, I'm always exploring how technology can expand creative expression. That curiosity recently led me to build a personal sound generation app that runs directly on-device--powered by an Arm-based CPU and open-source generative AI models. It's fast, private, and enables me to generate studio-ready sounds from a simple prompt, all within seconds.

## Building AI-powered apps with Firebase AI Logic

DevFeed: [Building AI-powered apps with Firebase AI Logic](<https://devfeed.tech/articles/building-ai-powered-apps-with-firebase-ai-logic-16599.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/building-ai-apps>)

Author: Thevi Sundaralingam; Dmitry Lyalin; Miguel Ramos

Published: 2025-05-20T10:49:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [launch](<https://devfeed.tech/tags/launch.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase announces Firebase AI Logic, the evolution of Vertex AI in Firebase, with client-side and Genkit-based server-side integrations for generative AI. New capabilities include Gemini Developer API access, hybrid and on-device inference, Unity support, image generation and editing, enhanced observability, and dynamic model lookup in Genkit for Node.js.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## On-device AI may shape the future of Android phone development

DevFeed: [On-device AI may shape the future of Android phone development](<https://devfeed.tech/articles/age-of-the-ai-phone-25218.md>)

Original publisher: [Read original article](<https://kau.sh/blog/ai-phones-will-win/>)

Author: Kaushik Gopal

Published: 2025-02-09T18:53:19Z

Content type: opinion

Language: en

Sources: [Kaushik Gopal's Site](<https://devfeed.tech/sources/kaushik-gopal-s-site.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Android](<https://devfeed.tech/topics/android.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [development](<https://devfeed.tech/tags/development.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [models](<https://devfeed.tech/tags/models.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [phones](<https://devfeed.tech/tags/phones.md>), [samsung](<https://devfeed.tech/tags/samsung.md>)

### AI overview

This commentary predicts that on-device AI, including smaller models running locally on phones, will become a major focus of Android development. It also suggests Google or Samsung could gain mobile market share as Apple struggles to establish a strong AI position.

### Source excerpt

In Vinay's latest newsletter, he asks a few of us #AndroidDev to predict what the future of Android development is going to look like. Yours truly had this as one of the predictions: AI everything 🙄 ... On the product side, we'll see more on-device AI, with smaller models like Gemini Flash/o3-mini running locally to provide operator-like intelligence directly on phones and this will probably be what most folks are geared towards doing for mobile development. Looking at this Youtube video that's now doing the rounds, I'm starting to feel ever so slightly validated. Google (or Samsung) truly have their shot of gaining significant Mobile market share again, especially given how much Apple has been floundering in the AI space.

[Next page](<https://devfeed.tech/tags/on-device-ai.md?cursor=WyIyMDI1LTAyLTA5VDE4OjUzOjE5KzAwOjAwIiwgImEzZmY5OWFiLWFlOTEtNGJkYS05NGFlLTlkMWRhMWRmODdiYyJd>)