📰 LangChain Blog
23 articles · Updated every 3 hours · View all reads
All
Articles 71,686Blog Posts 101,114Tech Tutorials 17,403Research Papers 15,342News 12,867
⚡ AI Lessons

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Your harness, your memory
Agent harnesses are becoming the dominant way to build agents, and they are not going anywhere. These harnesses are intimately tied to agent memory. If you used

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Deep Agents v0.5
TL;DR: We’ve released new minor versions of deepagents & deepagentsjs , featuring async (non-blocking) subagents, expanded multi-modal filesystem support, and m

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
1mo 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

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
2mo 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
2mo 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
2mo 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
🧠 Large Language Models
⚡ AI Lesson
2mo 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
2mo 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
2mo 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
2mo 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
2mo 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
🧠 Large Language Models
⚡ AI Lesson
2mo 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
2mo 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
🧠 Large Language Models
⚡ AI Lesson
2mo 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
2mo 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
2mo 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
2mo 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
2mo 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
🧠 Large Language Models
⚡ AI Lesson
2mo 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
2mo 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
3mo 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,

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3mo ago
LangChain Skills
We’re releasing our first set of skills to give AI coding agents expertise in the open source LangChain ecosystem. This includes building agents with LangChain

LangChain Blog
🧠 Large Language Models
⚡ AI Lesson
3mo ago
February 2026: LangChain Newsletter
February gave us only twenty-eight days, but we made them count. From new Agent Builder capabilities to production monitoring insights, here's your monthly roun
DeepCamp AI