2 Sources
[1]
Context architecture is replacing RAG in AI
Redis built its name as the caching layer that kept web applications from collapsing under load. The problem it is targeting now has the same structure but is harder to solve: production AI agents failing not because the models are wrong, but because the data underneath them is scattered, stale and
[2]
Redis debuts the much-needed memory layer for enterprise AI agents - SiliconANGLE
Redis debuts the much-needed memory layer for enterprise AI agents Artificial intelligence agents have a memory problem and now Redis Inc., the database management startup, is trying to fix that with its new, real-time Context Engine. As the company explains, it's all about helping enterprise AI
Share
Copy Link
Redis unveiled Iris, a context and memory platform designed to fix the structural data problem causing production AI agents to fail. The platform addresses the scale mismatch between agent-generated data requests and existing retrieval infrastructure built for human-scale queries. With components including Context Retriever, Agent Memory, and Redis Data Integration, the launch signals a broader industry shift away from traditional RAG approaches.
Redis has launched Iris, a context and memory platform that addresses a critical infrastructure gap causing production AI agents to stall or hallucinate
1
. The problem isn't model accuracy but data architecture: AI agents generate orders of magnitude more data requests than human users, yet most retrieval systems were built for human-scale workloads1
. When production AI agents attempt complex tasks like resolving customer issues, they must pull data from multiple sources including CRM systems, shipping databases, and policy documents—a process that existing infrastructure struggles to support2
.
Source: VentureBeat
The launch of Redis Iris reflects a fundamental shift in enterprise AI infrastructure. VentureBeat's Q1 2026 VB Pulse RAG Infrastructure Market Tracker found buyer intent to adopt hybrid retrieval tripling from 10.3% to 33.3% between January and March, while custom in-house retrieval stacks rose from 24.1% to 35.6% as enterprises outgrew off-the-shelf options
1
. Retrieval-Augmented Generation approaches designed for single queries cannot absorb the volume agentic AI systems generate. "Companies will have orders of magnitude more agents than human beings," Rowan Trollope, CEO of Redis, told VentureBeat. "Orders of magnitude more agents than human beings means orders of magnitude more load on back end systems"1
.Redis Iris ships with five integrated components that cover real-time data ingestion, semantic access, and agent memory capabilities. Redis Data Integration, now in general availability, uses change data capture pipelines to sync data continuously from relational databases, warehouses, and document stores including Oracle, Snowflake, Databricks, and Postgres
1
. The Context Retriever, currently in preview, allows developers to define a semantic model of business data using pydantic models, then auto-generates Model Context Protocol tools that agents use to query data directly with row-level access controls enforced server-side1
2
.Related Stories
Redis Agent Memory, also in preview, provides a dual-layered approach that stores both short-term interaction history and long-term memory cache, enabling agents to carry context across sessions without re-deriving information on each turn
1
2
. The platform runs on Redis Flex, a rewritten storage engine that runs 99% of data on SSDs and 1% in RAM, delivering petabyte-scale retrieval at sub-millisecond latencies at a tenth of the cost of in-memory storage alone1
. Redis Search and LangCache provide the retrieval and semantic caching backbone, with LangCache reducing redundant model calls by caching prompt responses1
.Redis isn't alone in recognizing this infrastructure shift. Traditional database vendors including Oracle are integrating context layers to bring relational databases into the agentic AI era, while purpose-built vector database vendors including Pinecone are building out knowledge layers for AI agent context
1
. Standalone context layers like Hindsight have also emerged in this landscape. Redis positions itself differently by functioning as a reflection and caching layer that sits between agents and existing systems of record rather than displacing them. With Redis already present in 43% of all enterprise AI agent stacks, the company is leveraging its existing footprint to become what it describes as an operating system for AI agents2
. The semantic interface approach represents a directional inversion from classic RAG: "It's just a flip to let the agent pull the data instead of presupposing and stuffing it into the pipeline," Trollope said1
.Summarized by
Navi
[1]
30 Jun 2026•Technology

23 Aug 2024

08 Jul 2026•Technology

1
Technology

2
Technology

3
Policy and Regulation
