Sup HN, been seeing a lot of open source implementation of deep research but i haven't seen anything that uses Python (or maybe my x feed is just a bunch of TS users) so here's my own implementation using Python, and Gemini Flash!
It has three modes: - Fast (1-3min): Quick surface research with 3 parallel queries - Balanced (3-6min): Moderate depth with 7 parallel queries - Comprehensive (5-12min): Deep recursive research that builds query trees and explores counter-arguments
This also prints out the research structure as it works, so you can see exactly how it's approaching your topic. All open source.