Post #2779417
2026-05-04 18:37 UTC
If you code with LLMs on larger code basis I recommend you to have a look at MinishLab/semble a micro embed llm for searching codebases with JIT indexing.
You basically run a:
`semble search "the string I want to find" ./codebase/`
And semble returns in seconds LLM readable results with file and line positions and short code excempt around each found match.
This save tons of tokens due not parsing or manually grep the whole codebase.
https://github.com/MinishLab/semble
#llm #code
Replies (0)
No replies.