AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “harrison-chase--x”

GridTimelineEvolution
1,116 results
Applications

1/ At @LangChain’s Interrupt conference last week, one question kept coming up: What happens when AI agents need to spend money? Enterprise …

DGX agent

1/ At @LangChain’s Interrupt conference last week, one question kept coming up: What happens when AI agents need to spend money? Enterprise agents have moved from prototype to production, but payments

applicationsharrison-chase--x
21 May 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Agents

Agent streaming has outgrown token deltas. Real apps need to render tools, state, subagents, media, interrupts, and reconnects without parsi…

DGX agent

Agent streaming has outgrown token deltas. Real apps need to render tools, state, subagents, media, interrupts, and reconnects without parsing a firehose of raw events. The new @LangChain streaming pr

agentsharrison-chase--x
21 May 2026
Agents

Agents have become way more capable in the last few months. What hasn't caught up yet is the applications and interfaces around those agents…

DGX agent

Agents have become way more capable in the last few months. What hasn't caught up yet is the applications and interfaces around those agents! (if you say TUIs are the end state for agents, please seek

agentsharrison-chase--x
21 May 2026
Safety

Do agents listen to you… or themselves? While evaling subagent behavior in deep agent systems, we noticed an interesting quirk in our agents…

DGX agent

Do agents listen to you… or themselves? While evaling subagent behavior in deep agent systems, we noticed an interesting quirk in our agents' alignment with hand-written system prompts vs. the instruc

safetyharrison-chase--x
21 May 2026
Agents

i feel like there's a general misunderstanding about open source models. most people use a frontier model, switch the api request to open so…

DGX agent

i feel like there's a general misunderstanding about open source models. most people use a frontier model, switch the api request to open source model, see poor performance, and then churn off. this w

agentsharrison-chase--x
21 May 2026
Agents

Introducing the sandbox Auth Proxy: A way to control the boundary between agent-generated behavior and the rest of the world. An explainer f…

DGX agent

The sandbox Auth Proxy is a security mechanism designed to control and limit the interactions between AI agents and external systems by establishing a controlled boundary. This explainer from Harrison

agentsharrison-chase--x
21 May 2026
Applications

Managed Deep Agents is now in Private Beta ICYMI: It’s managed, model-agnostic infra for deep agents you can deploy with a single line of co…

DGX agent

Managed Deep Agents is a new LangChain feature in private beta that provides managed infrastructure for deep agents, designed to be model-agnostic and deployable with minimal code. The service aims to

applicationsharrison-chase--x
21 May 2026
Model Releases

On Evals - getting messages on “ok so how do I actually start learning this?” there is no better way than by just doing so you can copy this…

DGX agent

On Evals - getting messages on “ok so how do I actually start learning this?” there is no better way than by just doing so you can copy this to Claude Code and get started today <instructions> 1. Go l

model-releasesharrison-chase--x
21 May 2026
Agents

RT @huntlovell: re: interpreters (since we''ve gotten asked this a few times) The proof will be in the evals/task-set for your agent, but…

DGX agent

This tweet by Hunt Lovell, shared by Harrison Chase, addresses questions about interpreters in the context of AI agent evaluation. It suggests that the effectiveness of interpreters should be validate

agentsharrison-chase--x
21 May 2026
Agents

streaming from modern agents is pretty complex! especially with - parallel tools / subagents - multimodal content - human in the loop events…

DGX agent

streaming from modern agents is pretty complex! especially with - parallel tools / subagents - multimodal content - human in the loop events our new streaming primitives make all of this ergonomic! Ag

agentsharrison-chase--x
21 May 2026
Agents

This is real agent security alpha 🔐

DGX agent

This post likely discusses early-stage security features or improvements for AI agents, possibly from LangChain or a related AI framework that Harrison Chase is involved with. The 'alpha' designation

agentsharrison-chase--x
21 May 2026
Agents

a few months back, it become clear to us that a large part of technical work would be driven by agents in the future. coding agents were bec…

DGX agent

a few months back, it become clear to us that a large part of technical work would be driven by agents in the future. coding agents were becoming ubiquitous and highly capable. since we build a platfo

agentsharrison-chase--x
20 May 2026
Agents

