Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep
via github.com
Short excerpt below. Read at the original source.
Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can’t find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There […]