GenAI PM
concept12 mentions· Updated Sep 10, 2026

deepagents

An orchestration layer or project for building agent loops and control logic. In this newsletter it is described as part of a loop for orchestration logic alongside LangSmith.

Key Highlights

  • DeepAgents is positioned as an open-source agent harness for orchestration logic, loops, and control flow rather than just a simple framework.
  • Newsletter coverage increasingly pairs DeepAgents with LangSmith, separating orchestration from measurement and evaluation.
  • Its architecture emphasizes portability across runtimes, support for standard interfaces, and compatibility with both cloud and local setups.
  • Dynamic subagents, backend abstraction, and long-horizon evaluation make DeepAgents especially relevant for production agent products.
  • The concept reflects a broader market shift from prompt and framework tooling toward full agent harnesses.

Overview

DeepAgents is an open-source agent harness and orchestration layer for building longer-running agent loops, control logic, and multi-step execution flows. It was introduced by Harrison Chase as a Claude Agent SDK, but newsletter coverage increasingly frames it more broadly as a portable system for running agents across environments rather than as a narrowly model- or runtime-bound framework. In practice, DeepAgents sits in the part of the stack that manages how agents act over time: selecting tools, coordinating subagents, handling retries or failure recovery, and connecting to execution backends.

For AI Product Managers, DeepAgents matters because it represents the shift from simple prompt chains and developer frameworks toward full agent harnesses. The newsletter positions it alongside LangSmith for measurement, with DeepAgents handling orchestration logic and LangSmith handling evaluation and observability. That separation is important for PMs designing production agent products: the product challenge is no longer just model quality, but how the system structures tasks, manages memory and tools, supports different runtimes, and improves through feedback loops.

Key Developments

  • 2026-04-13: Harrison Chase launched DeepAgents as an open-source Claude Agent SDK for building and running Claude-powered agents.
  • 2026-04-30: Chase said he was optimizing DeepAgents for strong performance on open-source models, anticipating rising costs for closed models.
  • 2026-06-01: He outlined how to evaluate DeepAgents at scale on AWS with LangSmith, including datapoint and evaluator design for longer-horizon agents.
  • 2026-06-21: DeepAgents was highlighted as part of a nearly 10-hour agentic AI course covering LangChain, LangGraph, RAG, and guardrails.
  • 2026-06-30: Dynamic subagents were introduced in DeepAgents, enabling developers to programmatically spin up subagents for multiple use cases.
  • 2026-07-01: Chase showed a live voice agent architecture that used Gemini Live for low-latency interaction while offloading complex reasoning to DeepAgents.
  • 2026-07-06: He described an industry shift from frameworks like LangChain, AI SDK, and LlamaIndex toward fuller harnesses such as DeepAgents, Claude Agent SDK, and EVE.
  • 2026-07-10: Chase clarified that DeepAgents does not imply runtime lock-in and can run across environments such as SuperQode, LangGraph, Temporal, or other platforms.
  • 2026-08-17: He recapped DeepAgents’ architecture: an agent loop separated from a backend that provides filesystem-like operations and optional sandboxed code execution, with support for local or cloud deployment, MCP and a2a endpoints, shared web and Slack interfaces, and fake backends for non-coding agents.
  • 2026-09-10: Chase said a broader loop is being built around DeepAgents for orchestration logic and LangSmith for measurement, reinforcing the view that agent improvement depends on harness quality.

Relevance to AI PMs

  • Designing production agent systems: DeepAgents is useful as a reference for how modern agent products are structured beyond prompting—around loops, tool use, backends, subagents, and recovery logic. PMs can use this framing to define product requirements at the harness level, not just the model level.
  • Evaluating long-horizon behavior: The pairing of DeepAgents with LangSmith shows a practical split between orchestration and measurement. PMs responsible for quality can use this model to separate execution logic from evaluation pipelines, making it easier to test task completion, tool usage, and failure modes at scale.
  • Planning for portability and cost: Newsletter mentions emphasize support for OSS models, multiple runtimes, and standard interfaces like MCP and a2a. For PMs, that makes DeepAgents relevant when reducing vendor lock-in, controlling inference cost, or designing products that may need to switch models and execution environments over time.

