Ask HN: For a team experienced with LLMs – Any concrete reason to use LangGraph?

3 pinter69 1 6/19/2025, 2:28:12 PM
Never used LangChain\LangGraph , saw the bad reviews about LangChain (albeit they are 1+ year old) - has anything changed? What can we do easier\faster with the framework rather than building our own pipeline? What unexpected things pop up, especially during maintenance, debugging and scale? Are there other frameworks you would recommend?

Comments (1)

maxcomperatore · 19m ago
langgraph’s killer for llm-savvy teams needing complex, stateful workflows, think multi-agent systems or cyclic graphs. it’s faster than custom pipelines, with langsmith debugging and one-click scaling. but it’s steep to learn, and debugging multi-agent setups can suck if state’s messy. langchain’s better for simple, linear tasks; langgraph’s for intricate control. autogen’s easier but less precise; crewai’s rigid. langgraph’s your pick for dynamic, production-ready projects.