
TL;DR
A final Digital Markets Act decision requires Alphabet to give third-party AI assistants the same Android access Gemini has: DSP wake words, ambient sensors, screen automation, on-device models, and fair background execution. Home Assistant's three-year fight over the 'Okay Nabu' wake word shows exactly what the ruling unlocks.
On July 16, 2026, the European Commission adopted a final decision under Article 6(7) of the Digital Markets Act that requires Alphabet to open eleven Google Android features to third-party AI assistants and AI-powered services, free of charge, on terms "equally effective" to what Google's own services get. The decision caps a specification proceeding that opened on January 27, 2026, and it was informed in part by the Open Home Foundation, whose Android developer for Home Assistant was invited to consult with the Commission after years of fighting Google's restrictions.
This is one of the most concrete platform-interoperability rulings yet, because it names the exact features, the exact deadlines, and the exact conditions. If you build a voice assistant, an agentic app, or anything that wants to act on a user's behalf inside Android, the surface you can reach is about to get much larger.
The ruling covers eleven Android features grouped into four capabilities that AI services rely on:
The general conditions matter as much as the feature list. Interoperability must be free, equally effective in ease of use, speed, and energy consumption, and must not be conditioned on holding a default role. Google must publish complete documentation, provide testing tools and technical assistance, and report regularly to the Commission on implementation progress over the next two years.
The timeline: all features must ship in Android 18, no later than August 1, 2027. Concurrent hotword detection, where multiple services can be voice-triggered at the same time, is due in Android 19, no later than August 1, 2028.
Five of the eleven features - screen automation, structured on-device integration, system integration, centralized on-device data access, and context-aware intelligence - are subject to objective, non-discriminatory eligibility conditions that Google may set for privacy, security, and integrity reasons, with independent third-party certification. Google must publish draft terms by February 1, 2027, final terms by May 1, 2027, and accept applications from that date, with assessments completed within four weeks.
From the archive
Aug 1, 2026 • 6 min read
Aug 1, 2026 • 5 min read
Aug 1, 2026 • 6 min read
Aug 1, 2026 • 8 min read
The Open Home Foundation's post explains why this is a genuinely technical win rather than a symbolic one. The Home Assistant community spent three years trying to ship an always-on wake word in the Android Companion app, and every attempt hit the same wall: Android blocks third-party apps from the DSP-based wake word pipeline that Google reserves for itself.
Android's wake word detection runs in two stages. A small model listens on the DSP, a dedicated low-power chip that uses a fraction of the CPU's energy, running in an isolated process that cannot send audio anywhere until the wake word is confirmed. A second, stronger model then confirms the detection on the CPU. Home Assistant was forced to run its own microWakeWord model on the CPU instead. The costs were concrete: battery drain jumped from roughly 1 percent to 15 percent, the microphone privacy indicator stayed lit permanently, and users could not have both Home Assistant and Gemini active, because Android only kept a non-default assistant's service alive if it was set as the default assistant.
The decision addresses each of those specific failures: third parties get DSP first-stage detection when hardware supports it, sandboxed confirmation, complete documentation without a commercial agreement, decoupling from the default assistant role, and concurrent wake words so "Okay Nabu" and "Hey Google" can both work on one device.
The reaction splits between people who have been fighting these platform walls and people who have watched regulators try before.
The strongest enthusiasm comes from the open-source and self-hosted camp, and the Home Assistant story is doing heavy lifting. The concrete technical details in the decision - the two-stage wake word architecture, the DSP, the isolated process, the role coupling - are being read as evidence that the Commission understood the actual engineering rather than rubber-stamping a complaint.
The skeptical camp is focused on the calendar. Android 18 arrives next year and concurrent hotwords arrive in 2028, which means the most interesting capability is two major releases away. The same readers note that the certification process for the five sensitive features gives Google a legitimate-looking funnel to slow access, and that Google designs the implementation, so the risk of technically compliant but practically unusable solutions is real. Past experience with gatekeeper rulings is not obviously on the side of speed.
A third theme is scope: why eleven features and not the rest of the walled garden? Attestation, app installation, and payment access all remain Google-controlled, and several commenters argue the deeper problem is that independent vendors still cannot ship a patched, open Android phone to users in any volume, which no interoperability order directly fixes. There are also open questions about whether the same obligations will land on iOS's side, and whether AOSP builds outside the Google ecosystem inherit any of it.
This is the first major DMA interoperability decision written around the agentic use case, and it names the exact primitives an AI assistant needs on a phone: a voice in, context to read, actions to take, and resources to run on. For developers, that means three concrete things.
First, the platform APIs become reachable. App Functions, screen automation, ambient data, and on-device models stop being Gemini-only surfaces and become addressable by any assistant app that goes through certification. The "send a message", "create a note", and "schedule a meeting" actions the decision lists are exactly the primitives agentic apps have been building around on desktop, now available on Android with user consent.
Second, on-device AI gets real choice. The ruling covers access to Google's own preinstalled models, including Gemini Nano, and the right to run third-party on-device models under the same hardware and background conditions. That is meaningful for privacy-sensitive features like live translation and speech recognition that have to run locally.
Third, the economics of voice assistants change. DSP-based hotword detection means always-listening no longer costs 15 percent battery and a permanent mic indicator, which removes the practical barrier that kept third-party wake words off modern Android. If you have been waiting to ship an assistant experience because the platform made it impossible, the timeline to build for is Android 18, with concurrent hotwords to follow in Android 19.
Read next
A federal case in Atlanta is testing whether using a privacy-focused mobile OS can be treated as destruction of evidence. The GrapheneOS duress PIN feature erased a traveler's phone during a CBP interrogation - and prosecutors are charging him for it.
8 min readA Google ADB maintainer proposed restricting on-device ADB connections to loopback, which would break Shizuku, libadb-android, Termux workflows, and an entire ecosystem of open-source power-user apps.
7 min readDeepReinforce AI released Ornith-1.0, a family of open-source coding models claiming self-improvement. The HN thread reveals a mix of skepticism and genuine interest - here is what the model actually does and whether the hype holds up.
7 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Open-source ChatGPT alternative that runs 100% offline. Desktop app with local models, cloud API connections, custom ass...
View ToolGoogle's open-source coding CLI. Free tier with Gemini 2.5 Pro. Supports tool use, file editing, shell commands. 1M toke...
View ToolThe TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, stru...
View ToolUnified API for 200+ models. One API key, one billing dashboard. OpenAI, Anthropic, Google, Meta, Mistral, and more. Aut...
View ToolBeat the August 2026 Assistants API sunset. Paste old code, get Responses API.
View AppShare agent traces with a link. Keep history long enough to find the bug.
View AppTurn API documentation and OpenAPI specs into typed SDK plans and demo checklists.
View AppInstall the dd CLI and scaffold your first AI-powered app in under a minute.
Getting StartedConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI Agents
Exploring Google's Advanced Gemma 2 AI Models and Exciting Updates In this video, I delve into Google's newly released Gemma 2 AI models, including the 9 billion and 27 billion parameter versions....

Buzz by Block: Open-Source Slack-Style Collaboration for Humans + AI Agents (Demo & Setup) Check out Arcade: https://arcade.dev.plug.dev/xiDRwlA Repo: https://github.com/block/buzz The video introd...

OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

A federal case in Atlanta is testing whether using a privacy-focused mobile OS can be treated as destruction of evidence...

GitHub Models is fully retired as of July 30, 2026. The playground, model catalog, inference API, and BYOK are gone for...

OpenAI took down a Cambodia-based operation that used ChatGPT for personas, translations, forged documents, and admin wo...

The 7 AI developer stories that actually mattered this week - ranked, linked, and cut for builders.

AI makes you 2-100x faster on every task. So why are developers burning out more than ever? The HN discussion on Rick Ma...

A Google ADB maintainer proposed restricting on-device ADB connections to loopback, which would break Shizuku, libadb-an...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.