Comment by mdrxy
4 days ago
Which specific strategies do you think are outdated, and what would you recommend instead? This sounds more like a criticism of older versions of LangChain than its current APIs. The post also uses deepagents, a separate package in the same ecosystem. Is there something in the current implementation of either that you’re referring to?
> This sounds more like a criticism of older versions of LangChain than its current APIs
Oh no worries, I'm always happy when library / sdk makers are constantly changing their APIs in-between versions. Why would I not want to spend time updating my code to return to baseline functionality when I could have just built something using the 4-year stable underlying chat completions API instead...?
Creating deep research multiagent systems without explicitly handing it a file system is a terrible idea. The only successful way we have found to reliably hand off context in multiagent systems is using a file system. Langchain even today doesnt make that default or even encourage it.