Claude Code shifts to agentic search
SmartScope’s breakdown of a statement attributed to Claude Code developer Boris Cherny says early Claude Code used local vector-DB RAG, then moved toward live agentic terminal search for code exploration. The core argument is that exact, tool-driven retrieval (grep/ls/read) often beats semantic chunk recall for real refactors, though hybrid setups still matter for concept discovery.
The real takeaway is not “RAG is dead,” but that coding agents win when retrieval matches the task: exact references for edits, semantic search for discovery.
- –Agentic search improves freshness because it reads current files instead of relying on stale indexes.
- –For code changes, exact symbols, call sites, and file paths are usually more valuable than “similar snippets.”
- –Operational overhead drops when you avoid maintaining embedding/index sync pipelines.
- –Tradeoff: token and latency costs can spike on large repos if search loops are not controlled.
- –The strongest architecture pattern remains hybrid: agentic-first with selective semantic indexing.
DISCOVERED
84d ago
2026-03-17
PUBLISHED
84d ago
2026-03-17
RELEVANCE
AUTHOR
Cole Medin
