📰 LangChain Blog
Articles from LangChain Blog · 27 articles · Updated every 3 hours · View all news

LangChain Blog
⚡ AI Lesson
2d ago
How My Agents Self-Heal in Production
I built a self-healing deployment pipeline for our GTM Agent. After every deploy, it detects regressions, triages whether the change caused them, and kicks off

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2d ago
Open Models have crossed a threshold
TL;DR: Open models like GLM-5 and MiniMax M2.7 now match closed frontier models on core agent tasks — file operations, tool use, and instruction following — a
LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3d ago
March 2026: LangChain Newsletter
It feels like spring has sprung here, and so has a new NVIDIA integration, ticket sales for Interrupt 2026, and announcing LangSmith Fleet (formerly Agent Build

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
5d ago
Announcing the LangChain + MongoDB Partnership: The AI Agent Stack That Runs On The Database You Already Trust
Build production AI agents on MongoDB Atlas — with vector search, persistent memory, natural-language querying, and end-to-end observability built in.
LangChain Blog
⚡ AI Lesson
1w ago
Agent Evaluation Readiness Checklist
A practical checklist for agent evaluation: error analysis, dataset construction, grader design, offline & online evals, and production readiness.

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1w ago
How Kensho built a multi-agent framework with LangGraph to solve trusted financial data retrieval
Discover how Kensho, S&P Global’s AI innovation engine, leveraged LangGraph to create its Grounding framework–a unified agentic access layer solving fragmented
LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1w ago
How we build evals for Deep Agents
TLDR: The best agent evals directly measure an agent behavior we care about. Here's how we source data, create metrics, and run well-scoped, targeted experime

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1w ago
How Middleware Lets You Customize Your Agent Harness
Agent harnesses are what help build an agent, they connect an LLM to its environment and let it do things. When you’re building an agent, it’s likely you’ll wan

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1w ago
Skills in LangSmith Fleet
Fleet now supports shareable skills, so you equip agents across your team with knowledge for specialized tasks.

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1w ago
How Moda Builds Production-Grade AI Design Agents with Deep Agents
Moda uses a multi-agent system built on Deep Agents and traced through LangSmith to let non-designers create and iterate on professional-grade visuals.

LangChain Blog
⚡ AI Lesson
1w ago
Join LangChain at Google Cloud Next 2026
If you're attending Google Cloud Next 2026 in Las Vegas this year and working on agent development, here's what we have planned. Visit Us at Booth #5006 We'll b

LangChain Blog
⚡ AI Lesson
1w ago
Two different types of agent authorization
LangSmith Fleet introduces two types of agent authorization: Assistants, which use the end user's own credentials, and Claws, which use a fixed set of credentia

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2w ago
Introducing LangSmith Fleet
Agent Builder is now Fleet: a central place for all of your teams to build, use, and manage agents across the enterprise.

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2w ago
Polly is generally available everywhere you work in LangSmith
Debugging agents is different from debugging anything else you've built. Traces run hundreds of steps deep, prompts span thousands of lines, and when something

LangChain Blog
⚡ AI Lesson
2w ago
Introducing LangSmith Sandboxes: Secure Code Execution for Agents
Spin up a sandbox in a single line of code with the LangSmith SDK. Now in Private Preview.

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2w ago
Open SWE: An Open-Source Framework for Internal Coding Agents
Built on Deep Agents and LangGraph, Open SWE provides the core architectural components for internal coding agents.

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2w ago
LangChain Announces Enterprise Agentic AI Platform Built with NVIDIA
Comprehensive agent engineering platform combined with NVIDIA AI enables enterprises to build, deploy, and monitor production-grade AI agents at scale Press Rel

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2w ago
Introducing deploy cli
We’re excited to introduce the deploy cli, a new set of commands within the langgraph-cli package that makes it simple to deploy and manage agents directly from

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3w ago
Autonomous context compression
TL;DR: We've added a tool to the Deep Agents SDK (Python) and CLI that allows models to compress their own context windows at opportune times. Motivation Contex

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3w ago
The Anatomy of an Agent Harness
By Vivek Trivedy TLDR: Agent = Model + Harness. Harness engineering is how we build systems around models to turn them into work engines. The model contains the

LangChain Blog
⚡ AI Lesson
3w ago
How Coding Agents Are Reshaping Engineering, Product and Design
EPD (Engineering, Product, and Design) at software company is about creating good software. Separate roles exist, but the end goal is functional software that s

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3w ago
How we built LangChain’s GTM Agent
Learn how we built a GTM agent that increased lead conversion by 250% while saving each sales rep 40 hours per month

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Evaluating Skills
By Robert Xu Recently at LangChain we’ve been building skills to help coding agents like Codex, Claude Code, and Deep Agents CLI work with our ecosystem: namely

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1mo ago
LangSmith CLI & Skills
We’re releasing a CLI along with our first set of skills to give AI coding agents expertise in the LangSmith ecosystem. This includes adding tracing to agents,
DeepCamp AI