@berryxia: This team's research is somewhat counterintuitive, taking a different approach to LLM research orchestration. An open-source team discovered that directly depriving the smartest orchestrator in a deep research system of search permissions actually allowed the entire system to top the DeepResearch Bench, beating Claude and ChatGPT...
Summary
An open-source team found that by stripping the orchestrator of search permissions in a deep research system, forcing it to engage in high-level strategic thinking, Onyx surpassed Claude and ChatGPT on the DeepResearch Bench, becoming the strongest open-source deep researcher.
View Cached Full Text
Cached at: 05/26/26, 09:07 AM
The research from this team is also a bit counterintuitive, and their approach to LLM research scheduling is quite unconventional.
An open-source team discovered that by directly stripping search permissions from the smartest orchestrator agent in a deep research system, the entire system topped the DeepResearch Bench, beating Claude and ChatGPT.
This counterintuitive design makes Onyx the strongest publicly available deep researcher.
It’s called Onyx, completely open-source on GitHub, and you can run it right now.
The story sounds simple, yet it exposes a common flaw in almost all big tech AI Agents.
Traditional deep research systems—including OpenAI’s o1 series, Anthropic’s, and Google’s solutions—equip the orchestrator with a full set of tools: it can search the web, open links, read documents, and write reports end-to-end.
So what happens?
The orchestrator, once it gets search access, can’t resist doing everything itself. It frantically fetches results, skims the surface, never does high-quality task decomposition, and the final report is always superficial.
After observing this fatal bug, Onyx’s team did something no one else dared: they completely removed the search tool from the orchestrator.
Now it can only write task briefs, decompose queries, and evaluate intermediate reports from sub-agents. But it absolutely cannot browse the web, retrieve information, or jump to conclusions prematurely.
This forced the orchestrator to engage in genuine high-level strategic thinking.
The entire architecture maintains only two layers: a pure-strategy orchestrator on top, and up to six independent research agents below.
A three-phase pipeline that’s super clear:
Phase 1: The orchestrator (with no tool permissions) breaks down a complex problem into up to six focused research directions, producing highly self-consistent task briefs.
Phase 2: Distributes tasks to three isolated research agents. Each agent runs up to 8 cycles of “search-read-think”, producing intermediate reports with cited sources. It can also integrate with internal enterprise sources like Confluence, Slack, and 100+ other data sources, with strict document-level access control.
Phase 3: A deterministic step that deduplicates all reports, renumbers them, generates a unified reference map, and outputs the final high-quality report.
Because the orchestrator never touches raw data, it’s immune to the temptation of “stop at the first result”. And with only two layers of information transfer, there’s no distortion from multi-level summarization.
Result: Onyx achieved No.1 on DeepResearch Bench, comprehensively surpassing closed-source Claude and ChatGPT.
Even more impressive: it can seamlessly connect to internal enterprise knowledge bases, something many paid solutions can’t do.
You can try it tonight.
Just go to the Onyx GitHub repo (link below), star it, then follow the README to run the entire system. Use CrewAI for orchestration and Mistral’s Voxtral for voice input/output to replicate a fully open-source top-tier deep researcher.
The entire framework is 100% open source—architecture details, pipeline code, experimental data—all in the repo.
Big Tech is still stuck on “stuffing more tools and more context into the model”, but Onyx, with its deliberately “crippled” orchestrator, shows everyone that the smartest constraints are often the strongest capabilities.
Avi Chawla (@_avichawla): The No. 1 deep researcher beats Claude and ChatGPT with a trick neither uses.
I studied the open-source architecture behind it.
A counterintuitive thing I found is that the orchestrator agent that runs the entire research strategy has no search access.
It can’t query the web.
Similar Articles
@_avichawla: The No. 1 deep researcher beats Claude and ChatGPT with a trick neither uses. I studied the open-source architecture be…
The Onyx open-source deep research system achieves top ranking by stripping search access from its orchestrator agent, forcing it to decompose queries into focused research threads. Its three-phase pipeline and two-level architecture prevent information distortion and premature answering, outperforming proprietary solutions from OpenAI, Anthropic, and Google.
@IndieDevHailey: Open-Source Claude Science Alternative Explodes! One Command, Switch Between DeepSeek/GLM Freely—Researchers Thrilled! OpenScience is an open-source AI research workbench from a YC-incubated team, a direct free alternative to Claude Science with zero restrictions. Give it a research goal, and it...
This article introduces the open-source AI research workbench OpenScience (YC-incubated), which serves as a free alternative to Claude Science, supports multiple model switching, comes with over 290 research skill packages and 30+ scientific databases, and can automate the entire research workflow. It also mentions Anthropic's official open-source Claude Cookbooks tutorial collection.
@berryxia: Great news for research dogs! If you're in research, you must watch this. At the just-concluded Google I/O, DeepMind CEO Demis Hassabis dropped a chilling () line: "Scientific progress is becoming compu…
At Google I/O, DeepMind CEO Demis Hassabis announced that scientific progress is becoming computable, launching the Gemini for Science system to help researchers read papers, write code, and generate hypotheses, enabling science to scale and iterate like software.
@Phoenixyin13: Finished reading a long post today by OpenAI researcher Noam Brown — a reality severely underestimated by the industry. The true ceiling of LLM capabilities is far higher than what any current benchmark shows. The reason: too little test-time compute. And as models...
Highlights OpenAI researcher Noam Brown's argument: the true ceiling of LLM capabilities is far higher than current benchmarks show, due to insufficient test-time compute, and stronger models benefit more from additional computation. This poses a serious challenge for AI safety evaluation, as many dangerous capabilities may only emerge under long time and high compute budgets.
@Phoenixyin13: This is one of the most important reposts I've made. The first author of this paper is someone I deeply admire and a good friend of mine—Guowei Xu, a top student from the Yao Class at @Tsinghua_Uni, who is now conducting AI large model research at @Harvard. Guowei's paper precisely hits the current...
Reposting an introduction to a paper by Tsinghua Yao Class graduate Guowei Xu (currently at Harvard) that accurately points out two critical bottlenecks in LLM search: sparse verification and candidate limitation, which are important for improving reasoning capabilities.