32 articles

📰 LangChain Blog

Articles from LangChain Blog · 32 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10277) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Continual learning for AI agents
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 1w ago
Continual learning for AI agents
Most discussions of continual learning in AI focus on one thing: updating model weights. But for AI agents, learning can happen at three distinct layers: the mo
How My Agents Self-Heal in Production
LangChain Blog ⚡ AI Lesson 1w 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
Open Models have crossed a threshold
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 1w 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
March 2026: LangChain Newsletter
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 1w 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
Announcing the LangChain + MongoDB Partnership: The AI Agent Stack That Runs On The Database You Already Trust
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 1w 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.
Agent Evaluation Readiness Checklist
LangChain Blog ⚡ AI Lesson 2w ago
Agent Evaluation Readiness Checklist
A practical checklist for agent evaluation: error analysis, dataset construction, grader design, offline & online evals, and production readiness.
How Kensho built a multi-agent framework with LangGraph to solve trusted financial data retrieval
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 2w 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
How we build evals for Deep Agents
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 2w 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
How Middleware Lets You Customize Your Agent Harness
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 2w 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
Skills in LangSmith Fleet
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 2w ago
Skills in LangSmith Fleet
Fleet now supports shareable skills, so you equip agents across your team with knowledge for specialized tasks.
How Moda Builds Production-Grade AI Design Agents with Deep Agents
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 2w 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.
Join LangChain at Google Cloud Next 2026
LangChain Blog ⚡ AI Lesson 2w 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
Two different types of agent authorization
LangChain Blog ⚡ AI Lesson 2w 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
Introducing LangSmith Fleet
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 3w 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.
Polly is generally available everywhere you work in LangSmith
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 3w 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
Introducing LangSmith Sandboxes: Secure Code Execution for Agents
LangChain Blog ⚡ AI Lesson 3w 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.
Open SWE: An Open-Source Framework for Internal Coding Agents
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 3w 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 Announces Enterprise Agentic AI Platform Built with NVIDIA
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 3w 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
Introducing deploy cli
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 3w 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
Autonomous context compression
LangChain Blog 🧠 Large Language Models ⚡ AI Lesson 1mo 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