Two announcements at Think 2026 changed the data side of the agentic story more than the agent side did. IBM acquired Confluent — the company behind enterprise Kafka and Flink streaming — and shipped Context in watsonx.data 2.3.2, with a managed MCP server that exposes data-platform capabilities as discoverable tools agents can call directly. Either one would be a meaningful shift on its own; together they shift the center of gravity for what "grounded enterprise agent" actually means in 2026.
What "grounded" means in 2026
Put those together and "grounded agent" stops meaning "agent with a vector store full of last week's data." It starts meaning an agent that can subscribe to a live data stream, react to a state change the moment it happens, and call a governed data tool to retrieve the latest authoritative fact at the moment a customer asks. For workflows where staleness is the failure mode — pricing, inventory, fraud, supply-chain disruption, real-time customer state — this is a different category of capability than the RAG-over-snapshots pattern that defined the last 18 months.
MCP as the integration-compressor
The MCP-server piece deserves more attention than it's gotten. Today, when you give an agent access to enterprise data, you write tool wrappers — one per dataset, one per query pattern, each one a small piece of code that has to be reviewed, secured, deployed, and maintained. That's brittle, and it doesn't scale past a handful of integrations before the wrapper code becomes its own maintenance burden. With watsonx.data exposing capabilities through MCP, the agent discovers what's available at runtime, the data team governs at the source, and the wrapper code mostly goes away. The integration surface compresses substantially.
The same stream that powers your dashboards now powers your agent's awareness — no separate pipeline, no duplicate data plane.
Confluent fits in at the layer below. Kafka and Flink give you the streaming substrate that turns batch data into live context, with the operational maturity that comes from running at scale at thousands of enterprises already. Combined with watsonx.data Context, the agent isn't pulling from a snapshot taken eight hours ago; it's reading from a flowing source that the rest of your enterprise is already using for operational systems. The same stream that powers your dashboards now powers your agent's awareness — no separate pipeline, no duplicate data plane, no "is the agent looking at the same numbers I am" conversation in a quarterly review. That alignment matters because the agent and the rest of the business are now reasoning over the same view of the world — which is what makes the agent's answers defensible.
The question to ask of every new agent
Practically: don't refactor your data plane on Monday. But when you scope your next agent project, ask the question "what would this agent do if it knew about events in real time, not at end-of-day batch?" If the answer is meaningfully different — and for any customer-facing or operations-facing agent it usually is — you've got the business case to bring this pattern in. The technology is now ready for that conversation in a way it wasn't six months ago, the operational maturity of the streaming substrate is enterprise-grade, and the procurement story is straightforward because the entire stack is IBM under one set of terms. That last point usually shaves a quarter off the project timeline by itself.
Get Started with Agentic AI →