LangChain Academy New Course: Introduction to LangSmith Deployment
LangChain2026Watch on YouTube
Description
Enroll for free: https://academy.langchain.com/courses/langsmith-deployment This course is about one of the biggest challenges in building agents: taking something that works on your laptop and running it reliably for real users at scale. Agents aren’t like traditional web services. They’re stateful — they need to maintain context across time. And increasingly, they’re long-running. A research or coding agent might execute for hours, not seconds. That means you need infrastructure that can persist state, survive failures, recover gracefully, and scale across users and workloads. We built LangSmith Deployment to address these challenges. LangSmith Deployment is our framework-agnostic infrastructure for running agents in production, and standardizes how your organization builds, deploys, and governs agents. In this course, you’ll learn how to scale a single-user desktop Deep Agent all the way to a multi-tenant deployment running on managed, elastic infrastructure.