← Back to Paper List

AgentOS: From Application Silos to a Natural Language-Driven Data Ecosystem

Rui Liu, Tao Zhe, Dongjie Wang, Zijun Yao, Kunpeng Liu, Yanjie Fu, Huan Liu, Jian Pei
University of Kansas, Clemson University, Arizona State University, Duke University
arXiv (2026)
Agent Memory P13N KG Recommendation Benchmark

📝 Paper Summary

Agent Operating System (AgentOS) Human-Computer Interaction (HCI)
AgentOS proposes a clean-slate operating system architecture that replaces the traditional GUI desktop with a natural language-driven kernel capable of intent mining, LLM resource scheduling, and modular skill orchestration.
Core Problem
Autonomous agents currently operate as user-space processes on legacy operating systems designed for GUIs, leading to 'Shadow AI' where agents rely on fragile screen scraping and lack proper permission boundaries.
Why it matters:
  • Agents relying on 'Screen-as-Interface' (pixels-to-text) lose semantic context, leading to reasoning errors when visual layouts change
  • Legacy OS permission models (file/network access) cannot distinguish between a user's legitimate instructions and an agent's potential indirect prompt injection attacks
  • The cognitive load of managing isolated application silos inhibits the potential of proactive, probabilistic computing
Concrete Example: When a user asks 'Book my usual flight,' a current agent must visually scrape a travel website (fragile to UI updates) and guess what 'usual' means. AgentOS would query a Personal Knowledge Graph for preference history and invoke a deterministic booking 'Skill' module directly.
Key Novelty
The Agent Kernel Paradigm
  • Replaces the traditional kernel's process scheduling with 'Intent Orchestration,' allocating LLM resources (context windows, tokens) to concurrent agent tasks
  • Frames the OS as a continuous Knowledge Discovery and Data Mining (KDD) pipeline that mines user intent from multimodal logs to build a dynamic Personal Knowledge Graph
Breakthrough Assessment
8/10
A visionary proposal that fundamentally rethinks computing architecture for the AI era. While currently theoretical, it addresses the critical 'Shadow AI' and integration bottlenecks facing current agent deployments.
×