Presentation slide showing Hanna Lichtenberg and Aamir Shakir from Mixedbread AI
Hanna Lichtenberg and Aamir Shakir of Mixedbread AI discuss teaching agents to use better retrieval.· AI Engineer

Mixedbread AI on Teaching Agents Better Retrieval

Mixedbread AI's Hanna Lichtenberg explains how their new search agent harness bridges the gap between LLM reasoning and effective information retrieval.

8 min read

In a recent presentation, Hanna Lichtenberg, an AI Engineer at Mixedbread AI, detailed the company's approach to improving how AI agents utilize retrieval. The core challenge, as highlighted by Lichtenberg, is the growing "knowledge gap" between the advanced reasoning capabilities of large language models (LLMs) and their ability to effectively retrieve relevant information. This gap, she explained, is becoming increasingly pronounced as LLMs evolve, necessitating better tools for information retrieval.

Mixedbread AI on Teaching Agents Better Retrieval - AI Engineer
Mixedbread AI on Teaching Agents Better Retrieval — from AI Engineer

Visual TL;DR. LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap uses Targeted Rewards. Bridging the Gap enables Improved Retrieval. Targeted Rewards improves Improved Retrieval. Improved Retrieval validated by Benchmarking and Results.

  1. LLM Reasoning vs. Retrieval: LLM reasoning grows exponentially, retrieval capabilities lag significantly behind
  2. Knowledge Gap Problem: Advanced LLMs struggle to access and use precise information effectively
  3. Mixedbread AI Search Agent: A new search agent harness developed by Mixedbread AI
  4. Bridging the Gap: Connects LLM reasoning with effective information retrieval capabilities
  5. Targeted Rewards: Incentivizes better search behavior for AI agents
  6. Improved Retrieval: Agents can better access and utilize relevant information
  7. Benchmarking and Results: Demonstrates effectiveness of the new search agent harness
Visual TL;DR
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap enables Improved Retrieval leads to solves aims to enables LLM Reasoning vs. Retrieval Knowledge Gap Problem Mixedbread AI Search Agent Bridging the Gap Improved Retrieval From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap enables Improved Retrieval leads to solves aims to enables LLM Reasoning vs.Retrieval Knowledge GapProblem Mixedbread AISearch Agent Bridging the Gap ImprovedRetrieval From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap enables Improved Retrieval leads to solves aims to enables LLM Reasoning vs. Retrieval LLM reasoning grows exponentially,retrieval capabilities lag significantlybehind Knowledge Gap Problem Advanced LLMs struggle to access and useprecise information effectively Mixedbread AI Search Agent A new search agent harness developed byMixedbread AI Bridging the Gap Connects LLM reasoning with effectiveinformation retrieval capabilities Improved Retrieval Agents can better access and utilizerelevant information From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap enables Improved Retrieval leads to solves aims to enables LLM Reasoning vs.Retrieval LLM reasoning growsexponentially,retrieval… Knowledge GapProblem Advanced LLMsstruggle to accessand use precise… Mixedbread AISearch Agent A new search agentharness developedby Mixedbread AI Bridging the Gap Connects LLMreasoning witheffective… ImprovedRetrieval Agents can betteraccess and utilizerelevant… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap uses Targeted Rewards. Bridging the Gap enables Improved Retrieval. Targeted Rewards improves Improved Retrieval. Improved Retrieval validated by Benchmarking and Results leads to solves aims to uses enables improves validated by LLM Reasoning vs. Retrieval LLM reasoning grows exponentially,retrieval capabilities lag significantlybehind Knowledge Gap Problem Advanced LLMs struggle to access and useprecise information effectively Mixedbread AI Search Agent A new search agent harness developed byMixedbread AI Bridging the Gap Connects LLM reasoning with effectiveinformation retrieval capabilities Targeted Rewards Incentivizes better search behavior for AIagents Improved Retrieval Agents can better access and utilizerelevant information Benchmarking and Results Demonstrates effectiveness of the newsearch agent harness From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai LLM Reasoning vs. Retrieval leads to Knowledge Gap Problem. Knowledge Gap Problem solves Mixedbread AI Search Agent. Mixedbread AI Search Agent aims to Bridging the Gap. Bridging the Gap uses Targeted Rewards. Bridging the Gap enables Improved Retrieval. Targeted Rewards improves Improved Retrieval. Improved Retrieval validated by Benchmarking and Results leads to solves aims to uses enables improves validated by LLM Reasoning vs.Retrieval LLM reasoning growsexponentially,retrieval… Knowledge GapProblem Advanced LLMsstruggle to accessand use precise… Mixedbread AISearch Agent A new search agentharness developedby Mixedbread AI Bridging the Gap Connects LLMreasoning witheffective… Targeted Rewards Incentivizes bettersearch behavior forAI agents ImprovedRetrieval Agents can betteraccess and utilizerelevant… Benchmarking andResults Demonstrateseffectiveness ofthe new search… From startuphub.ai · The publishers behind this format
!-- /sh-diagram -->