Agents, to make better agents 👀

DGX agent

This post likely discusses strategies and techniques for improving AI agent design and capabilities, possibly including methods for training agents to be more effective at complex tasks. The content a

agentsharrison-chase--x
20 May 2026
Applications

as agents run for longer and with more context, there's a lot of tricky things you have to consider for deployment! super excited to dive in…

DGX agent

as agents run for longer and with more context, there's a lot of tricky things you have to consider for deployment! super excited to dive into deploying Deep Agents for this Boston tech week meetup! .

applicationsharrison-chase--x
20 May 2026
Model Releases

brain dump of how/why we use Evals to measure agents before & after shipping to prod 1. Good Evals simulate what our real users will do and …

DGX agent

brain dump of how/why we use Evals to measure agents before & after shipping to prod 1. Good Evals simulate what our real users will do and encounter. They’re not really random benchmark tasks, they r

model-releasesharrison-chase--x
20 May 2026
Agents

code interpreter is a light weight code execution environment lets you do: - RLMs - programmatic tool calling - more! without having to spin…

DGX agent

code interpreter is a light weight code execution environment lets you do: - RLMs - programmatic tool calling - more! without having to spin up a full sandbox we'll be writing a lot more about the use

agentsharrison-chase--x
20 May 2026
Agents

deepagents v0.6 ships w/ support for code interpreters! these are the perfect happy medium between pure tool execution and heavyweight sandb…

DGX agent

deepagents v0.6 ships w/ support for code interpreters! these are the perfect happy medium between pure tool execution and heavyweight sandboxes they give your agent an environment where it can... → k

agentsharrison-chase--x
20 May 2026
Model Releases

fun read on real tradeoffs & design decisions we debated when designing Engine for the data scale that customers produce one common thread i…

DGX agent

fun read on real tradeoffs & design decisions we debated when designing Engine for the data scale that customers produce one common thread is that we’re pretty strong supporters of just giving the age

model-releasesharrison-chase--x
20 May 2026
Agents

.@huntlovell from the @LangChain_OSS team with a great explanation on interpereters.

DGX agent

Hunt Lovell from the LangChain open-source team provides an explanation of interpreters, likely covering how interpreters function within the LangChain framework for executing code or processing langu

agentsharrison-chase--x
20 May 2026
Agents

ICYMI: LangSmith Sandboxes are GA ✅ Agents get a real filesystem, shell, and package manager. Isolated from your infra. ✅ Works with Deep Ag…

DGX agent

ICYMI: LangSmith Sandboxes are GA ✅ Agents get a real filesystem, shell, and package manager. Isolated from your infra. ✅ Works with Deep Agents, Open SWE, or your own code. ✅ Auth with the same API k

agentsharrison-chase--x
20 May 2026
Agents

no trace left unread, no issue left unfound 👀 With Engine we’re pointing agentic compute across every trace across every agent so every tea…

DGX agent

no trace left unread, no issue left unfound 👀 With Engine we’re pointing agentic compute across every trace across every agent so every team can find product feedback, bugs, issues 24/7 langsmith engi

agentsharrison-chase--x
20 May 2026
Agents

Personally incredibly exciting at LangChain Labs to lead a focused, applied research effort into Continual Learning. A big prior is in treat…

DGX agent

Personally incredibly exciting at LangChain Labs to lead a focused, applied research effort into Continual Learning. A big prior is in treating the long horizon agent optimization problem as one that

agentsharrison-chase--x
20 May 2026
Agents

Stoked to work closely with @Vtrivedy10 on this. I've spoken about it before but an emerging trend i'm seeing with many of the ai-native com…

DGX agent

Stoked to work closely with @Vtrivedy10 on this. I've spoken about it before but an emerging trend i'm seeing with many of the ai-native companies I work with (shoutout @larsen_weigle_ ) is a focus on

agentsharrison-chase--x
20 May 2026
Agents

the first step to building evals is often times figuring out what you want to eval (sounds simple, in practice it has a lot of nuance)

DGX agent

the first step to building evals is often times figuring out what you want to eval (sounds simple, in practice it has a lot of nuance) you can condense long horizon evals with agents into smaller subs

