# LangChain

> The OG LLM orchestration framework

**Category:** AI Agents  
**Pricing:** open-source  
**URL:** https://langchain.com  
**GitHub:** https://github.com/langchain-ai/langchain  
**Added:** 2026-08-18

---

## The Hook

LangChain is the Swiss Army knife of LLM development.

## What's Good

LangChain excels at chaining together prompts, tools, and retrievers into coherent workflows. LCEL made composition feel natural after years of callback hell. The integration ecosystem is unmatched: if a vector database or LLM provider exists, LangChain probably has a connector.

## The Catch

Abstraction layers add complexity. Simple use cases feel over-engineered, and the learning curve is steeper than rolling your own for basic RAG.

## Verdict

Essential for complex LLM apps, overkill for simple ones.
