返回首页

对比阅读

对比阅读:Android Rebuilt as AI Agent OS: Academia Leads, OS Giants Stay Silent 与 Android 被改造为 AI Agent 专用底座:学术界抢跑,OS 巨头无回应

AEN
AOHPAndroidAgent OS·

Android Rebuilt as AI Agent OS: Academia Leads, OS Giants Stay Silent

For the past two years, every AI Agent has been "squatting" in someone else's operating system—making do with screenshots, simulated clicks, and API calls. AOHP, an overlooked research project, makes this explicit: Android must be rebuilt for AI. We see this not as a product launch but as an exam paper the academic world has handed to Google.

What this is

AOHP (Android Open Harness Project) is a research project built on the open-source version of Android 16 (AOSP). Two terms: Agent refers to an AI program that can autonomously plan multi-step tasks; OS (operating system) is the lowest-level management software on a device.Traditional Android is designed around the "human-app" model: one app at a time, eyes watching, fingers tapping, and cross-app interaction via share menus. AI Agents need to operate multiple apps simultaneously, remember user preferences, avoid re-recognizing interfaces from scratch every time, and—critically—never let AI read raw passwords.AOHP does three things at the system layer: lets AI assemble capabilities across apps (service aggregation); uses a "virtual display" to let AI run multiple interfaces in parallel in the background, several times faster than screenshot simulation (efficient interfaces); and lets AI invoke sensitive data without seeing the original—data lives in a protected "vault" (security isolation). The code is open-sourced on GitHub.

Industry view

Supporters see this as foundational infrastructure for Agent deployment. Today's Agent products all patch things at the application layer—calling APIs, relying on RPA (software that simulates human operation) to click buttons—which is inefficient and insecure. Without OS-level change, Agents will remain toys.But cooler heads push back. Critics flag three points:First, the power to modify the OS is highly concentrated in Google; whether the academic proposal gets adopted is an open question. Second, the paper's authors acknowledge this is only an Android-direction modification—if Agents eventually run on AR glasses, car systems, or robots, its reference value is limited. Third, security promises stay at the paper level; zero-day vulnerabilities (security flaws the vendor hasn't yet discovered) and side-channel attacks (eavesdropping via indirect signals like power consumption) have no answers.What we find worth watching: Apple, Huawei, and Xiaomi—the vendors holding the hardware + OS + AI trinity—as of now, none has publicly responded.

Impact on regular people

For enterprise IT: permission boundaries designed around "people" no longer apply; permission management may need to be rebuilt.For individual professionals: walls between apps will loosen; within three years we may see experiences like "one sentence telling AI to book flights across apps and write expense reports"—provided OS vendors are willing to open up.For consumer markets: no visible impact yet; this remains a matter for academia and developers.
来源: juejin.cn
BZH
AOHPAndroidAgent OS·

Android 被改造为 AI Agent 专用底座:学术界抢跑,OS 巨头无回应

过去两年所有 AI Agent 都"借住"在别人的操作系统里——靠截屏、模拟点击、调用 API 凑合。一个被忽视的研究项目 AOHP 把这件事挑明:Android 必须为 AI 重做。我们认为这不是产品发布,而是学术界抛给 Google 的一份考卷。

这是什么

AOHP(Android Open Harness Project)是基于 Android 16 开源版(AOSP)改造的研究项目。两个词:Agent 指能自主规划多步任务的 AI 程序;OS(操作系统)是设备最底层的管理软件。 传统 Android 围绕"人-应用"设计:一次一个 App、眼睛看、手指点、跨 App 靠分享菜单。AI Agent 需要同时操作多 App、记得用户偏好、不每次从零识别界面,更不能让 AI 直接读到密码。 AOHP 在系统层做三件事:让 AI 跨 App 拼装能力(服务聚合);用"虚拟显示器"让 AI 在后台并行操作多个界面,速度比截图模拟快几倍(高效接口);AI 可调用敏感数据但看不到原文,数据存在受保护的"保险库"(安全隔离)。代码已在 GitHub 开源。

行业怎么看

支持方认为这是 Agent 落地的地基工程。现在 Agent 产品都在应用层打补丁——调 API、靠 RPA(模拟人操作的软件)点按钮,效率低、安全差。不改造 OS,Agent 永远只是玩具。 但也有冷静声音。反对者指出三点: 其一,OS 改造权高度集中在 Google,学术界方案能否被采用是未知数。其二,论文作者承认这只是 Android 方向的改造——若未来 Agent 跑在 AR 眼镜、车机、机器人上,参考价值有限。其三,安全承诺停留在论文层面,零日漏洞(厂商尚未发现的安全缺陷)、侧信道攻击(通过功耗等间接信息窃密)都没有答案。 值得我们关心的是:苹果、华为、小米这些手握硬件+OS+AI 三件套的厂商,截至目前没有一家公开回应。

对普通人的影响

对企业 IT:按"人"设计的权限边界不再适用,未来权限管理可能需要重做。 对个人职场:App 间壁垒会松动,三年内可能见到"一句话让 AI 跨 App 订机票、写报销"的体验,前提是 OS 厂商愿意开放。 对消费市场:现阶段无感知,仍是学术圈和开发者的事。
来源: juejin.cn