← Latest papers
🤖 AI

Unified Agent: Managing Interactions across Devices

The paper introduces "Unified Agent," a stateful system that effectively manages cross-device and cross-time interactions by maintaining a compact, action-ready state, demonstrating superior and robust performance over existing agent designs through a newly constructed benchmark.

Original authors: Xinshuang Liu, Runfa Blark Li, Shaoxiu Wei, Xin Lin, Truong Nguyen

Published 2026-08-07
📖 5 min read🧠 Deep dive

Original authors: Xinshuang Liu, Runfa Blark Li, Shaoxiu Wei, Xin Lin, Truong Nguyen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are the conductor of a very busy, very smart orchestra. In this orchestra, the musicians aren't just playing instruments; they are your phone, your laptop, your tablet, and even a robot vacuum. This is the world of AI agents—computer programs that don't just answer questions but actually do things for you, like booking a table or sending a message.

Usually, these agents are like musicians who only hear the person standing right in front of them. If you whisper a request to your phone, the agent on your laptop has no idea what you said. But what if you want an agent that acts like a true conductor, listening to the whole room and remembering what you did on your phone ten minutes ago, even if you are now holding your tablet? This is the challenge of cross-device interaction. The big question is: how do we teach an AI to remember the "story" of your day across all your gadgets without getting overwhelmed by too much information? If the AI forgets which device you were using, it might ask, "Which phone was that?" instead of just doing the task. This paper explores how to build an agent that keeps a perfect, compact memory of your interactions so it can act seamlessly, no matter which device you pick up next.


The Problem: The "Amnesiac" Agent

Picture this: You are shopping for a new restaurant. You browse menus on your phone, then switch to your laptop to read reviews, and finally check your tablet for the location. Later, you sit down with your phone and say, "Book a table at the restaurant I was just looking at."

If you talk to a standard AI agent today, it might panic. It only sees your phone right now. It doesn't know you were looking at a restaurant on your laptop five minutes ago. It might ask, "Which device were you on?" or "Which restaurant?" It's like a waiter who only remembers the order you just placed but has forgotten everything you said while walking into the restaurant.

The authors of this paper argue that current AI systems are missing a crucial ingredient: a compact, carried state. Most agents either try to remember everything (which is too heavy and slow) or they forget everything once the moment passes. They need a way to carry a "backpack" of just the right information—enough to remember what you were doing, but light enough to move quickly.

The Solution: The "Unified Agent"

The researchers built a new kind of AI called the Unified Agent. Think of this agent as a super-organized personal assistant who carries a special notebook.

Instead of trying to remember every single word you've ever said or every screen you've ever looked at, this notebook only writes down three specific things:

  1. Engagement Evidence: "Who was the user touching? Which device did they stare at the longest?" (e.g., "The user spent 5 minutes on the phone.")
  2. Stated Facts: "What facts did the user say?" (e.g., "They mentioned a specific time for dinner.")
  3. The Standing Request: "What is the user currently trying to do?" (e.g., "They want to book a table.")

Every time you look at a screen or say something, the agent updates this notebook. When you later ask, "Book the restaurant I was looking at," the agent doesn't need to guess. It opens its notebook, sees that you were most engaged with your phone, and knows exactly which restaurant you meant. It doesn't need to ask, "Which device?" because the answer is already in its pocket.

The Experiment: A 3D Video Game World

To test if this idea actually works, the researchers didn't just guess; they built a video game-like world called UA-BENCH. Imagine a virtual 3D house with a computer, a laptop, a phone, and even a robot. They created 100 different scenarios where a virtual person interacts with these devices in different orders.

In these scenarios, the "user" might look at a laptop, then switch to a tablet, and finally ask the agent to do something without saying which device they used. The researchers then pitted their Unified Agent against four other types of AI designs:

  • Stateless agents: Who only look at the current moment.
  • Multi-agent systems: Where different AIs try to vote on what to do.
  • Memory-heavy systems: Who try to remember every single detail.

The Results: The Compact Backpack Wins

The results were clear. The Unified Agent significantly outperformed all the other systems. In the default test, it scored an overall 0.668, while the next best system (a "Full Context" system that tried to remember everything) only scored 0.613.

Here is the magic: The Unified Agent didn't just win because it was smarter; it won because it was efficient.

  • The "Full Context" system's memory grew like a snowball rolling down a hill, getting 11 times bigger as the conversation went on.
  • The Unified Agent's memory stayed small and bounded, no matter how long the interaction lasted. It only kept the facts that mattered.

The researchers tested this with different "brains" (different AI models) and different levels of thinking power. In every single case, the Unified Agent stayed ahead. It proved that having a well-organized, compact state is more important than just having a bigger, more complex memory.

Why This Matters

This paper suggests that the future of AI isn't about building bigger, heavier brains that try to remember everything. Instead, it's about building better organizers.

By keeping a "compact, action-ready" summary of what you've done and where you've done it, an AI can finally act like a true partner across all your devices. It stops asking, "Which phone was that?" and starts saying, "Got it, booking the table on your phone." It turns a collection of disconnected gadgets into a single, seamless experience, all thanks to a little bit of smart organization.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →