logoalt Hacker News

ossa-matoday at 7:25 PM1 replyview on HN

Langchain is for model-agnostic composition. Claude Code only uses one interface to hoist its own models so zero need for an abstraction layer.

Langgraph is for multi-agent orchestration as state graphs. This isn't useful for Claude Code as there is no multi-agent chaining. It uses a single coordinator agent that spawns subagents on demand. Basically too dynamic to constrain to state graphs.


Replies

simianwordstoday at 7:32 PM

You may have a point but to drive it further, can you give an example of a thing I can do with langgraph that I can't do with Claude Code?

show 2 replies