GenAI PM
person38 mentions· Updated May 28, 2026

Harrison Chase

Founder/leader associated with LangChain. He is quoted describing Managed Deep Agents as an easy way to build and deploy long-horizon agents.

Key Highlights

  • Harrison Chase is the founder most closely associated with LangChain and a major voice in the AI agent tooling ecosystem.
  • His recent commentary focuses on long-horizon agents, observability, feedback loops, testing, and deployment infrastructure.
  • He has warned that vendor lock-in increasingly lives in agent harnesses, memory, and integrations rather than just model providers.
  • He describes LangSmith as an org-wide platform for building and improving AI agents through tighter collaboration and faster feedback loops.
  • He recently called Managed Deep Agents the easiest way to build and deploy long-horizon agents, now in private preview.

Harrison Chase

Overview

Harrison Chase is the founder and public face most closely associated with LangChain, one of the most influential ecosystems in the AI agent tooling stack. Across recent mentions, he appears as a builder, product leader, and commentator on how teams should design, deploy, observe, evaluate, and improve AI agents in production. His comments span developer frameworks such as LangChain and LangGraph, deployment and observability products like LangSmith, and newer agent efforts including DeepAgents and Managed Deep Agents.

For AI Product Managers, Harrison Chase matters because his work sits at the intersection of agent architecture, product infrastructure, and operational best practices. The themes in his posts and appearances are highly practical: long-horizon agent deployment, feedback loops, observability, testing strategy, collaboration across teams, and avoiding infrastructure lock-in. In short, he is a useful signal for where the agent tooling ecosystem is headed and what operating models serious AI teams may need to adopt.

Key Developments

  • 2026-04-21: Harrison Chase outlined the end-to-end infrastructure required for long-horizon AI agents, including task scheduling, state persistence, vector retrieval, prompt templating, and monitoring.
  • 2026-04-23: He previewed a new LangChain feature to be launched at Interrupt on May 13, focused not just on providing testing tools but also helping teams decide what to test, in what order, and when they are done.
  • 2026-04-30: He demonstrated how to build and deploy a simple agent with DeepAgents deploy, pointing users to LangChain documentation. In the same period, he also argued that closed-model costs could become prohibitively high by 2026 and said he was optimizing DeepAgents for strong performance on open-source models.
  • 2026-05-02: He highlighted that LLMs are becoming capable enough for autonomous web-browsing agents, citing a DeepAgents and Browserbase integration example.
  • 2026-05-03: He warned that while switching model providers is relatively easy, changing inference or training harnesses is much harder because of vendor lock-in. He called for open harnesses and noted that memory and integrations remain tightly coupled to agent harnesses, with agents.md and skills as early signs of possible open standards.
  • 2026-05-04: He publicly supported Shashikant’s PyFlue, a Python-native agent harness framework ported from Flue, and encouraged more work in harness engineering.
  • 2026-05-06: He argued that observability alone is insufficient for agent improvement, and that products like LangSmith should also capture feedback data and even automate feedback generation to power continuous learning loops.
  • 2026-05-08: He discussed how Ramp Labs built Ramp Sheets and its internal AI agent Inspect on the Max Agency podcast, signaling interest in real-world enterprise agent systems and practical product architectures.
  • 2026-05-10: He described LangSmith as an organization-wide platform for building AI agents that improves cross-functional collaboration and shortens feedback loops. He also argued that treating AI agents as measurable systems requires not just technical tooling but deliberate team processes and human collaboration.
  • 2026-05-28: Harrison Chase said LangChain’s Managed Deep Agents is the easiest way to build and deploy long-horizon agents, announcing that it had entered private preview and inviting direct outreach for access.

Relevance to AI PMs

1. A practical blueprint for agent operations: Harrison Chase consistently emphasizes that shipping agents is not just about prompting or model choice. AI PMs can use his framing to prioritize the full operating stack: deployment, observability, feedback capture, testing, and iterative improvement.

2. A lens on build-vs-buy infrastructure choices: His commentary on vendor lock-in, open harnesses, and the difficulty of swapping core agent infrastructure is directly relevant to roadmap and platform decisions. PMs evaluating agent frameworks should pay attention not only to model flexibility, but also to portability of memory, tools, integrations, and evaluation pipelines.

3. Useful signals on where agent products are maturing: His updates on DeepAgents, Managed Deep Agents, LangSmith, and long-horizon infrastructure give AI PMs an early read on emerging product categories. This is especially valuable for teams exploring autonomous workflows, browser agents, internal copilots, or enterprise-grade agent deployment.

