LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI Agents
Summary
LUMOS introduces a semantic interaction layer that converts operating system metadata into machine-readable formats, enabling AI agents to interact with computer interfaces more efficiently by reducing dependence on screenshots and visual methods.
View Cached Full Text
Cached at: 07/01/26, 03:40 AM
Paper page - LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI Agents
Source: https://huggingface.co/papers/2606.30697
Abstract
LUMOS provides a semantic interaction layer that converts operating system metadata into machine-readable formats, enabling AI agents to interact more efficiently with computer interfaces than through traditional visual methods.
Current operating systems expose interfaces optimized for human users but not for AI agents. Humans benefit from pixels, icons, windows, visual grouping, mouse movement, and keyboard shortcuts; AI agents instead need compact semantic state, grounded actions, and reliable feedback. As a result, many computer-use agents are forced to interpret screenshots, OCR output, and visual crops, introducing high token costs, visual ambiguity, latency, and coordinate uncertainty. This paper introduces LUMOS (Language Model Unified Machine-Readable Operating-System Semantics), a semantic interaction layer between AI agents and operating systems. LUMOS converts nativeaccessibility metadataand browserUI structuresinto machine readablesemantic blueprintswithstable identifiers,roles,names,values,bounds, andaction affordances. It also supportslive semantic pointer groundingby querying the UI element under or near the cursor throughoperating-system automation APIs. An LLM then acts through an accessibility groundedobserve act loopusing constrainedvisible-UI primitivesrather than application-specific scripts. LUMOS does not claim to replace visual agents; instead, it reduces dependence on screenshots when operating systems already provide semantic structure. These results suggest a path toward AI-native operating systems and machine-readable interaction layers.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2606\.30697
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.30697 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.30697 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.30697 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OpenLumara - A different kind of AI agent, written from scratch, not vibecoded. Extremely token-efficient, super small system prompt, made for local models. Everything is modular.
OpenLumara is a new open-source AI agent framework designed for local models, emphasizing token efficiency, modularity, and security. It is written from scratch with a small system prompt and full control over AI capabilities.
Lumo, Proton’s privacy-focused AI chatbot, gets an upgrade
Proton's privacy-focused AI chatbot Lumo receives a major upgrade (version 2.0) with image recognition and generation capabilities, persistent memory for Projects, faster response times, and a new thinking mode, all while maintaining zero-access encryption and privacy protections.
Loomal
Loomal launches identity infrastructure purpose-built for AI agents.
Lyto
Lyto is an AI agent that operates across your browser, tools, and messages, aiming to unify workflows.
SOLAR: A Self-Optimizing Open-Ended Autonomous Agent for Lifelong Learning and Continual Adaptation
SOLAR proposes a self-optimizing autonomous agent that leverages parameter-level meta-learning and multi-level reinforcement learning to enable lifelong adaptation of LLMs to non-stationary data streams, outperforming baselines on reasoning tasks.