PrometheusRoot
Blog Links Prometheans 100+ AI Books AI Companies Why are you here?
← Prometheans 100+
×
Harrison Chase
builder
FounderOpen sourceEngineer
X / Twitter GitHub
langchainlanggraphai-engineeringagentsrag
← Prometheans 100+ Harrison Chase

LangChain CEO & co-founder, agent engineering platform

Harrison Chase

CEO & Co-Founder — LangChain Founder (2022) — LangChain
Listen — profile
0:00 / 3:24

Profile

Harrison Chase is the closest thing the LLM application layer has to a standards body — not because anyone appointed him, but because he shipped first and kept shipping. In October 2022, while working as an ML engineer at Robust Intelligence, the Harvard statistics-and-CS grad (previously at Kensho) open-sourced a Python package called LangChain. It was a weekend-project-shaped thing that wrapped prompt templates, output parsers, and tool calls into composable “chains.” Two months later ChatGPT landed, tens of thousands of developers went looking for scaffolding, and LangChain was the only scaffolding there. He and colleague Ankush Gola spun it out into a company in 2023; Benchmark and Sequoia funded it in quick succession.

What makes Chase interesting to developers isn’t the framework so much as the vocabulary. “Chains,” then “agents,” then “RAG,” then “agent harness,” then “context engineering” — a striking amount of how the AI engineering community talks about building things traces back to a LangChain blog post. His April 2025 essay How to think about agent frameworks is the best single piece of writing on the topic by anyone, and notably it argues against heavy abstraction: the hard part, he says, is controlling exactly what context reaches the model at each step, and frameworks that hide that from you are actively harmful. Coming from the person who sells the most-used framework, that’s an unusually honest position. Two months later he coined the framing that stuck industry-wide in The rise of context engineering.

The company has grown up considerably. LangGraph — a low-level, graph-based, durable execution runtime — replaced the old chain abstractions as the real product, and LangSmith (tracing, evals, monitoring) is the commercial engine. Both LangChain and LangGraph hit 1.0 in October 2025, alongside a $125M Series B led by IVP at a $1.25B valuation on roughly $16M ARR. In 2026 the focus moved to Deep Agents, an open-source, model-agnostic harness — planning, subagents, virtual filesystem, memory, all batteries-included — plus a managed hosted version and LangSmith Engine, announced at their own Interrupt conference in May 2026.

If you’re learning to build with AI in 2026, the honest read is this: you probably shouldn’t reach for LangChain reflexively, and Chase would half-agree with you. Model providers absorbed a lot of what the original framework existed to paper over, and plenty of production teams are better served writing the loop themselves. But read everything he publishes. His In the Loop essays and his Interrupt keynotes are where the field’s operating concepts get argued out first — currently the claim that generic models are a commodity and the durable advantage lives in the harness, the context, and the feedback loop you own. He’s also a genuinely good teacher: his DeepLearning.AI short courses with Andrew Ng introduced more developers to LLM application development than any textbook.

Key Articles & Papers

How to think about agent frameworks 2025 — The clearest analysis anyone has written of what agent frameworks actually do — and a direct argument that abstractions which hide context from you are a liability. The rise of context engineering 2025 — Named and defined the discipline that replaced prompt engineering: building dynamic systems that put the right information and tools in front of the model. Introducing ambient agents 2025 — Argues the chatbox is a bottleneck — agents should run continuously on events and interrupt humans only when they need a decision. LangChain and LangGraph Agent Frameworks Reach v1.0 2025 — The rewrite that made LangChain opinionated and thin, running on LangGraph's durable runtime — the version to actually evaluate. LangChain raises $125M to build the platform for agent engineering 2025 — The Series B post doubles as Chase's clearest statement of what 'agent engineering' means as a job description. What does it mean to 'own your intelligence'? 2026 — His current thesis: buy the commodity infrastructure, own the harness, context, and learning loop — that's where advantage compounds. 3 Years of Graph Engineering with LangGraph 2026 — A retrospective on what graph-based orchestration got right and wrong — useful even if you never use LangGraph. How We Benchmark Deep Agents 2026 — Concrete methodology for evaluating long-horizon agents, an area where most teams are still guessing. Introducing Interrupt: The AI Agent Conference by LangChain 2025 — Launch of the conference that has become the main gathering point for people shipping agents in production.

