
Share
Hugging Face has responded to OpenAI’s Deep Research by open-sourcing its own framework, enabling developers worldwide to replicate and enhance web-browsing AI capabilities with greater transparency and collaboration.
Yesterday, OpenAI unveiled Deep Research, a groundbreaking system that can browse the web, summarize content, and answer complex questions based on its findings. This system is impressive, especially when it comes to handling multi-step reasoning tasks. One of the key highlights is its performance on the General AI Assistants benchmark (GAIA), where it achieved a near 67% accuracy rate on one-shot questions and an impressive 47.6% on level 3 questions, which require multiple steps of reasoning and tool usage.
DeepResearch is powered by a large language model (LLM) from OpenAI's suite (like 4o, o1, o3, etc.) and an internal "agentic framework" that guides the LLM to use tools like web search effectively. While powerful open-source LLMs are now available (e.g., DeepSeek R1), OpenAI did not disclose much about the agentic framework behind DeepResearch.
Agent frameworks are essential for building AI systems that can perform complex tasks by breaking them down into manageable steps. These frameworks enable LLMs to use tools, gather information, and make decisions in a structured way. For instance, an agent might need to search the web, extract relevant information, and then summarize it to answer a question.
Inspired by DeepResearch's capabilities, we at Hugging Face decided to embark on a 24-hour mission to reproduce these results and open-source the necessary framework. Here’s what we did:

Architecture:
If you're interested in using or contributing to our agentic framework, check out the GitHub repository. We’ve included detailed documentation and examples to help you get started quickly.
By open-sourcing our agentic framework, we aim to democratize access to powerful AI tools like DeepResearch. This initiative not only benefits researchers and developers but also fosters innovation in the AI community. Join us in pushing the boundaries of what AI can do!
Tags
Original Sources
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
5 February 2025
88 articles
Related Articles
Related Articles
More Stories