Does anyone use CrewAI or LangChain anymore?

Curious.

9 points | by rakan1 1 day ago

4 comments

  • CodeBit26 21 hours ago
    I feel the hype is cooling down. LangChain was great for getting something running in 5 minutes, but the 'abstraction soup' makes debugging a nightmare in production. I'm seeing more people just using the OpenAI/Anthropic SDKs directly or very thin wrappers. It’s better to own your prompts than to hide them behind five layers of library code.
    • shubhamintech 3 hours ago
      Lol, I felt the same and this sort of also led us to build what i ended up founding now
  • kypro 1 hour ago
    Well, what are you building? It's hard to know if its the right tool without understanding what problem you're trying to solve.

    If you need a multi-model setup, have complex agentic workflows, have observability requirements, need to run evals, etc, then they'll make more sense.

    The company I work for uses LangChain heavily, but that's because we have fairly complex requirements compared to products which are just incorporating AI as an additional feature for example.

    It's probably similar to how Next.js is overused and overhyped – it can be great if you have complex requirements, but if you just need a simple website with a little interactivity it's total overkill.

    LangChain seems to get a lot of hate here and I'm not entirely sure why. There's a lot of frameworks which seem to make a relatively simple problem needless complex, I don't feel that way about LangChain personally.

  • fennu637 14 hours ago
    Sometimes, simple PoC that does not require any "Agentic" features
  • obiefernandez 23 hours ago
    No. They suck.