LangChain - Videos

Back to Channel

LangSmith Agent Builder Now Available in Public Beta

LangSmith Agent Builder is now in Public Beta, enabling anyone to create production ready agents without writing code. Learn what's new in the Beta release, how people are using Agent Builder, how...

10,968 views • 145 likes • 18 comments • December 02, 2025

Anthropic-Style Context Editing… Now for Every LLM in LangChainJS!

Learn how to bring Anthropic’s powerful Context Editing capabilities — like tool result clearing — to any LLM using LangChainJS. In this video, Christian Bromann breaks down Anthropic’s original d...

3,856 views • 97 likes • 6 comments • December 02, 2025

Product Evals (for AI Applications) in Three Simple Steps

Eugene Yan wrote a GREAT blogpost on how to build product evals (for AI applications) in three simple steps: https://eugeneyan.com/writing/product-evals/ These three steps are: 1. Label data 2. Al...

5,301 views • 164 likes • 4 comments • December 01, 2025

AI Agents in Production: Lessons from Rippling and LangChain

How does a company deploy AI agents across HR, payroll, IT, and finance products used by thousands of companies? Ankur Bhatt, Head of AI at Rippling, shares insights on building production-ready ag...

5,283 views • 102 likes • 2 comments • November 26, 2025

Using skills with Deep Agents CLI

Anthropic recently introduced the idea of agent skills, a directory of folders that an agent can access to perform different actions. Here, we talk about skills, why they are interesting, how agent...

17,227 views • 414 likes • 16 comments • November 25, 2025

Managing Agent Context with LangChain: Summarization Middleware Explained

Long-running agents eventually hit context overload — leading to context poisoning, distraction, confusion, and degraded performance. In this video, Christian from LangChain breaks down how Summar...

5,287 views • 162 likes • 12 comments • November 25, 2025

What are Deep Agents?

Deep Agents is a term we coined to describe agents capable of handling complex, open-ended tasks over long time horizons. We identified four essential components that make this possible: a planning...

26,088 views • 582 likes • 22 comments • November 24, 2025

Build a Research Agent with Deep Agents

