Skip to content

docs: deep research trajectories with NDD and MCP tool use#326

Merged
eric-tramel merged 4 commits intomainfrom
dev-notes/openresearcher-trajectories
Feb 12, 2026
Merged

docs: deep research trajectories with NDD and MCP tool use#326
eric-tramel merged 4 commits intomainfrom
dev-notes/openresearcher-trajectories

Conversation

@eric-tramel
Copy link
Contributor

@eric-tramel eric-tramel commented Feb 11, 2026

Summary

  • New blog post: "Deep Research Trajectories with NeMo Data Designer and MCP Tool Use"
  • Reproduces the OpenResearcher paradigm (Chen et al., 2026) using Data Designer's MCP tool-calling pipeline
  • Results comparing Claude Opus 4.5 (75% accuracy) and Nemotron Nano 3 (52% accuracy) on 64 MuSiQue multi-hop questions (2/3/4-hop)
  • Documents rough edges with open-weight model tool calling on vLLM (GPT-OSS-120B Harmony format, Kimi K2.5)
  • Includes full reproducible source: pipeline config, corpus preparation script, and BM25S retrieval MCP server

Test plan

  • Verify blog renders correctly with mkdocs serve
  • Check trajectory visualization renders in dark/light mode
  • Verify all external links resolve
  • Review code foldables expand/collapse correctly

OpenResearcher-style pipeline for generating multi-turn research
trajectories using Data Designer's MCP tool-calling capabilities.
Includes results comparing Claude Opus 4.5 and Nemotron Nano 3 on
64 MuSiQue questions (2/3/4-hop), trajectory visualization, analysis
of the open-model tool-calling ecosystem, and full reproducible source.

Co-Authored-By: Remi <noreply@anthropic.com>
@eric-tramel eric-tramel requested a review from a team as a code owner February 11, 2026 23:13
@eric-tramel eric-tramel self-assigned this Feb 11, 2026
@eric-tramel eric-tramel added the documentation Improvements or additions to documentation label Feb 11, 2026
@eric-tramel eric-tramel changed the title blog: deep research trajectories with NDD and MCP tool use docs: deep research trajectories with NDD and MCP tool use Feb 11, 2026
Move deep-research-trajectories.md from docs/blog/posts/ to
docs/devnotes/posts/ to match the project's dev notes convention.
Add nav entry in mkdocs.yml alongside the existing RQA post.

Co-Authored-By: Remi <noreply@anthropic.com>
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 11, 2026

Greptile Overview

Greptile Summary

Adds comprehensive blog post "Deep Research Trajectories with NeMo Data Designer and MCP Tool Use" to the dev notes section, along with navigation updates.

Key additions:

  • New blog post (deep-research-trajectories.md): 1070-line comprehensive guide reproducing the OpenResearcher paradigm using Data Designer's MCP tool-calling pipeline
  • Includes complete reproducible source code (pipeline config, corpus preparation script, BM25S retrieval MCP server)
  • Documents experimental results comparing Claude Opus 4.5 (75% accuracy) vs Nemotron Nano 3 (52% accuracy) on 64 MuSiQue multi-hop questions
  • Features interactive trajectory visualization with custom CSS/HTML that adapts to dark/light mode
  • Discusses rough edges with open-weight model tool calling on vLLM (GPT-OSS-120B Harmony format issues, Kimi K2.5 compatibility problems)
  • Recipe card addition (cards.md): New "Basic MCP Tool Use" recipe card entry with proper formatting
  • Navigation updates (mkdocs.yml): Added entries for the new blog post and Basic MCP recipe

Technical quality:

  • All external links are valid and properly formatted
  • Internal link to ../../concepts/tool_use_and_mcp.md is correctly formed
  • Author etramel is properly defined in .authors.yml
  • Code blocks are properly balanced (22 fence markers = 11 pairs)
  • Referenced files for the Basic MCP recipe card exist (basic_mcp.md, basic_mcp.py)
  • HTML/CSS visualization uses inline styles appropriate for MkDocs material theme
  • No @ symbols need escaping (all in code blocks)

Confidence Score: 5/5

  • This PR is safe to merge with no issues found
  • Documentation-only PR that adds a well-crafted blog post with complete working examples. All links verified, formatting correct, author properly configured, and navigation properly updated. No code changes to runtime systems.
  • No files require special attention

Important Files Changed

Filename Overview
docs/devnotes/posts/deep-research-trajectories.md New comprehensive blog post documenting deep research trajectories using MCP tool-calling pipeline with OpenResearcher paradigm reproduction, includes complete working examples and detailed results
docs/recipes/cards.md Added new recipe card for Basic MCP Tool Use with proper formatting and links
mkdocs.yml Added navigation entries for new blog post and Basic MCP recipe

Add the existing basic_mcp recipe to the recipe cards page and
mkdocs nav so it's discoverable alongside the PDF QA recipe.

Co-Authored-By: Remi <noreply@anthropic.com>
@johnnygreco
Copy link
Contributor

this rocks @eric-tramel 🤘

@eric-tramel eric-tramel merged commit d9f6559 into main Feb 12, 2026
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants