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
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:
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 credentials.
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 solves
On Agent Frameworks and Agent Observability Every time LLMs get better, the same question comes back: "Do you still need an agent framework?" It's a fair question.
From Traces to Insights: Understanding Agent Behavior at Scale Visibility is the easiest piece. The hard part is analyzing and understanding what you’re observing. I’ve spoken to teams recording 100k+ traces every
In software, the code documents the app. In AI, the traces do. TL;DR * In traditional software, you read the code to understand what the app does - the decision logic lives in your codebase * In AI
Agent Frameworks, Runtimes, and Harnesses- oh my! There are few different open source packages we maintain: LangChain and LangGraph being the biggest ones, but DeepAgents being an increasingly popular one. I’ve
Reflections on Three Years of Building LangChain by Harrison Chase Almost exactly 3 years ago, I pushed the first lines of code to langchain as an open source package. There was no
Not Another Workflow Builder By Harrison Chase One of the most common requests we’ve gotten from day zero of LangChain has been a visual workflow builder. We never
Deep Agents Using an LLM to call tools in a loop is the simplest form of an agent. This architecture, however, can yield agents that are “shallow”
The rise of "context engineering" Header image from Dex Horthy on Twitter. Context engineering is building dynamic systems to provide the right information and tools in the right format such