|
|
|
|
|
by cube2222
341 days ago
|
|
This works as long as your docs are below the max context size (and even then, as you approach larger context sizes, quality degrades). Re cost though, you can usually reduce the cost significantly with context caching here. However, in general, I’ve been positively surprised with how effective Claude Code is at grep’ing through huge codebases. Thus, I think just putting a Claude Code-like agent in a loop, with a grep tool on your docs, and a system prompt that contains just a brief overview of your product and brief summaries of all the docs pages, would likely be my go to. |
|