9 ms·
> What moved the needle: Query Generation What does query generation mean in this context, it’s probably not SQL queries right?
by alexchantavy 11mo ago
> What moved the needle: Query Generation
What does query generation mean in this context, it’s probably not SQL queries right?
- daemonologist 11mo agoIt's described in the remainder of the point - they use an LLM to generate additional search queries, either rephrasings of the user's query or bringing additional context from the chat history.
- goleary 11mo agoHere's an interesting read on the evolution beyond RAG: https://www.nicolasbustamante.com/p/the-rag-obituary-killed-by-agents https://www.nicolasbustamante.com/p/the-rag-obituary-killed-... One of the key features in Claude Code is "Agentic Search" aka using (rip)grep/ls to search a codebase without any of the overhead of RAG. Sounds like even RAG approaches use a similar approach (Query Generation).
- smokel 11mo agoThe article raises several interesting points, but I find its claim that Claude Code relies primarily on grep for code search unconvincing. It's clear that Claude Code can parse and reason about code structure, employing techniques far beyond simple regex matching. Since this assumption underpins much of the article's argument, it makes me question the overall reliability of its conclusions a bit. Or am I completely misunderstanding how Claude Code works?
- andreasgl 11mo agoI think they mean query expansion: https://en.wikipedia.org/wiki/Query_expansion https://en.wikipedia.org/wiki/Query_expansion