Hacker News new | ask | show | jobs
by bilater 473 days ago
I wet through this journey myself with Deep Search / Research https://github.com/btahir/open-deep-research

I think it really comes down to your own workflow. You sometimes want to be more imperative (select the sources yourself to generate a report) and sometimes more declarative (let a DFS/BFS algo go and split a query into subqueries and go down rabbit holes until some depth and then aggregate).

Been trying different ways of optimizing the former but I am fascinated by the more end to end flows systems like STORM do.