agentsharrison-chase--x
20 May 2026
Agents

We raised 250M in Series C funding at a 2.2B valuation, led by a16z. Exa is a search lab organizing the web's data for agents.

DGX agent

Exa, a search lab focused on organizing web data for AI agents, announced a Series C funding round of 250 million at a 2.2 billion valuation, led by venture capital firm Andreessen Horowitz (a16z). Th

agentsharrison-chase--x
20 May 2026
Agents

We’re hiring for Labs! 🧪 If you’re interested in working with us to push forward Continual Learning, pls DM me with a blurb + link to the b…

DGX agent

We’re hiring for Labs! 🧪 If you’re interested in working with us to push forward Continual Learning, pls DM me with a blurb + link to the best Applied Research you’ve done (or even better shipped!) yo

agentsharrison-chase--x
20 May 2026
Agents

working on some hex dashboards -- this is a bummer! if you use langchain/deepagents as your agent harness, you can swap models with fallback…

DGX agent

working on some hex dashboards -- this is a bummer! if you use langchain/deepagents as your agent harness, you can swap models with fallback middleware when your first choice provider is down https://

agentsharrison-chase--x
20 May 2026
Agents

you can condense long horizon evals with agents into smaller subsets that still let you test intended behavior. i'm currently evaluating an …

DGX agent

you can condense long horizon evals with agents into smaller subsets that still let you test intended behavior. i'm currently evaluating an agent that runs for 30+ minutes, and analyzes thousands of t

agentsharrison-chase--x
20 May 2026
Agents

Awesome deep dive into how we built Engine from @palashshah

DGX agent

This post likely documents the technical architecture and development process behind Engine, a software component or platform, shared by Palash Shah. The content presumably covers key design decisions

agentsharrison-chase--x
19 May 2026
Agents

Curious finding while creating evals and benchmarks for long-horizon (100+ turn) agents While it’s generally thought that a direct swap to o…

DGX agent

Curious finding while creating evals and benchmarks for long-horizon (100+ turn) agents While it’s generally thought that a direct swap to open source models can bring immediate cost savings, that’s n

agentsharrison-chase--x
19 May 2026
Agents

Deep Agents now integrates with @nebiusai Token Factory. Now, you can run agent workloads on production-grade AI infrastructure with open-so…

DGX agent

Deep Agents now integrates with @nebiusai Token Factory. Now, you can run agent workloads on production-grade AI infrastructure with open-source models, dedicated endpoints, real-time search, and full

agentsharrison-chase--x
19 May 2026
Tutorials

deepagents v0.6 is about performance the first level at which we can control that is the model layer: how can you squeeze perf out of a mode…

DGX agent

deepagents v0.6 is about performance the first level at which we can control that is the model layer: how can you squeeze perf out of a model? tweaking prompts, tool names, and tool descriptions in ac

tutorialsharrison-chase--x
19 May 2026
Agents

Engine is one of the most complex production agent systems I've seen built. Definitely give this a read to see how we built it

DGX agent

Engine is a sophisticated production agent system developed by a team that Harrison Chase recommends for understanding advanced agent architecture and implementation. The post suggests it represents n

agentsharrison-chase--x
19 May 2026
Applications

Excited for this conversation with @hwchase17 , Co-Founder & CEO of @LangChain , on June 2 at the @traversal_ai office in NYC. We’ll be talk…

DGX agent

Excited for this conversation with @hwchase17 , Co-Founder & CEO of @LangChain , on June 2 at the @traversal_ai office in NYC. We’ll be talking about what it actually takes to operate AI agents in pro

applicationsharrison-chase--x
19 May 2026
Agents

great deep dive into how we built LangSmith Engine lots of fun learnings and tips and tricks

DGX agent

Harrison Chase provides a detailed technical overview of the architecture and development process behind LangSmith Engine, sharing key learnings and practical tips accumulated during its construction.

agentsharrison-chase--x
19 May 2026
Agents

How do you AI engineer an agent to do AI engineering? Turns out this is how 💯

DGX agent

This post likely discusses techniques and methodologies for building AI agents capable of performing AI engineering tasks, such as code generation, model optimization, or system design. It probably co

