WarpGrep, created by Morph, is an advanced code search tool powered by AI, specifically designed to assist AI coding models in efficiently and accurately finding pertinent code within extensive repositories. Rather than burdening the primary language model with the task of searching files within its limited context window, WarpGrep independently conducts the search, providing only the relevant code snippets necessary for the given task. Employing a retrieval model trained through reinforcement learning, it adeptly navigates repositories in a multi-turn manner, using commands such as grep, list_directory, and read to traverse the project hierarchy and pinpoint essential code segments. This innovative method enables the tool to handle intricate natural language inquiries, such as “how is authentication executed?” or “in what location does the middleware verify tokens,” allowing for a more nuanced understanding beyond mere keyword searches. As a result, WarpGrep significantly enhances the coding process by streamlining the search for critical information within large codebases.