Claude Code 放弃了 RAG,采用简单的文件搜索,效果非常好。
我使用Claude Code大约三周了,老实说,它在我的软件开发速度上带来了巨大的变化。有一点特别突出:Claude Code没有使用典型的基于RAG的搜索,而是选择了简单的“find”和“sed”命令来进行文件搜索。这种方式出乎意料地有效。
对于那些构建非编码代理的人:你认为放弃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?