Skip to content
Discussion options

You must be logged in to vote

Honest sizing guidance, now also in docs/FAQ.md:

  • Under ~200 files: usually net overhead. Our own formal token-efficiency benchmark reports ratios below 1.0 for small commits — documented, not hidden. Plain grep/agentic search wins there.
  • The win scales with corpus size and question shape. Single-symbol lookups ("where is X defined") don't need a graph at any size. Multi-hop questions — blast radius of a diff, callers-of-callers, which flows a change touches, what's untested — are where the graph pays off, increasingly so as the repo grows (our pinned-repo evals run 60 → 27k+ files; the best case, 528x, is the largest corpus).
  • Review workflows specifically (risk-scored detect-changes on P…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chkiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants