Researchers at Shanghai Jiao Tong University and Chinese technology conglomerate Tencent claim to have built an AI agent that uses the quiet time between conversations to predict what users may ask next—and prepare answers before they ask.
The system, called ProAct, works differently from most AI agents that wait for users to ask a question before responding. Instead, ProAct uses downtime between messages to review past conversations and saved user information, then prepares useful information in the background before the next question arrives.
“While AI agents demonstrate remarkable capabilities in reasoning and tool use, they remain fundamentally reactive: They compute responses only after explicit user prompts,” the researchers wrote. “This paradigm ignores a critical opportunity: The idle time between interactions is largely wasted, leaving agents unable to prepare for future user needs.”
The system works in multiple stages. The first, called Future-State Prediction, predicts likely follow-up questions by analyzing past conversations, user preferences, and missing information. The second stage, called Idle-Time Acquisition, decides which of those predictions are worth researching based on relevance, timing, and how useful the new information might be.
A separate system then decides whether to present the prepared information, save it for later, or store it until needed, creating a “closed-loop” system designed to anticipate and respond to user needs.
“After each foreground interaction, the agent updates its memory, predicts possible future needs, allocates idle-time computation to valuable candidates, and decides how the resulting preparation should be handled,” the researchers wrote. “This formulation ties prediction, acquisition, and delivery to a single policy, rather than treating idle-time compute as unconstrained background search.”
ProAct was tested in 200 simulations across 40 domains, including financial planning, software release management, and cybersecurity. The researchers did not test the system with real users. According to the paper, the system reduced conversation turns by 14.8% and cut follow-up requests by 11.7%. In a comparison using a benchmark called ProActEval, ProAct anticipated 703 predictable user needs versus 32 for an earlier system. The researchers also reported a 28.1% reduction in hallucinations.
The research comes as autonomous AI agents spread across the tech industry, with various projects delivering persistent AI assistants capable of handling longer, more independent tasks—such as coding, scheduling, research, and workflow automation—with less direct human input.
The study also arrives as separate researchers warned this month that AI agents may complete dangerous tasks without fully understanding the consequences. “Like Mr. Magoo, these agents march forward toward a goal without fully understanding the consequences of their actions,” said Erfan Shayegani, a UC Riverside doctoral student and lead author of that separate study.
Source: ProAct Uses AI Downtime to Anticipate User Questions Before They’re Asked