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.