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
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “harrison-chase--x”

GridTimelineEvolution
1,116 results
CompaniesToolsTechniques

Each lane shows up to 8 recent matching entries, ordered from earlier to later. Tracks load separately to keep the 75,000+ entry wiki fast.

Techniques

TechniqueRLHF / Alignment8 recent entries
12 Apr 2026100% this. Memory is just a form of context. Context is all you need, and context is everything when making a great agent.

Harrison Chase, co-founder of LangChain, endorsed the perspective that memory in AI agents is fundamentally a form of context, emphasizing that effective context management is the core requirement for

→29 Apr 2026own your agent harness 🤝 own your intelligence 🤝 own your evals 🤝 open ecosystems this doesn’t mean start from scratch, build on an open …

own your agent harness 🤝 own your intelligence 🤝 own your evals 🤝 open ecosystems this doesn’t mean start from scratch, build on an open base harness where you can edit/extend existing primitives like

HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
→30 Apr 2026resharing this note, find it helpful given all the great open evals work + teams building vertical agents Evals are a proxy for the behavior…

resharing this note, find it helpful given all the great open evals work + teams building vertical agents Evals are a proxy for the behavior we want our agent to exhibit in production Model+Harness pu

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

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

→27 May 2026Completely agree, @hwchase17 ! This is the meta-level breakthrough we've all been waiting for. Self-optimizing loops finally feel production…

Completely agree, @hwchase17 ! This is the meta-level breakthrough we've all been waiting for. Self-optimizing loops finally feel production-ready because LangSmith Engine turns evaluation from a manu

→29 May 2026feel very aligned with our vision & Ronak + the awesome Trajectory team’s on practically tackling Continual Learning at scale 🚀 there’s a v…

feel very aligned with our vision & Ronak + the awesome Trajectory team’s on practically tackling Continual Learning at scale 🚀 there’s a very good reason why teams are partly building “Observability

→30 Jun 2026Showing how to display dynamic subagents was tricky - this is what we aligned on

This post likely discusses technical decisions and design patterns for dynamically displaying subagents within an AI system, documenting the alignment the team reached after encountering implementatio

→21 Jul 2026RT @sydneyrunkle: is anyone thinking about graph engineering it in line w claude’s dynamic workflows? like the agent can author a state ma…

Sydney Runkle inquires whether anyone is exploring graph engineering that aligns with Claude’s dynamic workflows, specifically whether an agent could author its own state machine. The suggested approa

TechniqueRAG8 recent entries
14 Apr 2026Two major shifts will be seen in Agentic AI after Harness and YOU MUST KNOW. 1. Workflow design of your agents matters a lot more than any f…

Two major shifts will be seen in Agentic AI after Harness and YOU MUST KNOW. 1. Workflow design of your agents matters a lot more than any frontier model selection. Till now we have mostly focused on

→14 Apr 2026Harness Engineering Derived from what Models can’t do alone: It feels like a good time to step back and reshare some basic mental models for…

Harness Engineering Derived from what Models can’t do alone: It feels like a good time to step back and reshare some basic mental models for why harnesses exist in the first place - working backwards

→19 Apr 2026LangChain Community Spotlight: Saving $1M in LLM Costs 💰 Gustaf, an AI Engineer, shows how he reduced a production RAG chatbot's costs by 9…

LangChain Community Spotlight: Saving $1M in LLM Costs 💰 Gustaf, an AI Engineer, shows how he reduced a production RAG chatbot's costs by 90% and improved latency by 82% through caching, intelligent r

→27 May 2026this is a fantastic example of a robust agentic memory system built on langgraph! there's 4 key parts 1. retrieval (rag) 2. storage, fragmen…

this is a fantastic example of a robust agentic memory system built on langgraph! there's 4 key parts 1. retrieval (rag) 2. storage, fragmented by memory type 3. reasoning* 4. learning (often called d

→1 Jun 2026This is great @hwchase17 @bryonkuchML Seeing this update, I’m building a tutorial repo around LangChain + Groq + GEPA. The idea is simple: •…

This is great @hwchase17 @bryonkuchML Seeing this update, I’m building a tutorial repo around LangChain + Groq + GEPA. The idea is simple: •LangChain builds the RAG/agent workflow •Groq gives fast inf

→20 Jun 2026One of the better agentic AI courses I've seen Nearly 10 hours of great content. Covers LangChain, LangGraph, RAG, deepagents, guardrails, a…

