🔬 TTD-DR: Diffusion-Based Deep Research Agent - LangGraph Implementation of arXiv:2507.16075 #5729
Replies: 4 comments 2 replies
-
this is wild. what caught us off guard wasn’t the diffusion-style planning (that part’s beautiful), ended up grafting a trace validator layer on top — kinda like a sanity circuit that yells “bro, stay on topic” mid-hop. we open-sourced our layer too (MIT), but only share it when ppl actually ask — helps keep the signal high. |
Beta Was this translation helpful? Give feedback.
-
awesome — glad you're down to explore this. here’s the full write-up i mentioned: it took me... way too many late nights and a stupid amount of debugging sessions to piece this map together 😂 feel free to poke around or hit me up if anything feels off — i love nerding out on this stuff. |
Beta Was this translation helpful? Give feedback.
-
Nice work! Is this your own implementation of TTD-DR? |
Beta Was this translation helpful? Give feedback.
-
have a look on this also https://huggingface.co/papers/2507.16075 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🔬 Introducing TTD-DR: Test-Time Diffusion Deep Researcher
I'm excited to share TTD-DR, a complete implementation of the "Deep Researcher with Test-Time Diffusion" algorithm using LangGraph! 🚀
🎯 What is TTD-DR?
TTD-DR revolutionizes AI-powered research by treating report generation as a diffusion process. Unlike traditional RAG systems, it uses a draft-centric approach where an evolving draft dynamically guides the research direction through multiple iterations.
✨ Key Features
🏗️ Technical Implementation
🚀 Quick Start
💡 Example Usage
🤔 Your research question: What are the latest developments in AI?
🔍 Research Query: What are the latest developments in AI?
⏳ Starting deep research...
[Real-time progress updates...]
📋 RESEARCH REPORT COMPLETED
📄 Report Length: 3,247 characters
🔄 Iterations: 3
📚 Sources Used: 12
⏱️ Execution Time: 87.3 seconds
📚 Research Foundation
This implementation is based on the groundbreaking paper "Deep Researcher with Test-Time Diffusion" by Han et al. (2025), with additional architectural insights from the OptILLM deep research plugin.
🔧 What Makes It Special?
🎪 Try It Out!
The system can handle complex research queries like:
🤝 Feedback Welcome!
I'd love to hear your thoughts, suggestions, or experiences using TTD-DR! Feel free to:
Repository: https://github.com/jh941213/TTD-DR
Based on: arXiv:2507.16075 - "Deep Researcher with Test-Time Diffusion"
#AI #Research #LangGraph #OpenAI #Diffusion #RAG #LLM
Beta Was this translation helpful? Give feedback.
All reactions