Be a part of our every day and weekly newsletters for the most recent updates and unique content material on industry-leading AI protection. Study Extra
Researchers at Sentient Basis have launched Open Deep Search (ODS), an open-source framework that may match the standard of proprietary AI search options comparable to Perplexity and ChatGPT Search. ODS equips massive language fashions (LLMs) with superior reasoning brokers that may use net search and different instruments to reply questions.
For enterprises searching for customizable AI search instruments, ODS provides a compelling, high-performance different to closed business options.
The AI search panorama
Fashionable AI search instruments like Perplexity and ChatGPT Search can present up-to-date solutions by combining LLMs’ information and reasoning capabilities with net search. Nonetheless, these options are sometimes proprietary and closed-source, making it tough to customise them and undertake them for particular purposes.
“Most innovation in AI search has occurred behind closed doorways. Open-source efforts have traditionally lagged in usability and efficiency,” Himanshu Tyagi, co-founder of Sentient, advised VentureBeat. “ODS goals to shut that hole, exhibiting that open programs can compete with, and even surpass, closed counterparts on high quality, pace, and suppleness.”
Open Deep Search (ODS) structure
Open Deep Search (ODS) is designed as a plug-and-play system that may be built-in with open-source fashions like DeepSeek-R1 and closed fashions like GPT-4o and Claude.
ODS includes two core elements, each leveraging the chosen base LLM:
Open Search Instrument: This part takes a question and retrieves data from the online that may be given to the LLM as context. The open Search Instrument performs just a few key actions to enhance search outcomes and be sure that it gives related context to the mannequin. First, it rephrases the unique question in numerous methods to broaden the search protection and seize various views. The device then fetches outcomes from a search engine, extracts context from the highest outcomes (snippets and linked pages), and applies chunking and re-ranking methods to filter for essentially the most related content material. It additionally has customized dealing with for particular sources like Wikipedia, ArXiv and PubMed, and could be prompted to prioritize dependable sources when encountering conflicting data.

Open Reasoning Agent: This agent receives the consumer’s question and makes use of the bottom LLM and varied instruments (together with the Open Search Instrument) to formulate a remaining reply. Sentient gives two distinct agent architectures inside ODS:
ODS-v1: This model employs a ReAct agent framework mixed with Chain-of-Thought (CoT) reasoning. ReAct brokers interleave reasoning steps (“ideas”) with actions (like utilizing the search device) and observations (the outcomes of instruments). ODS-v1 makes use of ReAct iteratively to reach at a solution. If the ReAct agent struggles (as decided by a separate choose mannequin), it defaults to a CoT Self-Consistency, which samples a number of CoT responses from the mannequin and makes use of the reply that reveals up most frequently.
ODS-v2: This model leverages Chain-of-Code (CoC) and a CodeAct agent, applied utilizing the Hugging Face SmolAgents library. CoC makes use of the LLM’s skill to generate and execute code snippets to unravel issues, whereas CodeAct makes use of code technology for planning actions. ODS-v2 can orchestrate a number of instruments and brokers, permitting it to sort out extra advanced duties that will require refined planning and probably a number of search iterations.

“Whereas instruments like ChatGPT or Grok supply ‘deep analysis’ by way of conversational brokers, ODS operates at a unique layer—extra akin to the infrastructure behind Perplexity AI—offering the underlying structure that powers clever retrieval, not simply summaries,” Tyagi stated.
Efficiency and sensible outcomes
Sentient evaluated ODS by pairing it with the open-source DeepSeek-R1 mannequin and testing it in opposition to in style closed-source opponents like Perplexity AI and OpenAI’s GPT-4o Search Preview, in addition to standalone LLMs like GPT-4o and Llama-3.1-70B. They used the FRAMES and SimpleQA question-answering benchmarks, adapting them to judge the accuracy of search-enabled AI programs.
The outcomes display ODS’s competitiveness. Each ODS-v1 and ODS-v2, when mixed with DeepSeek-R1, outperformed Perplexity’s flagship merchandise. Notably, ODS-v2 paired with DeepSeek-R1 surpassed the GPT-4o Search Preview on the advanced FRAMES benchmark and almost matched it on SimpleQA.

An attention-grabbing remark was the framework’s effectivity. The reasoning brokers in each ODS variations realized to make use of the search device judiciously, typically deciding whether or not a further search was vital primarily based on the standard of the preliminary outcomes. As an illustration, ODS-v2 used fewer net searches on the less complicated SimpleQA duties in comparison with the extra advanced, multi-hop queries in FRAMES, optimizing useful resource consumption.
Implications for the enterprise
For enterprises looking for highly effective AI reasoning capabilities grounded in real-time data, ODS presents a promising answer that gives a clear, customizable and high-performing different to proprietary AI search programs. The flexibility to plug in most well-liked open-source LLMs and instruments provides organizations higher management over their AI stack and avoids vendor lock-in.
“ODS was constructed with modularity in thoughts,” Tyagi stated. “It selects which instruments to make use of dynamically, primarily based on descriptions supplied within the immediate. This implies it will probably work together with unfamiliar instruments fluently—so long as they’re well-described—with out requiring prior publicity.”
Nonetheless, he acknowledged that ODS efficiency can degrade when the toolset turns into bloated, “so cautious design issues.”
Sentient has launched the code for ODS on GitHub.
“Initially, the power of Perplexity and ChatGPT was their superior expertise, however with ODS, we’ve leveled this technological enjoying discipline,” Tyagi stated. “We now purpose to surpass their capabilities by means of our ‘open inputs and open outputs’ technique, enabling customers to seamlessly combine customized brokers into Sentient Chat.”