@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...

X AI KOLs Timeline Products

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.

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. Instead, it allowed the entire system to top the DeepResearch Bench, beating Claude and ChatGPT. This counterintuitive design makes Onyx the strongest publicly available deep researcher. It's called Onyx, fully open-sourced on GitHub, and you can run it now. The story sounds simple but 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. What's the result? Once the orchestrator gets search capabilities, it can't help but do it itself – frantically pulling results, skimming the surface, failing to do high-quality task decomposition, and ultimately producing superficial reports. After observing this fatal bug, the Onyx team did what no one dared: completely removed the orchestrator's search tools. It can only write task briefs, decompose queries, and evaluate intermediate reports from sub-agents, but it cannot go online, retrieve information, or jump to conclusions prematurely. This move directly forces the orchestrator to engage in true "high-level strategic thinking." The entire architecture maintains only two layers: a pure strategy orchestrator on top and up to 6 independent research agents below. The three-phase pipeline is super clear: Phase 1: Orchestrator (no tools) decomposes a complex problem into at most 6 focused research directions, producing highly self-consistent task briefs. Phase 2: Tasks are distributed to 3 isolated research agents, each running up to 8 rounds of "search-read-think" cycles, producing intermediate reports with citations. They can also connect to 100+ internal data sources like Confluence and Slack with strict document-level permission control. Phase 3: A deterministic step deduplicates and renumbers all reports, generates a unified citation map, and outputs the final high-quality report. Because the orchestrator never touches raw data, it is not tempted by the "stop after seeing the first result" impulse. And because information passes through only two layers, it is not distorted by multi-level summarization. As a result, Onyx took #1 on the DeepResearch Bench, fully surpassing closed-source Claude and ChatGPT. Even more impressive, it can seamlessly integrate with internal knowledge bases – something that many paid solutions cannot do. You can try it tonight. Just go to the Onyx GitHub repository (link below), star it, follow the README to run the entire system, use CrewAI for overall orchestration, and Mistral's Voxtral for voice input/output to replicate a top-tier open-source deep researcher. The entire framework is 100% open source – architecture details, pipeline code, and experimental data are all in the repository. While big tech is still obsessed with "giving models more tools and more context," Onyx, with its "deliberately crippled" orchestrator, tells everyone that the smartest constraints are often the greatest strengths.
Original Article
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…

X AI KOLs Timeline

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...

X AI KOLs Timeline

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…

X AI KOLs Timeline

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...

X AI KOLs Timeline

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...

X AI KOLs Timeline

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.