agentsharrison-chase--x
19 May 2026
Model Releases

I've been thinking a lot about the two different groups of evals you need in general agents/agents which handle broad tasks: 1. Benchmark ev…

DGX agent

I've been thinking a lot about the two different groups of evals you need in general agents/agents which handle broad tasks: 1. Benchmark evals - this is a suite of up to 100 eval cases which test the

model-releasesharrison-chase--x
19 May 2026
Agents

LangChain Applied AI Engineer @palashshah takes us under the hood of LangSmith Engine.

DGX agent

LangSmith Engine is a tool within the LangChain ecosystem that provides visibility and debugging capabilities for AI applications built with LangChain. This technical deep-dive likely covers how the e

agentsharrison-chase--x
19 May 2026
Agents

LangGraph.js Long-Term Memory Store is now generally available. This integration brings long-term memory across sessions, across users, and …

DGX agent

LangGraph.js Long-Term Memory Store is now generally available. This integration brings long-term memory across sessions, across users, and across time, with Atlas as the unified backend for checkpoin

agentsharrison-chase--x
19 May 2026
Agents

Most teams building agents are tracing their agent and reviewing the outputs, but the flow from error identification to merged fix is manual…

DGX agent

Most teams building agents are tracing their agent and reviewing the outputs, but the flow from error identification to merged fix is manual and slow. Engine is built to close that gap. https://www.la

agentsharrison-chase--x
19 May 2026
Agents

Read more on what we've learned while developing long-horizon agent evals:

DGX agent

Read more on what we've learned while developing long-horizon agent evals: Curious finding while creating evals and benchmarks for long-horizon (100+ turn) agents While it’s generally thought that a d

agentsharrison-chase--x
19 May 2026
Agents

this has probably been the most interesting project i've ever worked on. we created the best agent at finding problems with your agent. and …

DGX agent

this has probably been the most interesting project i've ever worked on. we created the best agent at finding problems with your agent. and we integrated it with the best observability platform to spi

agentsharrison-chase--x
19 May 2026
Agents

This release is absolutely stacked. I want to call out a sleeper feature: Interpreters Imagine your cloud agent gets a 10k-row CSV of suppor…

DGX agent

This release is absolutely stacked. I want to call out a sleeper feature: Interpreters Imagine your cloud agent gets a 10k-row CSV of support tickets. Without a code runtime, the model is stuck reason

agentsharrison-chase--x
19 May 2026
Agents

two years ago we started building agents to automate work. turns out these are really useful, so there’s a LOT of runs and long traces that …

DGX agent

two years ago we started building agents to automate work. turns out these are really useful, so there’s a LOT of runs and long traces that are hard to reason about now, use an ambient agent (engine)

agentsharrison-chase--x
19 May 2026
Agents

a lot of stuff to be excited about in this release! We're centering on two things to make deepagents great: - how do we make the most perfor…

DGX agent

a lot of stuff to be excited about in this release! We're centering on two things to make deepagents great: - how do we make the most performant harness - how do we make it a joy to work with and buil

agentsharrison-chase--x
18 May 2026
Agents

announcing deepagents v0.6, our biggest release yet! it’s all about performance: at the model layer w harness profiles, agent layer w code i…

DGX agent

announcing deepagents v0.6, our biggest release yet! it’s all about performance: at the model layer w harness profiles, agent layer w code interpreter, and at scale w streaming and delta channels cont

agentsharrison-chase--x
18 May 2026
Agents

Behind the scenes of SmithDB with @ankush_gola11 ⤵️

DGX agent

Behind the scenes of SmithDB with @ankush_gola11 ⤵️ We leveraged two amazing open source projects when building SmithDB. One is @ApacheDataFusio: an extensible Rust based query engine. We built custom

agentsharrison-chase--x
18 May 2026
Agents

ICYMI: SmithDB is our purpose-built data layer for agent observability + eval workloads. Supporting increasingly complex query patterns at l…

DGX agent

ICYMI: SmithDB is our purpose-built data layer for agent observability + eval workloads. Supporting increasingly complex query patterns at low latency, over large traces, with self-hosting + multi-clo

agentsharrison-chase--x
18 May 2026
← Previous
1…89101112…24
Next →