15 comments

  • 6 hours ago ago
    [deleted]
  • pixelmania 7 hours ago ago

    How does KaibanJS compare to something like langchain or langgraph. Are they trying to solve similar problems?

    • darielnoel 7 hours ago 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.

      • pixelmania 7 hours ago ago

        So KaibanJS sounds like it’s more focused on making things easier for JS devs who want to work with agents, right?

        • darielnoel 7 hours ago ago

          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.

          • pixelmania 7 hours ago ago

            ok ok , good luck with it. Seems like an interesting project. I’ll keep an eye on it

  • darielnoel 6 hours ago ago

    Any questions or feedback. Please let me know :)

  • danng87 7 hours ago ago

    Another javascript framework… Do we really need more of these?

    • darielnoel 7 hours ago ago

      but for multi-agent systems, and AI in general Javascript options are pretty limited. And finding one that integrates easily with react, next, node, handles state management, etc? that's been tricky

      • danng87 7 hours ago ago

        Multi agent systems in javascript? javascript is the last thing I’d use for anything serious like AI

        • darielnoel 7 hours ago ago

          haha, I get the skeptcism but JS is everywhere in web dev. lot of devs want to stay in the JS ecosystem.

    • pixelmania 7 hours ago ago

      Javaccripts been evolving fast, and there is a huge community behind it

      • danng87 7 hours ago ago

        Big community or not it still sounds like trying to fit a square peg in a round hole. But whatever good luck!!!

        • darielnoel 7 hours ago ago

          JS was not built for half the things it’s doing today. But it does it :)

      • darielnoel 7 hours ago ago

        Yep. Javascript is everywhere and with tools improving constantly.