Skip to main content
← SIGNALS
[TECH]

Introducing Semble: A New Tool for Efficient Code Search

Stephan and Thomas have open-sourced Semble, a tool designed to enhance code search efficiency by significantly reducing token usage compared to traditional methods.

Editorial StaffMay 17, 20261 MIN READ

Stephan and Thomas have launched Semble, an open-sourced tool aimed at improving code search efficiency in large codebases. This initiative addresses common challenges faced when using Claude Code.

One of the primary issues identified was the reliance on grep, which can be inefficient as it often requires reading entire files when direct searches fail.

By utilizing Semble, users may experience a reduction in token usage by up to 98% compared to grep, potentially streamlining the process of finding code snippets.