LangSmith
Search documents
LangChain Academy New Course: Monitoring Production Agents
LangChain· 2026-03-31 07:55
I'm excited to announce our latest LangChain Academy course, Production Monitoring with LangSmith. We're tackling one of the hardest truths about building agents: you don't know what they'll do until they're in production. In traditional software, you can test against a known set of inputs and reliably predict edge cases.Agents are fundamentally different. Your users can say anything, providing input that you never anticipated. And because your agent is non-deterministic, even the same input can produce dif ...
Webhooks for LangSmith Deployment: Notify Slack When Your Agent Run Finishes
LangChain· 2026-03-23 16:55
Have you ever kicked off a longrunning agent job and wanted to be notified when it finishes. >> Hi, this is Hari from Langchain. In today's video, I'm going to show you how to set up web hooks in Langmith deployment so you can get notified in Slack when your agent has finished.Before we start, here's a highle overview of how the web hook feature works within Langmith deployment. The user will submit a run. We'll execute the run in the agent server.And once the run is finished, the runtime will actually send ...
Polly AI Assistant now generally available in LangSmith
LangChain· 2026-03-18 17:00
In most debugging sessions, you're clicking through traces, switching pages, and often losing your place. We built Poly, an AI assistant to help improve your agents using Langmith. Today, Poly is available across every page in Langmith.Poly also remembers your full conversations as you navigate to different pages. Let's open up a tracing project and see this in action. You can see here I have a longer trace that has a few different things happening, and we have an agent that's doing some deep research for u ...
模型不再是关键?LangChain 创始人:真正决定Agent 上限的是运行框架
AI前线· 2026-03-13 05:01
Core Insights - The era of simply wrapping AI with APIs and prompts is over, as AI applications transition from "one-time generation" to "continuous execution" [2] - The software infrastructure is being rewritten, with frameworks becoming more important than models, as highlighted by LangChain's recent developments [3][4] - The future of AI will focus on the core components of modern agents: system prompts, planning tools, sub-agents, and file systems [18][27] Group 1: Evolution of AI Agents - The capabilities of AI agents have significantly improved, moving from simple models to more complex systems that can run in loops and call tools effectively [7][10] - The development trajectory of agents shows that initial concepts have evolved into frameworks that enhance predictability and reliability [8][10] - The distinction between single agents and collaborative multi-agent systems will be crucial, with communication being a key factor in their effectiveness [9][11] Group 2: Framework vs. Model - The debate on whether models will dominate frameworks or vice versa suggests that frameworks will ultimately be more critical, as they enable models to be utilized effectively [14][15] - Frameworks serve as the interaction layer between models and their environments, providing essential tools for agent development [16][17] Group 3: Core Components of Modern Agents - The four core components of modern agent architecture are system prompts, planning tools, sub-agents, and file systems, which facilitate better management of context and tasks [27] - System prompts act as standard operating procedures for agents, guiding their actions from the moment they are activated [20] - Planning tools help agents generate and manage task lists, while sub-agents allow for context isolation and task delegation [21][22] Group 4: Memory and Context Management - Memory types in agents include semantic memory, episodic memory, and procedural memory, which define how agents learn and adapt over time [38] - Context compression techniques are essential for managing large amounts of information, ensuring that agents can operate efficiently without overwhelming their processing capabilities [32][34] Group 5: Future Directions and Commercialization - LangChain's future focus will be on enhancing observability and building a comprehensive platform for agent development, following a recent $125 million funding round [61][63] - The emphasis on tools, instructions, and skills will remain the primary differentiators for companies in the AI space, as frameworks and models become more standardized [64]
How to Debug, Evaluate, and Ship Reliable AI Agents with LangSmith
LangChain· 2026-03-12 02:12
Hi everyone. Uh just going to give it a few minutes to let everyone kind of filter in and we'll get started. All right.Um, so we'll go ahead and get started. Um, today we're going to be talking primarily about how to, um, essentially debug, evaluate, and ship reliable AI agents. Um and we're going to talk about it in the context of Langmith. Um so a lot of what we see today um is built into our Langmith product in terms of the way to ship reliable and production agents.So I'm excited to jump into all of tho ...
Introducing Support for Multimodal Evaluators in LangSmith
LangChain· 2026-03-09 16:00
Hi everyone, this is Katherine from Langchain. We just launched support for multimodal attachments and content in our evaluators and I'm excited to walk you through the feature. We believe multimodal support is really important because agent interactions nowadays aren't just text based anymore.Users might upload a PDF, send a voice message, or share a screenshot. An agent themselves can generate multimodal outputs like images, charts, and files as part of the workflow. For example, in interacting with chat ...
LangChain & LangSmith Skills: Teach Your AI to Build Agents
LangChain· 2026-03-04 19:03
In this video, we'll be showing how to use link chain and linksmith skills with cloud code. We'll see how Cloud Code can use skills to effectively build, observe, and iterate on an agent. To start, we just ask Cloud Code to generate us a deep research agent that can delegate tasks to workers.You can see Cloud call our skills for guidance. Without them, Cloud wouldn't know best practices. With skills, it knows dependencies, structures, and orchestration out of the gate.And we can watch it put together our ag ...
LangSmith: Agent observability, evaluation, and deployment
LangChain· 2026-03-02 17:30
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 start shipping better agents. Whether you're building on LangGraph, OpenAI SDK, Anthropic SDK, CrewAI, or anything else — LangSmith connects via OpenTelemetry. No stack changes required. Free to get started → https://smith.langchain.com Learn more about our products → https://langchain.com ...
LangChain 创始人警告:2026 成为“Agent 工程”分水岭,传统软件公司的生存考验开始了
AI前线· 2026-01-31 05:33
Core Viewpoint - The emergence of "long-horizon agents" is reshaping the software engineering paradigm, moving from deterministic code-based systems to models that operate as black boxes, requiring real-time execution to understand their behavior [2][3][6]. Group 1: Long-Horizon Agents - Long-horizon agents are seen as a turning point in AI, with predictions that their adoption will accelerate by the end of 2025 to 2026 [2]. - These agents function more like "digital employees," capable of executing tasks over extended periods, learning from trial and error, and self-correcting [2][3]. - The transition to long-horizon agents may challenge traditional software companies, similar to the shift from on-premises to cloud solutions, where not all companies successfully adapted [2][3]. Group 2: Differences in Software Development - Traditional software development relies on deterministic logic written in code, while agent-based systems introduce non-deterministic behavior, making it necessary to observe their real-time execution to understand their operations [30][32]. - The concept of "tracing" has become crucial in agent systems, allowing developers to track internal processes and understand the context at each step, which differs significantly from traditional software debugging methods [31][32]. - The iterative process of developing agents is more complex, as developers cannot predict behavior before deployment, necessitating more rounds of refinement and adjustments [34][36]. Group 3: The Role of Data and Instructions - Existing software companies possess valuable data and APIs that can be leveraged in the agent era, but the ability to effectively utilize these assets will depend on new engineering approaches [37][38]. - The instructions on how to use data effectively are becoming increasingly important, as traditional methods of human execution are being automated through agents [38]. - The integration of domain-specific knowledge into agent systems is essential for their effectiveness, as seen in examples from the financial sector [38]. Group 4: Future of Agent Development - Memory capabilities in agents are anticipated to become a significant competitive advantage, allowing them to learn and improve over time [51][52]. - The development of user interfaces for long-horizon agents will likely require both synchronous and asynchronous management to handle tasks effectively [53][54]. - Code sandboxes are expected to become a critical component of agent capabilities, enabling safe execution and verification of scripts [56].
LangChain 创始人警告:2026 成为“Agent 工程”分水岭,传统软件公司的生存考验开始了
程序员的那些事· 2026-01-31 03:16
Core Insights - The emergence of Agents is fundamentally changing the software engineering paradigm, moving from deterministic code-based systems to non-deterministic models that require real-time execution to understand behavior [1][2] - Long Horizon Agents are expected to accelerate in adoption by the end of 2025 to 2026, posing a challenge for existing software companies to adapt [1][2] - The shift towards Agents necessitates a new engineering approach, as traditional software companies may struggle to transition from data and process-based barriers to leveraging their assets in the Agent era [2][3] Group 1: Evolution of Software Engineering - The introduction of Agents signifies a departure from traditional software development where logic is embedded in code, to a model where behavior is influenced by the underlying model, making it essential to observe real-time execution [27][28] - Tracing has become a critical tool in understanding Agent behavior, as it provides insights into the internal workings of the system, contrasting with traditional software where logs are primarily used for error diagnosis [28][29] - The iterative nature of developing Agents differs from traditional software, as developers cannot predict behavior before deployment, necessitating more rounds of iteration and feedback [31][32] Group 2: Role of Memory and Context Management - Memory is emerging as a vital component for Agents, allowing them to learn from interactions and improve their performance over time, which could become a competitive advantage [48][49] - Context engineering is crucial for managing the information flow within Agents, with techniques like compaction and file system interactions being essential for effective operation [10][55] - The ability to access and manage a virtual file system is becoming increasingly important for Agents to maintain state and context, enhancing their functionality [53][54] Group 3: Challenges for Traditional Software Companies - Existing software companies face significant challenges in adapting to the new Agent paradigm, as the transition from on-premises to cloud solutions demonstrated that not all companies successfully navigate such shifts [33][34] - Companies with valuable data and APIs may find it easier to integrate into the Agent framework, but they must also develop new operational instructions to leverage these assets effectively [35][36] - The younger generation of developers, often less constrained by traditional methodologies, may adapt more quickly to the new Agent-centric development practices [34]