1. There's no Dev UI to play with chains, runnables and models.
2. There's no local tracing for debugging.
3. You have to manually run a chain or runnable to debug.
4. LangGraph studio is heavy and buggy. Often crashes my docker and takes 10+ GB of space.
5. LangGraph feels very restrictive and hacky when trying to build advanced graphs (subgraphs, private state, having separate edges and conditional edges rather than letting each node decide which node is next).