Videos

YouTube video
YouTube video
YouTube video
YouTube video
YouTube video
YouTube video

Controversies

The abstraction backlash. LangChain is one of the most criticized libraries in modern Python. The complaints are consistent and largely fair: dependency bloat, breaking changes across minor versions, documentation that lagged the code, and layers of abstraction that made it hard to see the actual prompt being sent. A well-circulated critique, Let’s Talk about LangChain, captured the mood — and many teams did rip it out in favor of raw OpenAI or Anthropic SDK calls or lighter tools like LlamaIndex. To Chase’s credit, the response was substantive rather than defensive: LCEL, then LangGraph’s explicit low-level control, then the 1.0 rewrite that stripped the framework back. His own writing now concedes the core point about hidden context.

Open source versus the business. LangSmith is closed source and commercial, which has drawn recurring suspicion that the open-source packages get designed to funnel users toward it. Chase’s counter is that the framework is Apache-licensed, model-agnostic, and increasingly thin, while observability and evals are genuinely hard infrastructure people are willing to pay for. It’s a reasonable defense, but the tension is real and worth knowing about before you build a company’s agent stack on the ecosystem.

Hype-cycle vocabulary. Terms like “ambient agents” and “deep agents” get accused of being marketing dressed as taxonomy. Sometimes true — but the concepts have generally outlived the launch posts, which is more than most AI coinages manage.

Spotify Podcasts

Harrison Chase of LangChain on Deep Agents, LangSmith, and Earning Trust | NVIDIA AI Podcast Ep. 297
Harrison Chase of LangChain on Deep Agents, LangSmith, and Earning Trust | NVIDIA AI Podcast Ep. 297
NVIDIA AI Podcast
2026
Everything Gets Rebuilt: The New AI Agent Stack | Harrison Chase, LangChain
Everything Gets Rebuilt: The New AI Agent Stack | Harrison Chase, LangChain
The MAD Podcast with Matt Turck
2026
LangChain: What OpenClaw Got Right (And Why Enterprises Can't Have It)
LangChain: What OpenClaw Got Right (And Why Enterprises Can't Have It)
Beyond The Pilot: Enterprise AI in Action
2026
Context Engineering Our Way to Long-Horizon Agents: LangChain’s Harrison Chase
Context Engineering Our Way to Long-Horizon Agents: LangChain’s Harrison Chase
Training Data
2026
LIVE: Ambient Agents and the New Agent Inbox ft. Harrison Chase of LangChain
LIVE: Ambient Agents and the New Agent Inbox ft. Harrison Chase of LangChain
Training Data
2025
LangChain’s Harrison Chase on Building the Orchestration Layer for AI Agents
LangChain’s Harrison Chase on Building the Orchestration Layer for AI Agents
Training Data
2024
#1 Harrison Chase - LangChain and the future of LLM applications
#1 Harrison Chase - LangChain and the future of LLM applications
Alejandro AO - Conversations with AI Engineers
2024
Open sourcing AI app development with Harrison Chase from LangChain
Open sourcing AI app development with Harrison Chase from LangChain
No Priors: Artificial Intelligence | Technology | Startups
2024
Ep 28: LangChain CEO Harrison Chase on the Current State of Eval and Agents and The LLM Apps that Will Define 2024
Ep 28: LangChain CEO Harrison Chase on the Current State of Eval and Agents and The LLM Apps that Will Define 2024
Unsupervised Learning with Jacob Effron
2024
The Point of LangChain — with Harrison Chase of LangChain
The Point of LangChain — with Harrison Chase of LangChain
Latent Space: The AI Engineer Podcast
2023

YouTube

YouTube video
2026
YouTube video
2026
YouTube video
2025
YouTube video
2024
© 2026 PrometheusRoot