LangChain - Videos

Back to Channel

Introducing LangSmith Fleet

Introducing LangSmith Fleet. Agents for event team. → Build agents with natural language → Share and control over who can edit, run, or clone each agent → Manage authentication with agent identity ...

3,140 views • 84 likes • 5 comments • March 19, 2026

LangSmith Fleet: Agents for the whole company

Agent Builder is now Fleet. Give every team the ability to build, use, and manage AI agents with the security your org requires. Try it free: https://www.langchain.com/langsmith/fleet

3,906 views • 76 likes • 9 comments • March 19, 2026

Polly AI Assistant now generally available in LangSmith

In most debugging sessions, you're clicking through traces, switching pages, and losing your place. Polly is the AI assistant built into LangSmith to keep up with you. In this video, see Polly in ...

771 views • 16 likes • 2 comments • March 18, 2026

Open Models, Open Runtime, Open Harness - Building your own AI agent with LangChain and Nvidia

Claude Code, OpenClaw, Manus and other agents all use the same architecture under the hood. They consist of a model, a runtime (environment), and a harness. In this video, we show how to create a c...

14,252 views • 532 likes • 15 comments • March 18, 2026

Introducing: LangSmith Sandboxes (Now in Private Preview)

Agents get a lot more useful when they can execute code. But letting an LLM run arbitrary code without isolation from your infrastructure is risky. Sandboxes give you ephemeral, locked-down envir...

1,604 views • 38 likes • 0 comments • March 17, 2026

Deploy CLI: The Easiest Way to Deploy Agents from Your Terminal

Learn how to go from zero to a production-ready AI agent using langgraph deploy, all from your terminal. In this tutorial, we walk through the full CLI workflow: scaffolding a new agent with langgr...

2,869 views • 78 likes • 11 comments • March 16, 2026

How to Debug, Evaluate, and Ship Reliable AI Agents with LangSmith

​Learn the foundations for understanding, improving, and confidently deploying AI agents. Get practical steps on how to debug non-deterministic agent behavior, iterate on performance, and ship reli...

3,278 views • 90 likes • 2 comments • March 12, 2026

Introducing Support for Multimodal Evaluators in LangSmith

In this video, we walk through LangSmith’s new multi-modal evaluator support in the UI. Learn how to evaluate interactions that include attachments and base64 multi-modal content, with flexible map...

1,639 views • 42 likes • 0 comments • March 09, 2026

LangChain & LangSmith Skills: Teach Your AI to Build Agents

See how to use LangChain and LangSmith skills to give your coding agent deep expertise in agent development. Watch Claude Code use skills to navigate the full agent development lifecycle, from buil...

10,380 views • 252 likes • 10 comments • March 04, 2026

LangSmith Agent Builder

LangSmith Agent Builder enables anyone to build agents using natural language: - Describe your goal in your own words. Agent Builder figures out the approach. - It creates detailed instructions,...

6,486 views • 157 likes • 6 comments • March 02, 2026

LangSmith: Agent observability, evaluation, and deployment

Anyone can build an agent. But is yours actually working? LangSmith is the agent engineering platform built for observability, evaluation, and everything in between — so you can stop guessing and s...

2,460 views • 64 likes • 3 comments • March 02, 2026

New in LangSmith Agent Builder: all new agent chat, file uploads, and tool registry

New releases in LangSmith Agent Builder: - All new agent chat: One always-available agent with access to all your workspace tools - Chat → Agent: Turn any conversation into a specialized agent with...

3,397 views • 69 likes • 1 comments • February 18, 2026

Observability and Evals for AI Agents: A Simple Breakdown

- You don't know what your agents will do until you actually run them — which means agent observability is different and more important than software observability - Agents often do complex, open-e...

8,621 views • 240 likes • 3 comments • February 17, 2026

The Future of Agent UIs: Streaming Subagents in Real Time

Today’s AI agents don’t run in a straight line anymore. They plan, delegate, and spin up multiple subagents in parallel. But most UIs still show… a loading spinner. In this video, Christian Broma...

11,988 views • 291 likes • 16 comments • February 17, 2026

Building Better AI Agents: Observability and Evaluation

AI agents don't fail like traditional software. When an agent takes hundreds of steps, repeatedly calls tools, updates state, and still produces the wrong result, there is no stack trace to inspect...

5,220 views • 134 likes • 6 comments • February 09, 2026

The Only Way to Debug AI Agents

When something goes wrong in traditional software, you know what to do: check the error logs, look at the stack trace, find the line of code that failed. But AI agents have changed what we're debu...

9,068 views • 309 likes • 5 comments • February 04, 2026

The Secret to Scalable AI Agents: Virtual Filesystems with Deep Agents

Your AI agent sees one filesystem. Under the hood? S3, SQLite, and local disk, all working together. In this video, I show how Deep Agents uses virtual filesystems to give your agent a unified int...

