VFF - The signal in the noise
News

Context Platforms Replace RAG as Agents Overwhelm Legacy Retrieval

Read original
Share
Context Platforms Replace RAG as Agents Overwhelm Legacy Retrieval

Redis launched Iris, a context and memory platform designed to handle the data retrieval demands of agentic AI systems. Unlike traditional RAG pipelines built for human-scale queries, Iris combines real-time data ingestion, semantic interfaces that auto-generate agent tools, and a flash-based storage engine to manage the orders of magnitude more data requests that AI agents generate compared to human users. The move reflects a broader market shift away from off-the-shelf RAG solutions toward custom, hybrid retrieval stacks as enterprises struggle with the structural mismatch between agent-scale workloads and legacy retrieval infrastructure.

  • Redis Iris addresses a structural problem: AI agents generate orders of magnitude more data requests than human users, overwhelming retrieval pipelines designed for single-query human interaction
  • The platform includes five components: Data Integration (GA), Context Retriever (preview), Agent Memory (preview), and Redis Flex, a rewritten storage engine running 99% of data on flash at one-tenth the cost of in-memory storage
  • Enterprise adoption data shows hybrid retrieval adoption tripling from 10.3% to 33.3% in Q1 2026, with custom in-house retrieval stacks rising from 24.1% to 35.6% as companies outgrow off-the-shelf options
  • The shift inverts classic RAG logic: instead of pre-fetching and stuffing data into pipelines, agents pull data at runtime through semantic interfaces with row-level access controls

The AI infrastructure market is experiencing a fundamental transition as agentic systems expose the limitations of RAG architectures designed for single-query workloads. This shift signals that enterprise AI deployment is moving beyond chatbots toward autonomous agents that require persistent memory, real-time data access, and orders of magnitude higher throughput than traditional retrieval systems can provide. The market data showing tripling adoption of hybrid retrieval and rising custom stack development indicates this is not a niche problem but a widespread infrastructure gap.

For operators and founders, this reflects a critical inflection point where off-the-shelf RAG solutions are becoming inadequate for production agent deployments. Companies building or deploying AI agents will need to invest in custom retrieval infrastructure or adopt platforms like Iris to avoid performance bottlenecks that prevent agents from functioning reliably. The cost advantage of flash-based storage (one-tenth the cost of in-memory) also creates a material economics shift that could reshape infrastructure spending priorities.

  • RAG as a standalone architectural pattern is insufficient for agentic AI, forcing a market-wide rearchitecture toward context platforms that handle agent-scale data demands
  • The shift from push-based (pre-fetching) to pull-based (runtime) data retrieval requires semantic data models and auto-generated interfaces, creating new dependencies on data modeling and MCP tool generation
  • Flash-based storage economics (99% on SSD, 1% in RAM) could become the default for agent memory systems, reducing infrastructure costs and enabling petabyte-scale deployments that were previously cost-prohibitive

Monitor whether other infrastructure vendors follow Redis in repositioning around agent context layers and how quickly enterprises adopt hybrid retrieval approaches. Watch for consolidation around semantic data modeling standards and MCP tool generation, as these become critical bottlenecks. Track whether custom in-house retrieval stacks continue rising as a percentage of enterprise deployments, which would indicate that platform solutions are still not meeting production requirements.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Snowflake adds auto-routing to cut AI query costs up to 3x

Snowflake adds auto-routing to cut AI query costs up to 3x

Snowflake has launched dynamic model routing in its Cortex AI Gateway, automatically selecting the most cost-effective model for each query rather than using a single fixed model. The company claims the capability can reduce token costs by up to 3x on some workloads by routing simple questions to cheaper models instead of expensive, high-capability ones. The move reflects a broader industry trend toward automated model routing, with competitors including Databricks, AWS, Google Cloud, and Nvidia announcing similar technologies.

· VentureBeat AI
Tesla Cybercab launch nears, but readiness remains unclear
TrendingNews

Tesla Cybercab launch nears, but readiness remains unclear

Tesla is preparing to launch the Cybercab, a fully autonomous two-seater vehicle without steering wheel or pedals, with a public debut planned in Austin, Texas as soon as August 2026. The company has been testing the vehicle around the country, often with manual controls installed, while employees gather data on private roads. Whether the vehicle is genuinely ready for public roads and customer use remains uncertain.

by Andrew J. Hawkins· The Verge AI
Alibaba's Qwen3.8-27B Brings Frontier AI to Local Hardware
TrendingModel Release

Alibaba's Qwen3.8-27B Brings Frontier AI to Local Hardware

Alibaba released Qwen3.8-27B, a 27-billion-parameter open source model on Friday that runs locally without cloud APIs and delivers frontier-class coding and reasoning capabilities. Third-party benchmarks show it matches or exceeds proprietary models from months ago, with scores equivalent to OpenAI's GPT-5.6 Luna and outperforming Claude Opus 4.8 on agentic tasks. The model runs on consumer hardware when quantized to 4-bit, making frontier-class AI accessible without vendor dependency.

by carl.franzen@venturebeat.com (Carl Franzen)· VentureBeat AI
AWS Bedrock AgentCore Adds Payment Layer for Autonomous Agents

AWS Bedrock AgentCore Adds Payment Layer for Autonomous Agents

AWS and the OpenClaw Foundation have integrated payment capabilities into OpenClaw agents through Amazon Bedrock AgentCore, enabling autonomous agents to conduct transactions with services that require HTTP 402 Payment Required responses. The integration uses protocols like x402 and Machine Payments Protocol (MPP) to allow agents to initiate payments within pre-approved spending limits without human intervention at each transaction. This addresses a key operational gap for long-running agents that encounter pay-per-use APIs and content services while operating autonomously.

by Daniel Wirjo· AWS Machine Learning Blog