LangChain Blog

LangChain Blog

blog.langchain.dev/
25
Articles
8月7日 02:02
Last updated
Introducing Open SWE: An Open-Source Asynchronous Coding Agent

Introducing Open SWE: An Open-Source Asynchronous Coding Agent

The use of AI in software engineering has evolved over the past two years. It started as autocomplete, then went to a copilot in an IDE, and in the fast few months has evolved to be a long running, more end-to-end agent that run asynchronously in the cloud. We believe

LangChain Blog
api tool
Deep Agents

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” and fail to plan and act over longer, more complex tasks. Applications like “Deep Research”, “Manus”, and “Claude Code” have gotten around this limitation by

LangChain Blog
api library tool
Introducing Align Evals: Streamlining LLM Application Evaluation

Introducing Align Evals: Streamlining LLM Application Evaluation

Align Evals is a new feature in LangSmith that helps you calibrate your evaluators to better match human preferences.

LangChain Blog
api tool
Why agent infrastructure matters

Why agent infrastructure matters

Learn why agent infrastructure is essential to handling stateful, long-running tasks — and how LangGraph Platform provides the runtime support needed to build and scale reliable agents.

LangChain Blog
platform tool
LangSmith and LangGraph Platform are now available in AWS Marketplace

LangSmith and LangGraph Platform are now available in AWS Marketplace

LangSmith and LangGraph Platform (self-hosted deployments) are now available in AWS Marketplace.

LangChain Blog
platform tool
Open Deep Research

Open Deep Research

TL;DR Deep research has broken out as one of the most popular agent applications. OpenAI, Anthropic, Perplexity, and Google all have deep research products that produce comprehensive reports using various sources of context. There are also many open source implementations. We've built an open deep researcher that is simple

LangChain Blog
api tool
How to Build an Agent

How to Build an Agent

Learn how to build an agent -- from choosing realistic task examples, to building the MVP to testing quality and safety, to deploying in production.

LangChain Blog
api tool