9,636 views • 214 likes • 17 comments • February 04, 2026

What AI Agents Talk About on Moltbook

Wonder what your AI Agents are talking about on Moltbook? With LangSmith Insights Agent you can look at all the posts out there and see different trends and topics! 1. Scrape posts 2. Upload to La...

5,033 views • 57 likes • 6 comments • February 02, 2026

Introducing: LangSmith Agent Builder

LangSmith Agent Builder enables anyone to build agents using natural language: - Describe your goal in your own words. Agent Builder figures out the approach. - It creates detailed instructions, se...

4,995 views • 85 likes • 6 comments • January 22, 2026

Introducing /remember: Teaching Agents to Learn from Experience

🧠Shipping /remember in the Deep Agents CLI: a primitive for persistent agent memory How it works: - inject a reflection prompt into your conversation thread - agent analyzes full context + identi...

10,199 views • 310 likes • 11 comments • January 22, 2026

LangChain Academy New Course: LangSmith Agent Builder

LangSmith Agent Builder enables anyone to build agents for complex daily tasks, without writing code. It’s simple. You start by describing the goal in your own words. Agent Builder determines the ...

6,602 views • 78 likes • 3 comments • January 21, 2026

LangSmith Agent Builder Technical Highlights

Six technical features central to LangSmith Agent Builder: 1. It's built on the Deep Agents harness 2. The agent is a filesystem 3. Memory is built in 4. Triggers let them act autonomously 5. Super...

1,554 views • 31 likes • 3 comments • January 20, 2026

3 Hidden Features That Make AI Agents Production-Ready

In this video I walk through 3 less-known features that make agentic apps feel actually production-ready, using real code from the LangGraphJS repository. 📚 What you’ll learn - Render reasoning to...

7,743 views • 195 likes • 15 comments • January 20, 2026

Building with Subagents: Design Decisions

The subagents multi-agent pattern is straightforward—but the implementation details really matter for performance. In this video we break down the design decisions that determine whether your syst...

9,503 views • 284 likes • 6 comments • January 16, 2026

Choosing the Right Multi-Agent Architecture

When do you actually need a multi agent system? And how should you decide what architecture to use? In this video we break down 4 architectural patterns (subagents, skills, router, and handoffs) w...

15,271 views • 521 likes • 9 comments • January 15, 2026

Build Better Agent UX: Streaming Progress, Status, and File Ops with LangChain

Build agent UIs that feel instant: stream **custom events** from LangChain tool calls (progress, status, file operations) straight into React as they happen. In this video we walk through the a dem...

4,061 views • 84 likes • 12 comments • January 15, 2026

How I built an AI agent to automate my emails with LangSmith Agent Builder

LangSmith Agent Builder is a no-code agent builder. I built an email assistant to monitor and respond to emails, that I've been using for the last ~3 months. Here's what it looks like: 1/ Triggers...

5,442 views • 128 likes • 11 comments • January 13, 2026

Streaming Typed Agent Messages in LangChain and React

Most “streaming” agent UIs are built around token streams. That works — until you try to build a real UI. In this video, Christian Bromann shows how to stream typed agent messages from a LangChai...

3,321 views • 75 likes • 11 comments • January 13, 2026

LangSmith Agent Builder: On the street in San Francisco

Join Brace as he finds VCs in South Park, San Francisco and shows them how to build agents to solve their biggest problems using LangSmith Agent Builder. Try LangSmith Agent Builder free: https://...

3,507 views • 79 likes • 7 comments • January 13, 2026

How Cursor Builds the Future of AI Coding Tools

Harrison Chase and Cursor's Jason Ginsberg discuss the evolution of coding agents, from tab completion to agentic workflows. Learn how Cursor's engineering team ships fast, builds features they use...

3,967 views • 106 likes • 6 comments • January 08, 2026

Ralph Mode for Deep Agents: Running an Agent Forever

🫡 Ralph Mode for Deep Agents 🫡 What if you could give an AI agent a task and just let it run forever? We built Ralph Mode to test this, built on Deep Agents. Ralph Mode loops an agent with fresh co...

11,124 views • 301 likes • 22 comments • January 07, 2026

Learning Skills with Deepagents

The biggest gap between AI agents and human intelligence is the ability to learn. There are various emerging approaches to support continual learning for AI agents. Here, we discuss skill-learning ...

15,178 views • 396 likes • 10 comments • December 23, 2025

Tracing Claude Code to LangSmith

Curious what Claude Code is doing behind the scenes? Or want observability into critical workflows that you’ve set up with Claude Code With our new Claude Code → LangSmith integration, you can vie...

4,031 views • 90 likes • 6 comments • December 19, 2025

Approaches for Managing Agent Memory

