Hacker News new | ask | show | jobs
by darielnoel 621 days ago
I will say Langchain is more for orchestrating LLM, so it’s not really about agents or agents coordination like KaibanJS. (We do use Langchain behind the scenes for some of that). LangGraph while focused on agents, is super low level. you can do complex stuff, but the learning curve is bit high. I also think it could take better advantage of the JS ecosystem (like state management and deeper React/Node.js integration). But this is my personal opinion.
1 comments

So KaibanJS sounds like it’s more focused on making things easier for JS devs who want to work with agents, right?
yep, that’s the idea. make it easier for JS devs to work with agents without needing to get into all the low level stuff. but leaving doors open to do more deep ones.
ok ok , good luck with it. Seems like an interesting project. I’ll keep an eye on it