NeurIPS Spotlight Paper DCI: Ditching Top-k Retrieval for grep-Style Agentic Search

stanfordnlp · x · 2026-09-25

Stanford NLP researcher Dongfu Jiang announced that "Beyond Semantic Similarity" (DCI) was accepted to NeurIPS as a Spotlight. The paper argues that top-k retrieval is a compressed interface that bottlenecks agentic search: exact lexical constraints, sparse clue conjunctions, and multi-step hypothesis refinement are hard to express through a fixed semantic-similarity retriever, and evidence filtered out early can't be recovered.

The team's DCI-Agent drops the embedding model, vector index, and retrieval API entirely — instead letting the agent operate directly on large-scale local corpora via terminal-style tools like grep, read, bash, regex, and lightweight scripts. The result: higher accuracy at lower token cost.

Key points:

Related event: DCI Paper Named NeurIPS 2026 Spotlight: grep Beats top-k Retrieval(3 posts)→

Original post →

More from coding & agent

coding & agent channel →