Agentic search vs. semantic index
contestedPractitioners actively disagree. Anyone claiming it is settled is selling something.
The live architectural disagreement in code retrieval. Claude Code does not index or embed; it greps on demand, citing precision, freshness, simplicity and privacy. Cursor indexes with tree-sitter chunking, embeddings and Merkle-tree sync, and now publishes hybrid results. Genuinely unsettled — treat anyone claiming otherwise as selling something. The framing that survives scrutiny: exact search wins when you know the string, structural navigation wins for relationships, large-context stuffing wins when the repo fits, and pure vector retrieval rarely wins on code alone.