Claude Code 放弃了 RAG,转而采用简单的文件搜索,而且效果很好。
1 分•作者: dmundhra92•9 个月前
我使用 Claude Code 大约有 3 周了,老实说,它彻底改变了我的软件开发速度。其中一个突出的特点是:Claude Code 没有采用典型的基于 RAG(检索增强生成)的搜索,而是选择了直接的“find”(查找)和“sed”(替换)命令来进行文件搜索。而且,效果出乎意料地好。
对于任何构建非编码 Agent(智能体)的人来说:你们认为放弃 RAG,转而使用简单的文件搜索,对于搜索文件来说是一个更好的方法吗?在实际应用场景中,这种方法更有效吗?
查看原文
I’ve been using Claude Code for about 3 weeks now, and honestly, it’s been a game changer for my software development speed. One thing that stands out: Instead of using the typical RAG based search, Claude Code opts for straightforward “find” and “sed” commands for file search. And it’s surprisingly effective.<p>For anyone building non-coding agents: Do you think dropping RAG in favour of simple file search is a better approach for searching through files? Is it more effective in real-world scenarios?