Switch language한국어
Back to the list

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

TL;DR AI

Key summary

2 min read
  1. Semble released an open-source code search system for coding agents that blends static embeddings, BM25, fusion ranking, and reranking.

  2. The tool is designed to index and query large repositories on CPU, aiming to help agents find relevant code faster and with fewer tokens.

  3. Semble says it uses 98% fewer tokens than grep-plus-read workflows while matching near-transformer retrieval quality on its benchmark.

  4. The project targets agentic coding tools like Claude Code, Cursor, Codex, and OpenCode, and is available as an MCP server.

Read the original