Notifications
Clear all
LangGraph Reviews
1
Posts
1
Users
0
Reactions
0
Views
Topic starter
26/07/2026 10:51 pm
I'm evaluating LangGraph for a customer support chatbot that needs to handle a few hundred concurrent users. Our main requirements are keeping response times under 2 seconds and handling spikes in traffic.
Most reviews I see focus on prototyping. Has anyone run it in a production environment at scale? I'm particularly curious about:
- Actual latency when you add observability, auth, and rate-limiting.
- The operational overhead of running your own LangGraph server versus a managed cloud service.
- How the cost compares to something like Vercel AI SDK or a more traditional orchestration layer.