LangChain

US AI infrastructure company that ships open-source frameworks and tooling for building LLM-powered applications. The wiki’s anchor for “ecosystem-of-open-source-LLM-libraries-from-one-vendor” — distinct from the frontier labs (Anthropic, OpenAI, Google) because LangChain doesn’t train models, and distinct from Nous Research because LangChain is a commercial entity with a clear product strategy around its open-source releases.

  • Founded: 2022 (Harrison Chase et al.)
  • Corporate structure: VC-backed company
  • Sites: langchain.com, blog.langchain.com, docs.langchain.com
  • GitHub: github.com/langchain-ai
  • Strategy: ship open-source frameworks (LangChain library, LangGraph), then sell hosted observability/orchestration on top (LangSmith)

Products tracked in this wiki

  • LangChain (library) — the original Python/JavaScript framework for chaining LLM calls with tools, prompts, retrievers, output parsers, memory, and document loaders. The original 2022 product and the framework most other LangChain products build on.
  • LangGraph — agent-orchestration framework built on top of the LangChain library. Stateful multi-step agent workflows modeled as directed graphs of nodes and edges. Underlies Open-SWE.
  • Open-SWE — open-source asynchronous AI coding agent built on LangGraph. Positioned as a free alternative to Google’s Jules. Plans → writes → tests → opens PRs autonomously. Local via Ollama or remote via OpenRouter. LangChain’s first-party reference implementation of an asynchronous coding agent.

Commercial layer (not yet tracked)

  • LangSmith — hosted observability and evaluation platform for LLM apps. The commercial product LangChain monetizes around the open-source frameworks. Out of wiki scope until a source covers it directly.

Where LangChain fits in the wiki’s threads

How LangChain differs from the other AI orgs in the wiki

LangChainAnthropic / OpenAI / GoogleNous Research
FormCommercial companyCommercial frontier labOpen-source collective
Trains modelsNoYesNo
Ships frameworksYes (LangChain, LangGraph)No (mostly APIs and products)No (ships agents, not frameworks)
Open-source product strategyOpen-source frameworks + paid hosted observabilityClosed weights + paid APIsFully open-source
Commercial productLangSmithAPI platformsNone tracked

LangChain is the framework vendor in a market where most tracked orgs are model vendors or single-product agent vendors.

Open questions

  • LangSmith and the LangChain commercial strategy: out of scope until a source covers it directly.
  • LangChain’s relationship to Harrison Chase as a person: not yet captured. He’s a public figure in the AI dev community and a future person-page candidate.
  • Migration patterns from LangChain (library) agents → LangGraph: for users on the older API.

See Also