Fetching from the wire…
Research2026-06-27 · source-backed
Instead of splitting a document then embedding each chunk, you run the whole document through a long-context embedding model (8,192+ tokens) first, then apply chunk boundaries, so every chunk carries surrounding context. Combined with BM25 and reranking it reportedly cuts top-20 failures by up to 67%, matching Anthropic's contextual retrieval but far cheaper since it skips per-chunk LLM rewrites. (KX Systems) I've built pgvector RAG in production, and the per-chunk LLM rewrite cost is real. If you have a long-context embedder, this is the better default.
Each link below shares sources, entities, or timing with this story.
Anthropic released MCP / Shared entities / Earlier coverage / Tension
Linked by a graph relationship (Anthropic released MCP); both cover Anthropic, BM25, Instead, LLM; earlier Anthropic coverage from 2026-03-22.
Anthropic released Contextual Retrieval / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Contextual Retrieval); both cover Anthropic, BM25, Combined, LLM; overlapping topics (bm25, chunk, contextual, cuts, embedding).
Anthropic partners with OpenAI / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Anthropic partners with OpenAI); both cover Anthropic, RAG; overlapping topics (anthropic, embedding).
Anthropic released MCP / Shared entities / Earlier coverage
Linked by a graph relationship (Anthropic released MCP); both cover BM25, LLM, RAG; earlier BM25 coverage from 2026-05-20.
Anthropic partners with Notion / Shared entities / Earlier coverage
Linked by a graph relationship (Anthropic partners with Notion); both cover Anthropic, Combined, Instead; earlier Anthropic coverage from 2026-05-15.
Anthropic released MCP / Shared entities / What happened next / Tension
Linked by a graph relationship (Anthropic released MCP); both cover BM25, LLM; picks up the BM25 thread on 2026-07-28.
Linked by a graph relationship (Anthropic released MCP); both cover LLM, RAG; picks up the LLM thread on 2026-07-27.
Anthropic partners with OpenAI / Shared entities / What happened next / Tension
Linked by a graph relationship (Anthropic partners with OpenAI); both cover LLM, RAG; picks up the LLM thread on 2026-07-24.