Retrieval infrastructure for AI agents
Hornet.dev
Hornet.dev is building Hornet, a retrieval engine for AI agents. Its premise is that agents generate a different search workload from humans: they issue long, structured queries, search repeatedly inside reasoning loops, and read documents to decide what to investigate next. Hornet is being designed for workloads ranging from a single agent searching a scoped collection to multi-agent systems issuing parallel queries over web-scale datasets. Its schema-first APIs aim to make requests predictable and reduce errors and wasted tokens. The company describes support for large and small models, with deployment planned as a managed service, on-premises, or in a customer's own cloud, beside the agents and their data.
Jo Kristian Bergum, Hornet's CEO and co-founder, develops the company's technical case in This is what agentic retrieval looks like. His analysis of published GPT-5 + BM25 trajectories from BrowseComp-Plus covers 830 questions and 19,279 search calls, with a median of 24 calls per question. The median query contains 10 terms, compared with two in the historical AOL human-search dataset; phrase quotes appear in roughly 98% of agent sessions. These findings describe a particular benchmark workload, but illustrate why short, single-query search assumptions can be a poor fit for agents.
The analysis explains two mechanisms behind that mismatch. Each search result becomes context for the next step, so a useful document missed early can change the evidence available throughout the remaining reasoning session. Agents also write operators such as site: and phrase quotes into their queries; if the backend ignores that syntax, an agent may reason as though a constraint was applied when it was not. Hornet's proposed retrieval infrastructure responds to these iterative workloads and explicit query requirements. Its website still describes the product as under development and invites prospective users to receive updates and help shape it.
1 talk
Newest first1 speaker at AIE
Affiliations reflect their AIE appearances, not necessarily current employment.