Related

  • Harrison Chase: Primary advocate and source of most newsletter mentions; positioned DeepAgents as part of the shift toward agent harnesses.
  • LangSmith / langsmith-agent-builder: Frequently paired with DeepAgents as the measurement and evaluation layer for agent systems.
  • LangGraph: DeepAgents is described as being built on LangGraph, tying it to graph-based workflow and stateful execution patterns.
  • Anthropic / Claude / claude-agent-sdk: DeepAgents launched as an open-source Claude Agent SDK and remains closely associated with Claude-powered agent development.
  • LangChain, AI SDK, LlamaIndex: These are contrasted with DeepAgents as earlier-generation frameworks versus fuller agent harnesses.
  • Guardrails, memory, mcpsskillssubagents: These relate to the operational concerns DeepAgents helps manage, including safety, persistence, and modular agent capabilities.
  • AWS: Mentioned in the context of evaluating DeepAgents at scale with LangSmith.
  • Gemini Live: Used in an example architecture where low-latency voice interaction is separated from heavier reasoning handled by DeepAgents.
  • Temporal, SuperQode, EVE: Referenced to emphasize portability and to compare DeepAgents with other runtimes or harness-style systems.
  • MCP and a2a: Standard endpoints DeepAgents reportedly supports, relevant for interoperability with external tools and agent ecosystems.

Newsletter Mentions (12)

2026-09-10
He said a loop is being built around deepagents for orchestration logic and LangSmith for measurement.

#8 𝕏 Harrison Chase endorsed the view that agent improvement is harness improvement, with key interventions at the tool boundary: context selection, tool availability, failure recovery, and measurement. He said a loop is being built around deepagents for orchestration logic and LangSmith for measurement.

2026-08-17
Harrison Chase recapped deepagents’ architecture, which separates the agent loop from a backend providing filesystem-like operations and, optionally, sandboxed code execution. Built on LangGraph, it supports local or cloud setups, standard endpoints such as MCP and a2a, shared web and Slack interfaces, and “fake” backends for non-coding agents.

#1 𝕏 Harrison Chase recapped deepagents’ architecture, which separates the agent loop from a backend providing filesystem-like operations and, optionally, sandboxed code execution. Built on LangGraph, it supports local or cloud setups, standard endpoints such as MCP and a2a, shared web and Slack interfaces, and “fake” backends for non-coding agents.

2026-07-10
Harrison Chase clarifies that DeepAgents isn’t runtime lock-in—being OS-based, you can run it anywhere, whether in SuperQode with a different runtime, LangGraph, Temporal, or any other platform.

The item frames DeepAgents as a portable agent system rather than a platform-locked one.

2026-07-06
Harrison Chase observes the agent industry pivoting from frameworks like LangChain, AI SDK, and LlamaIndex to full-fledged harnesses such as DeepAgents, Claude Agent SDK, and EVE—with DeepAgents predating EVE by about ten months.

#2 𝕏 Harrison Chase observes the agent industry pivoting from frameworks like LangChain, AI SDK, and LlamaIndex to full-fledged harnesses such as DeepAgents, Claude Agent SDK, and EVE—with DeepAgents predating EVE by about ten months.

2026-07-01
Harrison Chase shows how to build a live voice agent by offloading complex reasoning to DeepAgents and using Gemini Live for natural, low-latency interactions.

Harrison Chase shows how to build a live voice agent by offloading complex reasoning to DeepAgents and using Gemini Live for natural, low-latency interactions. #15 📝 Claude Code Blog Getting started with loops - A tutorial-style post introducing loops in Claude Code, aimed at helping developers get started using loop constructs and workflows.

