top | item 44840364

(no title)

postcert | 6 months ago

What are some alternatives? I've been tinkering with langgraph as of late and frankly the whole space is so polluted with SEO and vibe-coded systems the old "classics" were the safe bet for me.

discuss

order

NeutralCrane|6 months ago

Langchain the company makes three different main products, all of which are differing levels of bad in my experience.

LangGraph, for agent/workflow orchestration is the least bad of the three, but has solid alternatives these days, such as OpenAI’s own Agents SDK, or Pydantic AI.

LangSmith, the platform for prompt authoring/experimentation/observability isn’t great but is useable. I would much prefer Langfuse over it at this point.

Langchain, the library for interfacing with LLMs, is absolutely terrible. There is virtually nothing good to say about it, and in fact is so bad that the fact that LangSmith more or less requires you to use Langchain to some degree is probably the biggest knock against it. Langchain doesn’t even need an alternative, literally just interfacing with the LLMs directly through their clients are often simpler, more flexible, and preferable to using Langchain.

awongh|6 months ago

Is langfuse the best? It seems nice but I'm not sure what the options are.

htrp|6 months ago

basically you build your own by picking and choosing the parts that makes sense for your use case (often with ai)

and you end up with xkcd 927 (standards)