One of the better agentic AI courses I've seen Nearly 10 hours of great content. Covers LangChain, LangGraph, RAG, deepagents, guardrails, and more Any other good Lang* resources out there for folks w

→30 Jun 2026a common pattern for (a part of) memory that we see: Wiki Memory Examples: - DeepWiki (@cognition) - AutoWiki (@FactoryAI) - LLM Wiki (@karp…

This post describes a common architectural pattern for integrating memory components into AI systems, illustrated through examples like DeepWiki and AutoWiki that automatically generate and maintain k

→1 Jul 2026quick video explaining what RLMs are, why you should use them, and how to use them with deepagents!

This video provides a quick explanation of Retrieval-Augmented Generation Models (RLMs), outlining their benefits and demonstrating their implementation with DeepAgents. The content likely covers how

TechniqueAgents8 recent entries
5 Aug 2026Love the latest string of releases and the moves that the Langchain team has been making. Langchain's React implementation was the the first…

Love the latest string of releases and the moves that the Langchain team has been making. Langchain's React implementation was the the first ever agent i built though their framework couldn't compete

→6 Aug 2026RIP to every 'which framework should I use' thread. harness on top, framework in the middle, runtime at the floor. one stack, three heights,…

RIP to every 'which framework should I use' thread. harness on top, framework in the middle, runtime at the floor. one stack, three heights, fully composable. paste these four images into claude and a

→6 Aug 2026I think of it like this: If you are building a simple agent with custom tools in your app -> langchain create agent If you are simply doing …

I think of it like this: If you are building a simple agent with custom tools in your app -> langchain create agent If you are simply doing some LLM analysis or synthetic data creation -> langchain in

→9 Aug 2026the term “RLM” (recursive language model) got a lot of buzz this week, but this idea is not new! @a1zhang wrote the og RLM paper 10 months a…

the term “RLM” (recursive language model) got a lot of buzz this week, but this idea is not new! @a1zhang wrote the og RLM paper 10 months ago! thats like 5 agent-years! would highly recommend followi

→9 Aug 2026Stripe just published how their company-wide AI agent works. The bar for building one just dropped to one engineer and one week It is called…

Stripe just published how their company-wide AI agent works. The bar for building one just dropped to one engineer and one week It is called Kai. Their own words: a coding agent for non-engineers. You

→11 Aug 2026we recently trimmed the deepagents harness base prompt by 65% (including tool info) it shows — deepagents is cheap!

we recently trimmed the deepagents harness base prompt by 65% (including tool info) it shows — deepagents is cheap! We ran DeepSeek V4 Flash through 4 more agent harnesses (Hermes Agent, Pi Agent, Pri

→11 Aug 2026really excited to see this release AND integrate it with deepagents!! https://www.langchain.com/blog/switchyard-agent-routing-benchmark

really excited to see this release AND integrate it with deepagents!! https://www.langchain.com/blog/switchyard-agent-routing-benchmark Lightning strikes for continuous and long-run agents! Nemotron 3

→12 Aug 2026the @aiDotEngineer World Fair always one of the best events every year to talk to builders at the frontier of Research, Agents, Evals, Syste…

the @aiDotEngineer World Fair always one of the best events every year to talk to builders at the frontier of Research, Agents, Evals, Systems, etc A few weeks ago I gave a talk on - Continually Impro

TechniqueFine-tuning8 recent entries
9 Apr 2026the real future of the very best vertical products is Model/Harness Choice + Openness easy to deploy infra is nice (great release from Ant) …

the real future of the very best vertical products is Model/Harness Choice + Openness easy to deploy infra is nice (great release from Ant) but it’s not the lever that matters the most at all to build

→11 Apr 2026Hot take: I can't see any startup building their critical core operations on Claude Managed Agents or any proprietary harness as investable.…

Hot take: I can't see any startup building their critical core operations on Claude Managed Agents or any proprietary harness as investable. The past weeks have shown why it's critical to build on top

→12 Apr 2026I just love the language of this study...it speaks of the shifting 'community language'...and that is so true...have you noticed the new 'co…

I just love the language of this study...it speaks of the shifting 'community language'...and that is so true...have you noticed the new 'community language' is 'harness', it was 'contextual prompting

→17 Apr 2026Thoth v3.15.0 is live. Talk to your AI from anywhere. It talks back from everywhere. 5 channels, full parity: WhatsApp, Discord, Slack, SMS,…

Thoth v3.15.0 is live. Talk to your AI from anywhere. It talks back from everywhere. 5 channels, full parity: WhatsApp, Discord, Slack, SMS, Telegram Streaming, reactions, media, slash commands New: X

→23 Apr 2026Evals ~= Environments…they’re one of the best investments a team can make for improving agents Step 0: Turn On Tracing for Agents Step 1: Po…

Evals ~= Environments…they’re one of the best investments a team can make for improving agents Step 0: Turn On Tracing for Agents Step 1: Point compute at Traces to understand agent behavior, segment

→29 May 2026Production traffic from frontier models is a golden data asset. If you can efficiently mine the traces, filter for quality, and fine-tune sm…

Production traffic from frontier models is a golden data asset. If you can efficiently mine the traces, filter for quality, and fine-tune smaller models on them, you get specialized performance at a f

→25 Jun 2026excited to be speaking at @aiDotEngineer World Fair next week on Improving Agents, Continual Learning, and why we think a large part of it i…

excited to be speaking at @aiDotEngineer World Fair next week on Improving Agents, Continual Learning, and why we think a large part of it is...Data Mining! Trace Mining is how we understand agent beh

→25 Jul 2026This would be amazing Training models on Langsmith traces to fine-tune OSS models inside the ADLC? Provided by @LangChain? Yes please

LangChain proposes using Langsmith traces to fine‑tune open‑source models within the AI Development Lifecycle (ADLC). A tweet by Harrison Chase (@hwchase17) on July 25, 2026 invites interested users t

TechniqueMultimodal3 recent entries
14 Apr 2026🚀 deepagents 0.5 release 👉 Async subagents - kick off background tasks on any Agent Protocol backed server while you continue to interact …

🚀 deepagents 0.5 release 👉 Async subagents - kick off background tasks on any Agent Protocol backed server while you continue to interact with the main agent. Start multiple background tasks in parall

→6 May 2026Strong Opinions, Loosely Held on Agent + Harness Engineering: 1. You can outperform any default harness+model (including codex & claude code…

Strong Opinions, Loosely Held on Agent + Harness Engineering: 1. You can outperform any default harness+model (including codex & claude code) on pretty much any Task by engineering the harness around

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

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

TechniqueSafety8 recent entries
3 May 2026while exploring harnesses, i came across my first and favourite agent orchestration framework @LangChain has launched deep-agents last year.…

while exploring harnesses, i came across my first and favourite agent orchestration framework @LangChain has launched deep-agents last year. it’s a wonderful harness, that has a lot of tools: - write_

→10 May 2026> shipped the agent > opened the dashboard > latency: fine > error rate: fine > users: unhappy > checked the responses > technically correct…

> shipped the agent > opened the dashboard > latency: fine > error rate: fine > users: unhappy > checked the responses > technically correct > wrong tool called 3 steps earlier > no trace to follow >

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

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

→27 May 2026Completely agree, @hwchase17 ! This is the meta-level breakthrough we've all been waiting for. Self-optimizing loops finally feel production…

Completely agree, @hwchase17 ! This is the meta-level breakthrough we've all been waiting for. Self-optimizing loops finally feel production-ready because LangSmith Engine turns evaluation from a manu

→28 May 2026Almost everyone is building agent harness systems the wrong way. The default move: pick LangChain or LangGraph or the OpenAI Agents SDK, acc…

Almost everyone is building agent harness systems the wrong way. The default move: pick LangChain or LangGraph or the OpenAI Agents SDK, accept the loop, the tools, the memory, the orchestration, the

→6 Jun 2026Spent more time learning deepagents from @LangChain with primary focus on integrating MCP servers with auth that doesn't conform completely …

Spent more time learning deepagents from @LangChain with primary focus on integrating MCP servers with auth that doesn't conform completely to the OAuth standard. ( In prep of a work coming my way ) B

→20 Jun 2026One of the better agentic AI courses I've seen Nearly 10 hours of great content. Covers LangChain, LangGraph, RAG, deepagents, guardrails, a…

One of the better agentic AI courses I've seen Nearly 10 hours of great content. Covers LangChain, LangGraph, RAG, deepagents, guardrails, and more Any other good Lang* resources out there for folks w

→22 Jun 2026have been thinking a bunch about model routing and related things current thoughts here, would love feedback: 1/ there is a difference betwe…

have been thinking a bunch about model routing and related things current thoughts here, would love feedback: 1/ there is a difference between 'model routing' and 'model council' 'model routing' = rou