Decoupling Search from Reasoning: A Vendor-Agnostic Grounding Architecture for LLM Agents
This work introduces Decoupled Search Grounding (DSG), a vendor-agnostic architecture designed to separate the complex process of real-time search from the core reasoning capabilities of Large Language Model (LLM) agents. The primary contribution is a novel architectural boundary that treats search grounding as an optimizable interface rather than an intrinsic model feature. This research addresses a critical limitation in current LLM agent deployments: the tight coupling of retrieval policy, provider selection, evidence integration, cost, latency, and generation within a single model-provider abstraction. This fusion hinders inspection, tuning, reuse, and portability, and can lead to issues like Search-Induced Verbosity.
The implications of this decoupling are significant. It enables more robust, controllable, and cost-effective LLM agents, particularly in production environments requiring dynamic access to up-to-date information. The authors, Emmanuel Aboah Boateng, Kyle MacDonald, Amardeep Kumar, Siddharth Kodwani, and Sudeep Das from an unnamed institution, published this work on arXiv. The intended audience is software engineers and researchers working with LLM agents, who will benefit from a more modular and manageable approach to integrating external knowledge.
Key technical innovations include an MCP-compatible gateway that exposes fine-grained controls. This gateway facilitates vendor-agnostic provider routing, allowing agents to dynamically select optimal search services. Source-aware context rendering ensures that retrieved information is appropriately formatted for the LLM, preserving nuance and accuracy. Configured fallback mechanisms mitigate failures by gracefully transitioning to alternative retrieval strategies. Furthermore, explicit control over retrieval depth allows for precision in information gathering, and exact and semantic caching strategies drastically reduce redundant computations and latency.
The results presented demonstrate tangible benefits. On benchmark datasets like SimpleQA and HotpotQA, DSG achieves accuracy comparable to native search while significantly reducing search costs and latency, particularly when leveraging its caching mechanisms. Crucially, it preserves concise output contracts, a common challenge with traditional LLM grounding. In a large-scale e-commerce query-understanding workload, DSG matched native-search accuracy with over 98% cost reduction. This work enables future LLM agent architectures to be more flexible, efficient, and adaptable, potentially leading to a paradigm shift in how agents interact with the external world and reducing vendor lock-in. The findings, presented in an abstract only, highlight real-time grounding as a distinct, optimizable interface.