LangGraph 1.0 has been out for 7 months now. What are you shipping with it?
Seven months is long enough to be past the migration wave and into real production use.
From what I'm seeing, a clearer picture is forming. LangGraph 1.0 works well for bounded workflows where the graph structure is known in advance. HITL checkpoints, defined state transitions and specific tool patterns. It gets harder for teams trying to use it for more open ended orchestration where the agent needs to decide its own path dynamically.
The memory questions has also gotten more pointed since LangMem launched. Wheteher to use LangMem, roll a custom memory layer or design around stateless calls is a real decision for anyone building agent that maintain context across sessions. None of the three options are obvious right and I haven't seen a clean answer anywhere.
What's actually in production at this point?