Related

  • LangChain: The core framework most closely associated with Harrison Chase; central to his role and public product commentary.
  • LangSmith: Presented by Chase as an org-wide platform for building, observing, and improving AI agents with stronger feedback loops.
  • DeepAgents / Managed Deep Agents / deepagents-deploy / deepagents-cli: A family of tools and deployment workflows tied to long-horizon agents, frequently referenced in his product updates.
  • LangGraph: Relevant as part of the broader LangChain ecosystem for building more structured and stateful agent systems.
  • Browserbase: Connected through examples of autonomous web-browsing agents built with DeepAgents.
  • Open harnesses / agent-harnesses / vendor-lock-in: Concepts Chase discusses in relation to ecosystem openness and infrastructure portability.
  • Memory / skills / agentsmd / MCPs / subagents: Related building blocks he has referenced in debates around emerging standards for agent architecture.
  • Ramp Labs / Inspect / Ramp Sheets: Mentioned in connection with his podcast discussion of real-world enterprise AI products and internal agent systems.

Newsletter Mentions (38)

2026-05-28
Harrison Chase says LangChain’s Managed Deep Agents is the easiest way to build and deploy long-horizon agents.

#10 𝕏 Harrison Chase says LangChain’s Managed Deep Agents is the easiest way to build and deploy long-horizon agents. It’s now in private preview—DM him for access.

2026-05-10
#7 𝕏 Harrison Chase calls LangSmith an org-wide platform for building AI agents that speeds up cross-functional collaboration and tightens feedback loops. #10 𝕏 Harrison Chase argues that treating AI agents as systems to measure and iteratively improve isn’t just a technical challenge—it demands intentional human collaboration and team processes.

GenAI PM Daily May 10, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 11 insights for PM Builders, ranked by relevance from X, Blogs, and LinkedIn. PromptLayer’s multi-step agent evaluation framework #1 𝕏 Jason Zhou launched `/goal` support in CodeX and Hermes agents for one-step autonomous coding, advising use of interview mode, clear stop conditions, and a goal-buddy to manage state and goal files. #2 📝 PromptLayer Blog What Is Agent Evaluation? A Practical Guide for AI Teams - Agent evaluation tests whether an AI agent reliably completes tasks across real inputs, edge cases, and new versions by scoring not just final outputs but multi-step behavior via black-box, trajectory, and component-level evaluations, using metrics like task completion rate, tool selection accuracy, unsupported-claim rate, latency/cost per step, and regression pass rate. PromptLayer offers tracing with span-level context, reusable datasets, batch evaluations, backtesting, regression testing, automated evaluation triggers on new prompt versions, and flexible pipelines including code execution, human input, conversation simulation, regex checks, and LLM assertions. #3 in Udi Menkes built his new product’s entire data flow in a single interactive HTML file—complete with diagrams, in-page navigation, and color-coded complexity—letting his team understand it in minutes instead of hours. #4 𝕏 Garry Tan suggests diagramming your AI agent codebases and architecture in plain ASCII, then relentlessly questioning each component to clarify design and accelerate product development. #5 𝕏 Boris Cherny says Claude Code’s switch to a native installer means npm-only stats undercount its real usage. On Thursday it hit its second-highest signup day ever with 15× growth since Jan 1—now you can ask Claude to debug your SQL. #6 𝕏 Boris Cherny is enhancing Claude Code’s UX for snappier performance and adding debug logs so users can self-serve hang diagnostics. #7 𝕏 Harrison Chase calls LangSmith an org-wide platform for building AI agents that speeds up cross-functional collaboration and tightens feedback loops. #8 𝕏 Santiago showcases a step-by-step guide for constructing Python-powered multi-agent systems from scratch, leveraging MCP and A2A patterns to incrementally add complexity and enable collaborative AI agents. #9 𝕏 Garry Tan spends $2K/mo on Openclaw AI tokens to turbocharge product development and startup insights. He’s “tokenmaxxing” now with a goal to make these capabilities affordable for everyone in 18 months. #10 𝕏 Harrison Chase argues that treating AI agents as systems to measure and iteratively improve isn’t just a technical challenge—it demands intentional human collaboration and team processes. #11 in Peter Yang warns that unedited AI-generated markdown can compound small errors over time—what starts as 5% “slop” quickly balloons into an overwhelming pile of confusing, unverified content. Found this valuable? Share it with another PM - they can subscribe at genaipm.com Unsubscribe • Switch to Weekly

2026-05-08
#16 𝕏 Harrison Chase dives into how Ramp Labs built Ramp Sheets and their internal AI agent Inspect—unpacking architecture, features, and real-world use cases—on the Max Agency podcast.

Harrison Chase is mentioned in the context of a podcast discussion about Ramp’s internal AI products.

2026-05-06
Harrison Chase argues that agent observability in LangSmith is only half the battle—you must embed feedback data collection (and even automated feedback generation) directly into your observability platform to power a continuous AI-agent improvement loop.

