TECHNOLOGYHACKER NEWS
Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep
Semble is an open-sourced code search tool that uses 98% fewer tokens than grep and reaches 99% of the retrieval quality of a 137M-parameter code-trained transformer. It combines static Model2Vec embeddings with BM25 and code-aware signals, running on CPU without transformers. Semble is designed to solve the problem of inefficient code searching in large codebases.
Mentioned