VentureBeat summarized research proposing “direct corpus interaction” (DCI), which has agents bypass embedding-based retrieval and search raw corpora using command-line tools.
The article described searches using tools such as find, grep/rg, and shell pipelines.
VentureBeat reported that DCI aims to improve multi-step task performance by enabling exact-string search and long-tail detail search. It also reported that DCI addresses staleness from snapshot embedding indexes.
The article described two versions. It named DCI-Agent-Lite as a version with restricted terminal interactions on a small model. It named DCI-Agent-CC as a higher-performance version using Claude Code with Claude Sonnet 4.6.
Source: VentureBeat