#10 𝕏 Harrison Chase argues that agent observability in LangSmith is only half the battle—you must embed feedback data collection (and even automated feedback generation) directly into your observability platform to power a continuous AI-agent improvement loop.

2026-05-04
𝕏 Harrison Chase cheers on Shashikant’s PyFlue—a Python-native agent harness framework ported from Flue—and invites more developers to dive into harness engineering.

#10 𝕏 Harrison Chase cheers on Shashikant’s PyFlue—a Python-native agent harness framework ported from Flue—and invites more developers to dive into harness engineering.

2026-05-03
#6 𝕏 Harrison Chase warns that while swapping model providers is straightforward, changing inference/training harnesses is much harder due to vendor lock-in—and urges the development of open harnesses to keep users flexible.

#6 𝕏 Harrison Chase warns that while swapping model providers is straightforward, changing inference/training harnesses is much harder due to vendor lock-in—and urges the development of open harnesses to keep users flexible. #13 𝕏 Harrison Chase warns that memory and integrations are still tightly coupled to the agent harness—only agents.md and skills hint at any open standard.

2026-05-02
Harrison Chase is excited that LLMs are becoming capable enough to power autonomous web-browsing agents, showcased by the deepagents + @browserbase LangChain integration example on GitHub.

Harrison Chase is excited that LLMs are becoming capable enough to power autonomous web-browsing agents, showcased by the deepagents + @browserbase LangChain integration example on GitHub.

2026-04-30
#12 𝕏 Harrison Chase walks through building and deploying a simple agent using DeepAgents deploy, inviting PM Builders to try it out (full docs at https://docs.langchain.com/oss/python/deepagents/deploy).

#12 𝕏 Harrison Chase walks through building and deploying a simple agent using DeepAgents deploy, inviting PM Builders to try it out (full docs at https://docs.langchain.com/oss/python/deepagents/deploy). #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.

2026-04-23
#21 𝕏 Harrison Chase is launching on May 13th at Interrupt a new feature for LangChain that not only provides testing tools but also guides you on what to test, in what order, and when you’re done.

#21 𝕏 Harrison Chase is launching on May 13th at Interrupt a new feature for LangChain that not only provides testing tools but also guides you on what to test, in what order, and when you’re done.

2026-04-21
Harrison Chase breaks down the end-to-end infrastructure for deploying long-horizon AI agents—covering task scheduling, state persistence, vector retrieval, prompt templating, and monitoring.

#11 𝕏 Harrison Chase breaks down the end-to-end infrastructure for deploying long-horizon AI agents—covering task scheduling, state persistence, vector retrieval, prompt templating, and monitoring. #12 ▶️ Hermes Agent: The New OpenClaw? Greg Isenberg Shows how to install and configure Hermes Agent with built-in SQLite memory and 40+ tools via a one-line command, connect to Open Router for transparent token pricing, and deploy it on Android devices using Termox and Termox API.

Related

Claude Codetool

Anthropic's coding assistant used for programming and automation tasks. The newsletter references it for building a custom approval device and for writing and research workflows inside AI agents.

OpenClawtool

An AI agent workflow system used to automate founder and operator tasks with cron jobs, skills, and integrations. The newsletter cites it as part of a solo-founder operating stack alongside Codex and Devin.

LangChaincompany

An AI application framework for building agents and chains. The newsletter highlights its Managed Deep Agents private preview for long-horizon agents.

AI agentsconcept

Autonomous or semi-autonomous software systems that can take actions, manage workflows, and assist with operational work. The newsletter references them in multiple founder and startup productivity contexts.

Claude Coworktool

Anthropic's collaborative AI tool used for multimodal workflows, code execution, and connector-based access to external data sources. It appears in the newsletter as a practical example of an AI assistant handling planning, analysis, and automation tasks.

Langsmithtool

A LangChain-related evaluation and observability tool for AI applications. In this issue it is listed among products that already use LLM-as-a-judge workflows.

Skillsconcept

A concept for modular agent capabilities or instructions, mentioned as an emerging hint toward open standards. It is discussed alongside agents.md in the context of agent harness interoperability.

deepagentsconcept

An open-source agent framework associated with Harrison Chase. In the newsletter it is being optimized for open-source models as closed-model costs rise.

AGENTS.mdtool

A file-based convention that hints at emerging open standards for agent behavior and configuration. The newsletter references it as one of the few signs of openness in the agent harness stack.

langchain-task-steeringtool

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

LangSmith Deploymentstool

LangChain’s deployment offering for launching agents securely and at scale. It is important for PMs evaluating production readiness, observability, and managed infrastructure for agents.

agent middlewareconcept

A modular layer that adds tools, guardrails, and custom instructions to AI agents. It is described as a composable harness for production agent systems.

Stay updated on Harrison Chase

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

Subscribe Free