The AI Front Page

Source Edition

LangChain Blog

30 stories from 1 sources across 9 topics.

Stories

30

Sources

1

Topics

9

For You lens

29 stories in this edition match your reader profile.

Reader signals

3

Searches

0

Matches

29

Top score

127

Tune For You

Lead Story

Deep Agents v0.7

Today we're shipping deep agents v0.7. This release simplifies the base harness, resulting in 65% fewer base input tokens at comparable performance.

LangChain Blog5:00 PMHeat 79
ReadSource

LangChain Blog / 12:50 PM

3 Years of Graph Engineering with LangGraph

Graph engineering isn't a new idea. It's the latest name for a well established approach to building reliable agents. It's the same idea behind loop engineering and harness engineering: building putting model reasoning in the right places, with the right context, at each step. At LangChain, we've been helping people build agents with graphs for 3 years! Here's what we've learned.

ReadSource

LangChain Blog / 11:48 PM

Agents need their own computer. Here's how to give them one safely.

For most of computing history, a developer environment meant a physical machine, then a VM, then a container, with each one shared across the work happening on it, each one requiring deliberate setup and teardown. The idea of giving every agent its own isolated computer, booting in under a second and cleaning up when done wasn't practical at scale. Sandboxes give you a safer way to run upgraded workflows, providing you an isolated environment to run tasks that require iteration, verification, and access to the tools a person would normally use, all without requiring human supervision. Every human developer gets a laptop. Every agent can get a computer.

ReadSource

Latest story in this edition: 5:00 PM

Back to front page