A Compound AI Agent for Conversational Grant Discovery

arXiv cs.AI / 5/5/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • The paper addresses how fragmented research-funding discovery across many agency and nonprofit portals makes search slow and inconsistent due to differing interfaces and data schemas.
  • It proposes a “compound” AI agent system with an aggregation/indexing layer that uses LLM-equipped browser agents to collect, normalize, and maintain a unified database of nearly 12,000 opportunities with biweekly updates.
  • A separate ReAct-based agentic query layer interprets user research context (including from PDFs) and retrieves relevant grants using hybrid search over a structured index plus selective web search to reduce hallucinations.
  • The conversational, multi-turn interface lets researchers iteratively refine constraints without rephrasing their core description, streaming results in real time with transparent intermediate reasoning.
  • Reported usage indicates the system is already used by 3,000+ users and reduces grant discovery time from 30–45 minutes to under 10 minutes compared with manual portal searches.

Abstract

Research funding discovery remains fundamentally fragmented: researchers navigate disparate agency portals (e.g., in the United States, NSF, NIH, DARPA, Grants.gov, and many others) with heterogeneous interfaces, search capabilities, and data schemas. We present a compound AI system that unifies this landscape through two tightly coupled components: (1) an aggregation layer that autonomously collects, normalizes, and indexes almost 12,000 federal and nonprofit opportunities from fragmented sources via LLM-equipped browser agents, maintaining a biweekly-updated unified database; and (2) an agentic ReAct-based query processing layer that interprets research context (including from PDF documents) and employs hybrid search combining a structured index with selective web search to retrieve relevant opportunities - while avoiding LLM hallucination. The conversational interface supports iterative refinement through multi-turn interactions, allowing researchers to progressively apply constraints without reformulating their core research description. Results stream in real time with full transparency of intermediate reasoning, enabling appropriate calibration of user trust. Currently used by almost 3,000+ users, our approach demonstrates the feasibility of compound AI in reducing grant discovery time from 30--45 minutes (manual, fragmented portal searches) to under 10 minutes (unified, conversational search).