English

UFO3: Weaving the Digital Agent Galaxy

Distributed, Parallel, and Cluster Computing 2026-03-03 v2 Multiagent Systems

Abstract

Large language model (LLM)-powered agents are transforming digital devices from passive tools into proactive intelligent collaborators. However, most existing frameworks remain confined to a single OS or device, making cross-device workflows brittle and largely manual. We present UFO3^3, a system that unifies heterogeneous endpoints, desktops, servers, mobile devices, and edge, into a single orchestration fabric. UFO3^3 models each user request as a mutable TaskConstellation: a distributed DAG of atomic subtasks (TaskStars) with explicit control and data dependencies (TaskStarLines). The TaskConstellation continuously evolves as results stream in from distributed devices, enabling asynchronous execution, adaptive recovery, and dynamic optimization. A Constellation Orchestrator} executes tasks safely and asynchronously while applying dynamic DAG updates, and the Agent Interaction Protocol (AIP) provides persistent, low-latency channels for reliable task dispatch and result streaming. These designs dissolve the traditional boundaries between devices and platforms, allowing agents to collaborate seamlessly and amplify their collective intelligence. We evaluate UFO3^3 on NebulaBench, a benchmark of 55 cross-device tasks across 5 machines and 10 categories. UFO3^3 achieves 83.3% subtask completion, 70.9% task success, exposes parallelism with an average width of 1.72, and reduces end-to-end latency by 31% relative to a sequential baseline. Fault-injection experiments demonstrate graceful degradation and recovery under transient and permanent agent failures. These results show that UFO3^3 achieves accurate, efficient, and resilient task orchestration across heterogeneous devices, uniting isolated agents into a coherent, adaptive computing fabric that extends across the landscape of ubiquitous computing.

Keywords

Cite

@article{arxiv.2511.11332,
  title  = {UFO3: Weaving the Digital Agent Galaxy},
  author = {Chaoyun Zhang and Liqun Li and He Huang and Chiming Ni and Bo Qiao and Si Qin and Yu Kang and Minghua Ma and Qingwei Lin and Saravan Rajmohan and Dongmei Zhang},
  journal= {arXiv preprint arXiv:2511.11332},
  year   = {2026}
}

Comments

We developed UFO$^3$ as a fully engineered system with over 73K lines of code, encompassing agent implementations and integrations for Windows, Linux, and Android mobile devices. The entire project is open-sourced at https://github.com/microsoft/UFO/, accompanied by detailed documentation and tutorials at https://microsoft.github.io/UFO/

R2 v1 2026-07-01T07:37:32.566Z