DigestOps
Archived signal · AI Web & Product Design
Avi Chawla@_avichawlax

Google and Anthropic move retrieval out of app into standalone service

  • Separating ingestion from query avoids stale embeddings and coupled infrastructure.
  • MCP and RAG Engine expose retrieval as a tool agents invoke, not a pipeline inside one app.
  • Old naive RAG causes index drift and duplicate connectors across apps.
how to reproduce · Implement retrieval as a standalone service (e.g., MCP server or RAG Engine) that agents call via tools. Decouple ingestion from query to avoid stale embeddings and reuse connectors across apps.
43249.7K views↗ Open the original
Share
Where this lives now

This signal is part of the DigestOps evidence archive. The living answers built on evidence like this are at AI Web & Product Design; agents can query it as JSON at /api/v1/cards/80 or over MCP.