Back to glossaryGLOSSARY · Tools

LangChain

Open-source framework for building LLM applications. Provides chains, agents, retrievers, and integrations. Once dominant in 2023-2024, now legacy in 2026. Production teams use LangGraph (LangChain's successor) or alternative frameworks.

How it works

LangChain abstracts LLM operations into composable units: chains (sequential prompts), agents (LLM with tool use), retrievers (data lookup), and memory. The original abstractions felt heavy in production, which led the LangChain team to ship LangGraph for stateful agent work.

Example

A 2023-vintage production agent built on LangChain initialize_agent with zero-shot-react-description. In 2026 the same team would rebuild it on LangGraph with explicit state nodes.

Related terms

Need to actually use LangChain?

We build production AI systems that put these concepts to work. 30 minutes, we map your use case.