Tag: code search
-

How Semble Cuts AI Code Search Tokens by 98%
Grep wastes 98% of your AI’s context window. Every time a coding agent like Claude Code, Cursor, or Codex searches a codebase, it fires off a grep command, finds the matching files, and dumps the entire contents into the LLM prompt. That brute-force approach works โ but it’s catastrophically expensive. A new open-source tool called…