Settings

Theme

BM25 search and Claude = efficient precision

github.com

2 points by marwamc 2 months ago · 4 comments

Reader

marwamcOP 2 months ago

When using AI coding assistants to refactor symbols across large codebases (6k+ files), developers face a binary choice: precision (LSP-based tools) or efficiency (grep/ripgrep). Shebe attempts to address this trade-off by way of a good old BM25 index, which is surprisingly fast and efficient.

icsa 2 months ago

How well does this approach work with C++ source code - which is notoriously difficult to parse, given context-dependent semantics?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection