In short
Researchers propose the Context Graph—a data structure that helps AI agents proactively provide employees with relevant information rather than waiting for a request. This approach has reduced the average response time from 47 minutes to 30 seconds.
Modern corporate AI agents based on Retrieval-Augmented Generation (RAG) remain reactive: they act only in response to a human request. The authors of this paper propose the concept of proactive agents, which provide useful information on their own before an employee even asks for it.
At the heart of the solution lies the Context Graph—a dynamic relational data structure that models enterprise entities, their relationships, and state changes over time. Three components are built on top of the graph:
The authors formalize each component and derive a unified proactivity evaluation function (Proactivity Score). A full-scale implementation in Python was carried out using the NetworkX library and the Anthropic Claude API.
The approach was tested across three scenarios: contract lifecycle management, responding to engineering incidents, and sales funnel monitoring. Results:
Source: cs.AI updates on arXiv.org