2026-06-30
#8 𝕏 Harrison Chase introduced dynamic subagents in Deepagents, letting you programmatically spin up subagents and showcasing six distinct use cases.

#8 𝕏 Harrison Chase introduced dynamic subagents in Deepagents, letting you programmatically spin up subagents and showcasing six distinct use cases.

2026-06-21
Harrison Chase highlights a nearly 10-hour agentic AI course covering LangChain, LangGraph, RAG, deepagents and guardrails.

#3 𝕏 Harrison Chase highlights a nearly 10-hour agentic AI course covering LangChain, LangGraph, RAG, deepagents and guardrails. He’s also asking for other strong Lang* resources for learners.

2026-06-01
Harrison Chase breaks down how to evaluate DeepAgents at scale on AWS with LangSmith, covering concrete datapoint and evaluator design methods for longer-horizon agents.

#2 𝕏 Harrison Chase breaks down how to evaluate DeepAgents at scale on AWS with LangSmith, covering concrete datapoint and evaluator design methods for longer-horizon agents.

2026-04-30
#19 𝕏 Harrison Chase predicts that by 2026 closed-model costs will be prohibitively high and he’s optimizing deepagents for peak performance on OSS models.

#19 𝕏 Harrison Chase predicts that by 2026 closed-model costs will be prohibitively high and he’s optimizing deepagents for peak performance on OSS models. #20 in Peter Yang showcases five new Google Labs AI products—Pomelli for marketing, Stitch for design, Genie for 3D worlds, Flow for video creation, and NotebookLM for research synthesis.

2026-04-13
#1 𝕏 Harrison Chase launched Deepagents—an open-source Claude Agent SDK available at github.com/langchain-ai/deepagents for building and running Claude-powered agents.

GenAI PM Daily April 13, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 14 insights for PM Builders, ranked by relevance from X, Blogs, and YouTube. Deepagents Releases Open Source Claude Agent SDK #1 𝕏 Harrison Chase launched Deepagents—an open-source Claude Agent SDK available at github.com/langchain-ai/deepagents for building and running Claude-powered agents.

Related

Anthropiccompany

An AI company whose Threat Intelligence team published a report on misuse of Claude and related countermeasures. The newsletter highlights evolving malicious-use patterns and defensive responses.

Claudetool

Anthropic's AI assistant/model referenced in a threat-intelligence report about misuse attempts. The report discusses cases, disruptions, and countermeasures over eight months of activity.

LlamaIndexcompany

A company building tools for connecting LLMs to data and documents. Here it is noted for releasing a connector that integrates LlamaParse with ChatGPT.

Harrison Chaseperson

Founder and CEO of LangChain, known for agent and orchestration commentary. Here he argues that agent improvement depends on harness design, tool boundaries, and measurement.

MCPconcept

A protocol for connecting agents to external tools and systems in a standardized way. The newsletter mentions setup instructions that can be pasted into an agent to configure MCP.

LangChaincompany

A framework company for building LLM apps and agents. In this issue it is mentioned alongside Deep Agents and virtual file system infrastructure.

Langsmithtool

LangChain’s evaluation and observability product for AI systems. The newsletter positions it as the measurement layer for an agent orchestration loop.

Claude Agent SDKtool

An SDK for building Claude-based agents and workflows. It is cited as one of the newer harness-style tools replacing older frameworks.

AWScompany

Amazon’s cloud platform, referenced in a story about a training pipeline running on a 4-GPU instance. The anecdote highlights GPU utilization monitoring and infrastructure waste.

AI SDKtool

Vercel’s SDK for integrating AI features into apps. The newsletter highlights token savings from a single line of code in DeepSeek-powered workflows.

A2Aconcept

A standard endpoint/protocol for agent-to-agent or agent interoperability, mentioned here alongside MCP as a supported interface. It matters to PMs as part of agent connectivity and integration strategy.

langchain-task-steeringtool

Community middleware example for customizing agent behavior and steering tasks in agent frameworks.

Stay updated on deepagents

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free