A monthly roundup from the LangChain team covering January product updates including the general availability of LangSmith Agent Builder, new side-by-side experiment comparison in LangSmith, an Insights Agent now available for self-hosted customers, LangChain JS v1.2.13 improvements, and streaming updates in deepagents. Also included: Interrupt 2026 conference ticket details, a new conceptual guide on agent observability powering evaluation, a new Agent Builder Academy course, a relaunched Chat LangChain resource, a new Support Portal, a long list of upcoming community meetups and hackathons worldwide, and customer stories from Coinbase and Remote.
Table of contents
Interrupt 2026 - Tickets on sale Feb 12Speak the LangNew and Improved ResourcesUpcoming EventsQuestions this post answers
What is new in LangSmith Agent Builder now that it's generally available?
LangSmith Agent Builder reached general availability, letting developers build agents using natural language descriptions. The tool determines the approach automatically, generating a detailed prompt, selecting tools, and configuring subagents and skills based on the description provided, removing manual setup steps previously required. Developers evaluating agent-building tools can track releases like this on daily.dev.
What changed in LangChain JS version 1.2.13?
LangChain JS v1.2.13 improved agent robustness by adding dynamic tools, recovery from hallucinated tool calls, and better streaming error signals. These changes target common failure modes in agent execution, making agents more resilient when tool calls fail or produce unexpected results during streaming. Teams upgrading agent frameworks can follow release changes like this via daily.dev.