← Browse

Europe 2026

Benchmarking semantic code retrieval on Claude Code — Kuba Rogut, Turbopuffer

Kuba Rogut , Turbopuffer

Overview

This talk explores the effectiveness of semantic code retrieval for AI coding assistants, specifically benchmarking it against traditional grep-based methods on Claude Code. The core thesis is that while grep is simpler and often sufficient, semantic search, powered by vector embeddings, can significantly improve precision and the agent's ability to locate relevant code, especially for complex tasks. This approach offers a form of cached compute, reducing redundant processing and potentially leading to better accuracy and user satisfaction.

Who should watch

Key takeaways

Notable quotes

*Semantic search can significantly improve precision and the agent's ability to locate relevant code.*
*Embeddings are cached compute, reducing redundant processing and potentially leading to better accuracy.*
*The process really matters for understanding like are agents actually looking for the right files.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.