Deepagents is a simple, open source agent harness built by LangChain. It uses some common principle seen in popular agents such as Claude Code and Manus, including planning (prior to task execution...

27,567 views • 681 likes • 15 comments • November 20, 2025

Model Call Limit Middleware (Python)

Learn about how to use LangChain's model call limit middleware as a guardrail for agents. This middleware can be used for single agent invocations or across conversations. We walk through an exampl...

2,642 views • 74 likes • 5 comments • November 20, 2025

Agents Gone Wild? Use Tool Call Limits in LangChainJS to Keep Them in Check!

In this tutorial, Christian Bromann will show you how to prevent runaway tool usage using the Tool Call Limit Middleware in LangChainJS. You’ll learn how to set clear, declarative limits on tool us...

1,161 views • 39 likes • 3 comments • November 20, 2025

Building a Research Agent with Gemini 3 + Deep Agents

Google's eagerly anticipated Gemini 3 Pro release shows state-of-the-art performance across a wide range of agentic evaluations. Here, we show how to use Gemini 3 Pro with Deepagents, our open sou...

28,634 views • 707 likes • 15 comments • November 19, 2025

Model Fallback Middleware (Python)

Learn about how to use LangChain's new model fallback middleware to add resilience to your applications. Automatically switch between models and even providers when an API call fails with just a fe...

2,420 views • 73 likes • 5 comments • November 18, 2025

Stop Endless Back-and-Forth — Add Model Call Limits in LangChainJS

Is your support agent getting stuck in endless back-and-forth conversations? Users asking the same thing three different ways? Or long chats where the bot clearly isn’t helping anymore? In this tu...

856 views • 18 likes • 2 comments • November 18, 2025

LangChain Academy New Course: LangSmith Essentials

Testing applications is essential to the development lifecycle, but LLM systems are non-deterministic – you can’t always predict how they will behave. Add multi-turn interactions and tool-calling...

7,232 views • 90 likes • 5 comments • November 13, 2025

To-Do List Middleware (Python)

Learn about how to use LangChain's to-do list middleware to equip agents with task planning and tracking capabilities for complex multi-step tasks. Our example uses a software development agent. M...

8,446 views • 150 likes • 8 comments • November 13, 2025

Why Most AI Agents Fail — and How a Simple Todo List Fixes It

Most AI agents don’t fail because the model is bad — they fail because they don’t plan. In this video, @christian-bromann from LangChain shows how the TodoListMiddleware gives your agents structure...

10,508 views • 369 likes • 18 comments • November 13, 2025

Execute code with sandboxes for Deep Agents

We're excited to launch Sandboxes for DeepAgents, a new set of integrations that allow you to safely execute arbitrary code and bash commands in remote sandboxes. Your DeepAgent runs locally (or wh...

7,955 views • 159 likes • 9 comments • November 13, 2025

Add a Human-in-the-Loop to Your LangChain Agent (Next.js + TypeScript Tutorial)

Bring humans back into the loop 👩‍💻 — this tutorial shows how to integrate Human-in-the-Loop (HITL) middleware into your LangChainJS agents using createAgent. You’ll learn how to: - Pause agent ex...

3,878 views • 122 likes • 12 comments • November 12, 2025

Tool Call Limit Middleware (Python)

Learn about how to use LangChain's tool call limit middleware to control an agent's tool calling abilities across single interactions and full conversations. Our example uses a shopping agent that...

4,955 views • 146 likes • 8 comments • November 12, 2025

How Agents Use Context Engineering

This video covers the core principles of context engineering for AI agents and how they're implemented across popular frameworks like Claude Code, Manus, and LangChain's DeepAgents. As AI agents ta...

25,889 views • 929 likes • 35 comments • November 12, 2025

Building a Typescript deep research agent

In this video, we will walk through how to easily build a Typescript deep research agent This builds upon our new DeepAgents JS library. All it involves is some detailed prompting, some search too...

4,362 views • 138 likes • 8 comments • November 06, 2025

Build a Streaming LangChain Agent in Next.js with useStream

Learn how to build a minimal LangChain agent inside a Next.js app using the useStream hook. We’ll stream responses, render human/AI messages, and add conversation memory via a LangGraph checkpointe...

6,262 views • 172 likes • 23 comments • November 06, 2025

Human in the Loop Middleware (Python)

Learn about how to use LangChain's human in the loop middleware to approve, edit, and reject tool calls before they're executed. Our example uses an email assistant agent that requires human feed...

11,956 views • 364 likes • 10 comments • November 04, 2025

Why We Built LangSmith for Improving Agent Quality

Harrison Chase (CEO of LangChain) sits down with Bagatur (LangSmith Engineer) and Tanushree (Product Manager) for a technical roundtable on bringing production agents from prototype to rigor. They ...

2,819 views • 94 likes • 7 comments • November 04, 2025

Deep Agent CLI: Coding Assistant with Memory

Using the deepagents package, we built a simple coding CLI as an example of a coding application you could build on top of deepagents. We added in a concept of memory so that it would remember ins...

23,283 views • 590 likes • 71 comments • October 31, 2025

Inside LangSmith's No Code Agent Builder

Harrison Chase (CEO of LangChain) sits down with Brace (Applied AI) and Sam (PM) for a technical roundtable on LangChain's first no code agent builder. They share how business users and engineers a...

5,731 views • 168 likes • 10 comments • October 30, 2025

Get Started with LangSmith Agent Builder

LangSmith Agent Builder (now in private preview) lets anyone create agents through a text-to-agent experience — no coding or prompt engineering required. Just describe what you want in plain langua...

16,477 views • 392 likes • 20 comments • October 29, 2025

LangChain Academy New Course: LangGraph Essentials

In our newest LangChain Academy course, LangGraph Essentials, you can learn the basics of LangGraph in less than an hour in either Python or TypeScript. LangGraph is a low-level orchestration fram...

14,684 views • 291 likes • 8 comments • October 27, 2025

LangChain Academy New Course: LangChain Essentials

In our newest LangChain Academy course, LangChain Essentials, you can learn the basics of LangChain in less than an hour in either Python or TypeScript. LangChain is the best way to get started wi...

11,137 views • 169 likes • 5 comments • October 27, 2025

Get Started with LangSmith Multi-turn Evaluations

Once you have a good sense of the top usage patterns your agent is handling, you can start to drill into how each complete conversation is performing. Multi-turn Evals help you measure whether your...

4,328 views • 81 likes • 4 comments • October 23, 2025

Building LangChain and LangGraph 1.0

LangChain CEO Harrison Chase sits down with open source engineers Sydney, Hunter, and Will for an in-depth technical discussion on the major 1.0 releases of LangChain and LangGraph. The team explor...

19,780 views • 590 likes • 46 comments • October 22, 2025

LangChain: Engineer reliable agents

We're launching LangChain 1.0 and LangGraph 1.0 — and announcing our $125M Series B. Building reliable agents has traditionally been hard. What started as frameworks for LLM applications has evolv...

38,023 views • 780 likes • 34 comments • October 21, 2025

Get Started with Insights Agent in LangSmith

Today's popular agents produce millions of traces per day—soon to be billions. These traces contain valuable signal about an agent's capabilities and how real users engage with it. If you could rev...

8,266 views • 135 likes • 9 comments • October 20, 2025

Context Engineering for AI Agents with LangChain and Manus

Join us for a deep dive into context engineering – the critical practice that determines how well your AI agents perform in production. Lance Martin from LangChain and Manus co-founder Yichao "Peak...

62,306 views • 1,724 likes • 49 comments • October 14, 2025

How We Built it: Clay - Fireside Chat with CEO Kareem Amin

Go behind the scenes with Kareem Amin (CEO of Clay) and Julia Schottenstein (Head of GTM and OPS at LangChain) in this fireside chat from Clay's conference. Discover Clay's philosophy on building A...

3,949 views • 60 likes • 1 comments • October 08, 2025

Getting Started with LangSmith (3/8): Debugging with Studio

- Code: https://github.com/xuro-langchain/eli5 - Learn more about LangSmith: https://www.langchain.com/langsmith/?utm_medium=social&utm_source=youtube&utm_campaign=q2-2025_onboarding-videos_co - Ge...

6,132 views • 93 likes • 5 comments • September 29, 2025

Getting Started with LangSmith (2/8): Types of Runs

- Code: https://github.com/xuro-langchain/eli5 - Learn more about LangSmith: https://www.langchain.com/langsmith/?utm_medium=social&utm_source=youtube&utm_campaign=q2-2025_onboarding-videos_co - Ge...

6,802 views • 87 likes • 4 comments • September 29, 2025

Rewriting Deep Agents on top of LangChain 1.0

In this video, we will walk through how we rebuilt DeepAgents on top of LangChain 1.0. It will cover the basics of deep agents (planning, filesystem, sub agents), and show case a real world and pra...

19,048 views • 451 likes • 32 comments • September 24, 2025

LangChain Academy New Course: Deep Agents with LangGraph

Many agents today follow the same simple pattern: run in a loop, call tools. That architecture works well enough, but it breaks down as tasks get more complex. Today, companies of all sizes – from...

29,271 views • 551 likes • 12 comments • September 18, 2025

Adding Human-in-the-Loop to DeepAgents

Many tools that you may want to give to agents will take actions in the real world. For these tools, you will often want to add "human-in-the-loop" steps - require a human user to approve, edit, or...

10,642 views • 249 likes • 15 comments • September 15, 2025

How PagerDuty Built AI Agents with LangGraph to Transform Incident Management

PagerDuty's engineering team built an AI agent that transforms how teams interact with incident data, replacing dashboard navigation with natural language conversations. Learn how LangGraph's struc...

7,396 views • 98 likes • 0 comments • September 15, 2025

Using `deepagents` to Build Deep Research (Python)

In this video we will use `deepagents` to build a Deep Research example. This consists of defining a search tool, defining some sub agents, and writing a detailed prompt. Example folder: https://g...

18,561 views • 443 likes • 23 comments • August 19, 2025

Deep Agents JS

Deep Agents is now in JavaScript! Simple tool-calling loops break down on long-horizon or intricate problems. Deep Agents, like Deep Research, Claude Code & Manus, chain reasoning, adapt plans, an...

6,847 views • 196 likes • 7 comments • August 18, 2025

LangChain Academy New Course: Deep Research with LangGraph

Deep research agents are taking off – from major AI labs to companies building their own. Research is inherently open-ended. You can't always predict whether a question needs broad exploration or...

20,156 views • 427 likes • 15 comments • August 14, 2025

Getting Started with LangChain Education

Welcome to LangChain Education! We offer a few different ways to learn – including courses, YouTube videos, and docs. Start diving in below! LangChain Academy: https://academy.langchain.com/?utm_...

24,765 views • 372 likes • 13 comments • August 14, 2025

Deep Agents UI

Deep agents operate with a todo list, file system, and subagents We built a dedicated UI for running deep agents that properly highlights all of these things! Github: https://github.com/langchain-a...

57,469 views • 1,259 likes • 51 comments • August 13, 2025

Testing Driving GPT 5

OpenAI just released GPT-5, their new series of frontier LLMs. Here, we analyze the models, assess reactions from developers, show how to use them, and provide some results from our own testing. O...

12,670 views • 341 likes • 23 comments • August 08, 2025

Introducing Open SWE: An Open-Source Asynchronous Coding Agent

An async, fully autonomous coding agent. Demo: https://swe.langchain.com GitHub Repository: https://github.com/langchain-ai/open-swe Documentation: https://docs.langchain.com/labs/swe Blog: https...

27,757 views • 856 likes • 76 comments • August 06, 2025

Tracing Claude Code to LangSmith

You can now trace your claude code sessions to LangSmith! See how to set up tracing from claude code to LangSmith in just a few minutes. Check out the docs for detailed instructions: https://docs....

4,298 views • 77 likes • 9 comments • August 06, 2025

n8n Tracing to LangSmith

Learn how to quickly set up tracing from n8n to LangSmith! Docs: https://docs.n8n.io/advanced-ai/langchain/langsmith/ Sign up for LangSmith: https://smith.langchain.com/

8,176 views • 170 likes • 9 comments • August 05, 2025