Humans refine their skills and learn preferences through experience. But many AI agents lack this capacity for continual learning. Here, we give an overview of memory in the DeepAgents CLI. Here, w...

7,242 views • 171 likes • 7 comments • December 18, 2025

LangChain Academy New Course: Introduction to LangChain - Python

Learn how to build with LangChain – our open source framework that makes it easy to start building agents with any model provider. In this course, you’ll create agents that can reason, use tools, ...

17,593 views • 353 likes • 13 comments • December 18, 2025

Build an MCP Agent with Claude: Dynamic Tool Discovery Across Cloudflare MCP Servers

In this video, Christian Bromann build and demo an agent that uses LLM provider native tools—specifically Anthropic Claude’s built-in MCP toolsets—to connect to Cloudflare’s managed MCP servers. I...

5,000 views • 101 likes • 1 comments • December 18, 2025

The agent development loop with LangSmith + Claude Code / Deepagents

LangSmith provides a system of record for traces, which can include long agent trajectories. Code agents like Claude Code or Deep Agents CLI can make use of traces to improve agent performance via ...

5,794 views • 107 likes • 7 comments • December 17, 2025

I Let an AI Control My Browser to Play Tic-Tac-Toe - LangChainJS Tutorials

What if an AI could **actually use the browser** — not through brittle scripts, but by *seeing* the UI and deciding where to click? In this video, I explain how modern **agent tools** work and dem...

2,695 views • 67 likes • 3 comments • December 16, 2025

Building & Observing a Deep Agent for Email Triage with LangSmith

In this video, we walk through how to build and observe a deep agent using LangSmith. We’ll build a simple email assistant that reads incoming emails and decides how to handle them — triage, respo...

4,329 views • 108 likes • 5 comments • December 15, 2025

Observing & Evaluating Deep Agents Webinar with LangChain

Explore the unique challenges of observing and evaluating Deep Agents in production. Deep Agents represent a shift in how AI systems operate – unlike simple chatbots or basic RAG applications, thes...

3,956 views • 86 likes • 8 comments • December 12, 2025

Trace OpenRouter Calls to LangSmith — No Code Changes Needed

OpenRouter's new Broadcast feature lets you send all your traces directly to LangSmith with no code changes required — whether you’re tracing with LangChain, provider SDKs, or the OpenRouter SDK. ...

1,212 views • 24 likes • 1 comments • December 11, 2025

LangSmith Fetch: CLI tool to debug agents from your terminal

Learn how to debug agents from your terminal using LangSmith Fetch, the new CLI that brings LangSmith trace data directly into your workflow. Pull traces and threads into your terminal or IDE with ...

2,399 views • 66 likes • 2 comments • December 10, 2025

Polly: The AI Assistant for AI Engineering in LangSmith

See how Polly, the AI assistant for AI engineering in LangSmith, helps you understand long-running agent executions by analyzing traces, threads, and prompts. We’ll walk through: • Debugging compl...

3,514 views • 87 likes • 4 comments • December 10, 2025

How to debug voice agents with LangSmith

Learn how to debug and improve a AI voice agent using LangSmith. We’ll walk through tracing conversations, spotting failures, and iterating on your agent. In this demo we use LangChain and Pipecat...

2,354 views • 50 likes • 4 comments • December 09, 2025

Build a voice agent with LangChain

Learn how to build a speech-to-text voice agent using LangChain. We break down the two methods of building voice agents and several of the key considerations for using each architecture: 1. STT / ...

17,248 views • 561 likes • 28 comments • December 09, 2025

Production-Ready Agents: Automatic Tool Retries with Exponential Backoff

Tools fail. APIs time out. Services throw random 500s. If your agent can’t recover, your entire workflow collapses. In this tutorial, Christian Bromann walks through how to use Tool Retry Middlewa...

2,937 views • 88 likes • 2 comments • December 04, 2025

Building a Linear issue agent with Langsmith Agent Builder

Learn how to build an agent that can create and edit Linear issues using our no-code Agent Builder. Try it for free today: https://langsmith.com/

2,621 views • 40 likes • 3 comments • December 03, 2025

Building a Market Research Assistant with Langsmith Agent Builder

Learn how to quickly create a research agent in LangSmith using our no-code Agent Builder. Try it for free today: https://langsmith.com/

3,808 views • 77 likes • 8 comments • December 03, 2025

Building an Email Assistant with Langsmith Agent Builder

Learn how to quickly create an email assistant in LangSmith using our no-code Agent Builder. Try it for free today: https://langsmith.com/

2,464 views • 40 likes • 7 comments • December 03, 2025

Summarization Middleware (Python)

Learn about how to use LangChain's summarization middleware as a key component of your context engineering pipeline. This middleware is automatically triggered and helps to keep your long running a...

6,394 views • 168 likes • 8 comments • December 02, 2025