Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep
Stephan and Thomas open-sourced Semble, a code search tool for AI agents that uses 98% fewer tokens than grep+read by combining static Model2Vec embeddings with BM25 and code-aware reranking. The tool indexes a typical r…