Studio: improve Deep Research synthesis#7393
Conversation
for more information, see https://pre-commit.ci
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d99fad30cb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5bc139c093
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 33a016e511
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. 🚀 Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
Follow-up to #7219, targeting
feature/deep-research.Important
This is a review-only mirror. It targets
pr-7219-deep-research, an exact copy of #7219's current head, so GitHub displays only this follow-up diff.Do not merge this PR. Review and merge alkinun/unsloth#1 instead. Once merged there, these changes will reach
mainthrough #7219.Problem
This follow-up addresses two separate problems found while testing #7219:
Qwen3.6-27B-MTP, these calls spent much of their output budget reasoning about the decision.In the public test below, #7219 collected 38 sources but recommended a diffusion-based architecture that did not provide the required deterministic, random-access terrain streaming. The report presented that recommendation and other design choices as established conclusions.
Terrain test prompt
What changes in practice
Before this follow-up:
Planning the next search: extended model reasoning -> {"action": "search", "query": "..."}With this follow-up:
Planning the next search: {"action": "search", "query": "..."}Changes
The search engine, scraping, source limits, and initial final-report generation settings are unchanged.
Evaluation
Both versions used
Qwen3.6-27B-MTP-GGUF(UD-Q4_K_XL), a 32,768-token context, temperature 0, DuckDuckGo search, automatic scraping, at most 12 research steps, and at most 40 sources.The blind review scored mathematical coherence, deterministic streaming, system integration, exploration structure, feasibility, evidence, validation, and clarity. The higher-scoring follow-up report was preferred over the #7219 report in both presentation orders.
This is a focused comparison on one public research problem, not a general accuracy benchmark.
Checks