Bridging the Knowledge Gap

Lichtenberg illustrated this challenge with a graph showing that while LLM reasoning capabilities are experiencing exponential growth, retrieval capabilities are advancing much more slowly. This disparity means that even powerful LLMs can struggle to access and utilize the precise information needed for complex tasks, particularly in domains like legal or financial work. The team at Mixedbread AI recognized this limitation and set out to build a solution.

The Mixedbread AI Search Agent Harness

To address this, Mixedbread AI developed a "search agent harness" designed to teach agents to use powerful search tools more effectively. The harness is built upon the Mixedbread AI platform and incorporates several key search tools:

  • Overview Search: This tool provides a broad overview by retrieving summaries of the top 50 relevant chunks of information.
  • Semantic Search: This tool focuses on more nuanced retrieval, executing semantic searches and returning the top 10 retrieved chunks.
  • Filter Chunks: This tool refines the search by filtering both raw and chunked data based on metadata facets.
  • Grep: A traditional keyword-based search tool is also included for specific use cases.

The harness operates by first planning the search, then executing multiple queries using these tools, and finally filtering the results to identify relevant information. The agent is trained to guess keywords that increase the overlap between queries and documents, aiming to improve the efficiency and accuracy of the retrieval process.

Targeted Rewards for Better Search Behavior

A critical component of Mixedbread AI's approach is the use of "targeted rewards" to guide the agent's learning. The total reward (R) is a combination of retrieval quality and trajectory quality. This means the agent is rewarded not only for finding the right information but also for the efficiency and effectiveness of its search process.

The framework employs two types of judges:

  • Retrieval Judge: This judge assesses the quality of the retrieved information based on recall and NDCG (Normalized Discounted Cumulative Gain), ensuring that relevant documents are identified and ranked appropriately.
  • LLM Query and Explanation Judge: This judge evaluates the LLM's ability to generate natural language queries and explanations, ensuring clarity and relevance in the agent's output.

By combining these reward signals, the agent learns to optimize its search strategy, leading to more precise and efficient information retrieval.

Benchmarking and Results

The presentation included benchmarking results comparing the Mixedbread AI search agent against other models. On the Obliqua-congress benchmark, the Mixedbread AI search agent demonstrated superior performance, achieving a higher score in both precision and recall compared to other models like the OPP 0.2 Multi-hop Agent and Gemini embedding-based approaches. The team also shared preliminary results on the MTEB benchmark, showing competitive accuracy and effort scores for their models.

The data presented indicates that while LLMs are becoming increasingly powerful, their ability to perform complex search tasks is still limited by the quality of their retrieval mechanisms. Mixedbread AI's harness and reward system represent a significant step towards closing this gap, enabling agents to become more effective and reliable in knowledge-intensive applications.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.