Realtime AI News
Alibaba's Qwen Office open-sources MyContext to turn DingTalk chats and documents into agent context
Alibaba's Qwen Office team has open-sourced MyContext, a context infrastructure project that turns scattered work data from DingTalk chats, documents and meetings into context agents can directly consume. The project passed 1,000 GitHub stars within a week of going open source, tackling out-of-order time-series data, conflicting facts and the compute cost of continuous updates.
Alibaba is turning context into agent infrastructure. On August 18, QbitAI reported that Alibaba's Qwen Office team open-sourced MyContext, a context infrastructure project that continuously processes DingTalk chats, enterprise documents, meeting records and collaboration data into work context that agents can directly consume. The project has already passed 1,000 stars on GitHub just one week after going open source.
The release targets a painful gap in real-world agent adoption. While model reasoning, coding and tool-calling keep advancing, and harnesses, plugins and execution frameworks fill in task orchestration and state management, agents still know almost nothing about actual business context: what was discussed with colleagues in DingTalk, which decisions are recorded in documents, and what standards a company follows often sit entirely outside the agent's reach.
MyContext's answer is direct: it adds a data processing layer for agents. With user authorization, IM conversations, documents, meetings and collaboration records are continuously collected and organized into a dynamically updated work profile. Which projects a user owns, who they collaborate with regularly, and which discussions have concluded are systematically retained and fed into downstream task execution, so users no longer have to reintroduce themselves every time they switch agents.
For the messy realities of enterprise data — late arrivals, constant changes and contradictory facts — MyContext applies engineering solutions. Each piece of raw information is bound to a stable source identifier so idempotency guarantees late-arriving data is not lost; idle gaps in conversation define session boundaries so context segmentation follows real interaction rhythm; and a sliding time window continuously aggregates evidence, so facts that recur across different discussions generate new confidence signals.
To handle factual conflicts, MyContext uses a three-state merge mechanism that treats conflict as a business signal worth preserving: consistent information boosts confidence, supplementary information merges into existing conclusions, and genuine conflicts keep multiple facts with lowered confidence, exposed explicitly to the user. Conclusions manually confirmed by users get higher priority and cannot be overwritten by the model later.
The project also avoids turning context into a black-box memory. Every conclusion keeps a traceable evidence chain back to the original chat, document or meeting, and everything the agent can see and call is constrained by user and organizational permissions. The team also tackled the cost problem of context engineering, so a new batch of messages does not force a full recomputation of all history.
Overseas vendors have already explored this territory: Palantir unifies business objects with Ontology, Glean emphasizes its Enterprise Graph, and Microsoft connects enterprise data and permissions through Microsoft Graph and Copilot Connector. MyContext differentiates itself by going deeper into the engineering problem — turning heterogeneous, strongly time-ordered, continuously changing and even conflicting raw business data into stable, agent-consumable context. QbitAI cites a Confluent 2026 survey finding that 66% of enterprises say data infrastructure and quality are slowing agentic AI adoption, and 80% have made using their own data to drive AI a business priority.
The bigger signal is that enterprise AI adoption is no longer blocked by whether a stronger model exists, but by whether there is backend infrastructure that can continuously govern and process scattered business data into usable context. Passing 1,000 GitHub stars in a week shows broad developer agreement on the pain point of agents starving for real business context. The next things to watch are whether MyContext builds an ecosystem, gets integrated into mainstream harnesses and agent frameworks, and how deeply Alibaba connects it with its Qwen product line.
Why it matters
MyContext addresses the infrastructure bottleneck blocking agentic AI in enterprises by turning scattered work data into agent-consumable context; its fast open-source traction could accelerate enterprise agent ecosystems.
Nearby Updates
All08/18, 12:41
OpenAI to lease massive new AI data centre in US, backed by $105B Nvidia financing
OpenAI will lease a massive new data centre in the United States for 20 years, backed by a $105 billion financing commitment from Nvidia, according to a regulatory filing published on Aug 17. Built on a former Cold War-era uranium enrichment plant site in Ohio, the project could reach 8GW of capacity and run exclusively on Nvidia chips, potentially becoming the largest single AI data centre.
08/18, 11:31
AI infrastructure enters the self-evolving era: Tsinghua team optimizes AI with AI to build a domestic trillion-token factory
QbitAI reports that Qingmao Intelligence, a startup founded by a Tsinghua team, is applying a self-evolving "AI optimizes AI" approach to compute infrastructure, automating operator development and chip adaptation while compressing complex operator tuning from about two weeks to roughly one hour. The company has adapted dozens of domestic chips and aims to build a trillion-token-per-day factory on domestic compute for the agent era.
08/18, 14:00
NVIDIA unveils $600B AI factory opportunity with up to 1.5M GPUs per site
NVIDIA has unveiled a $600 billion business opportunity around AI factories, where a single factory can demand up to 1.5 million GPUs, according to a 36Kr report. The company frames AI factories as the defining infrastructure of the AI era, arguing that compute is revenue and that they require chips, packaging, memory, networking, land and power.
08/18, 11:04
Musk moves into AI coding, Microsoft shares tumble
Elon Musk has moved into AI coding, and Microsoft shares tumbled on the news, according to reports carried by Chinese financial media. The market reaction signals that AI coding — one of the most contested battlegrounds in commercial AI — is being repriced as a heavyweight entrant arrives.