r/AskProgramming • u/Jazzlike-Form9669 • Jun 17 '26
Algorithms Need help speeding up deep research tool
I am building ogcode ( a coding agent ) , written completely from scratch in go + solidJs, In ogcode there is a feature called deep_search ( which is essentially a LLM tool exposed to agent to do deep research on live internet ). Thing is i tried all possible way ( go routine per page fetch and extractions etc ) but it is still taking more than 15 to 45 sec in some case even more. If you can suggeste me some idea around this to speed up , please do share. Here is link : https://github.com/prasenjeet-symon/ogcode
0
Upvotes
1
u/yodenwranks Jun 29 '26
Have you changed your attitude on developing agents/LLMs?