AI Briefing
KO

Semble: A Code Search Tool for Agents That Cuts Token Usage by 98% Compared to grep

·2026.05.18 00:37

Key point

Semble has been released, reducing token usage by 98% and speeding up search for agents' code search.

Details

Semble is a code search library designed for AI agents that achieves about a 98% reduction in token usage and dramatically lower latency compared to the traditional grep + read approach.

Key features are as follows:

  • Overwhelming speed: Indexing an entire codebase takes less than 1 second, and query speed is about 10x faster than code-specialized transformer models.
  • Natural language-based search: Instead of keyword matching, it extracts exactly the code snippets you need through natural language questions like "How is authentication handled?"
  • Low resource requirements: It can run on CPU alone, without a GPU or API key, and has no dependency on external services.
  • Broad compatibility: It can be run as an MCP (Model Context Protocol) server or integrated via Bash, allowing immediate connection with various AI agents such as Claude Code, Cursor, and Codex.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.