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
Agents

the team spent a lot of time totally revamping docs with care❤️ ofc for LangChain+deepagents DX but lots of ppl use them as general learning…

DGX agent

the team spent a lot of time totally revamping docs with care❤️ ofc for LangChain+deepagents DX but lots of ppl use them as general learning guides on patterns across Agents, Context Eng, Infra, Prod,

agentsharrison-chase--x
11 Apr 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

this is a good point around taking advantage of model/api provider features i agree that prompt caching is great! we make sure to use it in …

DGX agent

this is a good point around taking advantage of model/api provider features i agree that prompt caching is great! we make sure to use it in deepagents! but that alone doesnt lock in - you can switch p

model-releasesharrison-chase--x
11 Apr 2026
Agents

This is the right frame. We’re currently designing our agent memory platform, and the hardest part isn’t storage — it’s deciding what to rem…

DGX agent

This is the right frame. We’re currently designing our agent memory platform, and the hardest part isn’t storage — it’s deciding what to remember, when to retrieve, and how to keep context clean. All

agentsharrison-chase--x
11 Apr 2026
Model Releases

This is why you need model agnostic harnesses

DGX agent

I was unable to retrieve the content of that specific X (Twitter) post, as web search results did not surface the tweet or its content. X.com posts are generally not indexed in a way that makes the...

model-releasesharrison-chase--x
11 Apr 2026
Agents

This post is so so good. We are at this interesting point where we’ve started to really figure out ‘memory’ with these LLM-based systems. An…

DGX agent

This post is so so good. We are at this interesting point where we’ve started to really figure out ‘memory’ with these LLM-based systems. And @hwchase17 is totally right - memory is basically just con

agentsharrison-chase--x
11 Apr 2026
Model Releases

time to help builders own their intelligence, open everything 🤝 the data produced and Experiential Memory gained from every agent interacti…

DGX agent

time to help builders own their intelligence, open everything 🤝 the data produced and Experiential Memory gained from every agent interaction is the one of the most valuable things you can own to impr

model-releasesharrison-chase--x
11 Apr 2026
Agents

What if owning the memory layer goes far beyond escaping lock-in? What if memory becomes fully editable intelligence? You could debug bad pa…

DGX agent

What if owning the memory layer goes far beyond escaping lock-in? What if memory becomes fully editable intelligence? You could debug bad patterns, reinforce good ones, and crucially synthesize new on

agentsharrison-chase--x
11 Apr 2026
Agents

your harness = your memory if you'd rather read in blog form, link here: https://blog.langchain.com/your-harness-your-memory/

DGX agent

LangChain's concept of 'your harness = your memory' explores how the surrounding infrastructure and framework around an AI agent effectively functions as its memory system. The post likely discusses h

agentsharrison-chase--x
11 Apr 2026
Agents

Agent harnesses are spark LangSmith is databricks

DGX agent

Agent harnesses are spark LangSmith is databricks harnesses seem to be the abstraction that encapsulates all of the 'business logic' or 'business connections' into a coherent unit that you can iterate

agentsharrison-chase--x
10 Apr 2026
Model Releases

Agent skills are great. I wanted to share some of my favorites from Jesse Vincent's 'Superpowers' skill pack 𝚠𝚛𝚒𝚝𝚒𝚗𝚐-𝚙𝚕𝚊𝚗𝚜 skill…

DGX agent

Agent skills are great. I wanted to share some of my favorites from Jesse Vincent's 'Superpowers' skill pack 𝚠𝚛𝚒𝚝𝚒𝚗𝚐-𝚙𝚕𝚊𝚗𝚜 skill produces much better plans than any harness' built in plan mode that I'

model-releasesharrison-chase--x
10 Apr 2026
Agents

Agree! Such sub agents are going to be big

DGX agent

The specific tweet (status ID 2042726390617764234) could not be retrieved directly, as it does not appear in available search results and X/Twitter requires authentication to access individual post...

agentsharrison-chase--x
10 Apr 2026
Agents

anyways, try out deepagents https://github.com/langchain-ai/deepagents

DGX agent

**deepagents** (github.com/langchain-ai/deepagents) is an open-source, MIT-licensed agent harness built on LangChain and LangGraph, equipped with built-in task planning, a filesystem backend, subag...

agentsharrison-chase--x
10 Apr 2026
Agents

As agent systems scale, the control layer becomes the main source of complexity. What starts simple turns into coordination and composition …

DGX agent

As agent systems scale, the control layer becomes the main source of complexity. What starts simple turns into coordination and composition problems. I built langchain-middleware-stack to better struc

agentsharrison-chase--x
10 Apr 2026
Model Releases

Deep Agents Deploy: an open alternative to Claude Managed Agents

DGX agent

LangChain launched **Deep Agents Deploy** in beta as an open-source, model-agnostic alternative to Anthropic's Claude Managed Agents. It is designed to be the fastest way to deploy a model-agnosti...

model-releasesharrison-chase--x
10 Apr 2026
Agents

Deep Agents deploy gets you the best AI infrastructure operators in the game! cc @h_dhanushkodi @WHinthorn

DGX agent

Deep Agents deploy gets you the best AI infrastructure operators in the game! cc @h_dhanushkodi @WHinthorn Deep Agents deploy gets you: - Deep Agents harness - Sandbox of your choice (@daytonaio , @mo

agentsharrison-chase--x
10 Apr 2026
Agents

For anyone building agentic workflows: the real bottleneck isn't the model, it's the harness. Open standards are a must, not just for flexib…

DGX agent

For anyone building agentic workflows: the real bottleneck isn't the model, it's the harness. Open standards are a must, not just for flexibility, but to ensure we actually own the long-term memory th

agentsharrison-chase--x
10 Apr 2026
Agents

Good read if you're interested in learning more about the quirks and nuances of different harnesses.

DGX agent

I was unable to retrieve the specific content of the linked tweet, as X (formerly Twitter) requires JavaScript and login to display individual posts. The search results did surface a highly relevan...

agentsharrison-chase--x
10 Apr 2026
Agents

great question! knowledge (system prompt, skills) and tools (apis, clis, whatnot) will always be needed, even as the best way to build agent…

DGX agent

great question! knowledge (system prompt, skills) and tools (apis, clis, whatnot) will always be needed, even as the best way to build agents changes i would focus on those and processes around those

agentsharrison-chase--x
10 Apr 2026
Model Releases

Help us grow our list of community middlewares! https://docs.langchain.com/oss/python/integrations/middleware#community-integrations

DGX agent

Help us grow our list of community middlewares! https://docs.langchain.com/oss/python/integrations/middleware#community-integrations @IeloEmanuele is on a roll! you can now use claude code's advisor s

model-releasesharrison-chase--x
10 Apr 2026
Agents

@hwchase17 middleware was the right abstraction for it too. way more adoptable than asking everyone to restructure their agent setup

DGX agent

LangChain's Middleware abstraction, introduced by Harrison Chase (@hwchase17) in LangChain 1.0 Alpha, addresses context engineering in AI agents by providing clean `before_model`, `after_model`, an...

agentsharrison-chase--x
10 Apr 2026
Agents

@hwchase17 Ngl I really like this direction. The more AGENTS.md, skills, and tool config start looking like portable interfaces instead of a…

DGX agent

A developer expressed enthusiasm for the emerging convergence of `AGENTS.md`, agent skills (SKILL.md), and tool configuration toward portable, cross-tool interfaces rather than siloed, tool-specifi...

agentsharrison-chase--x
10 Apr 2026
Model Releases

@IeloEmanuele is on a roll! you can now use claude code's advisor strategy with @LangChain agents because langchain/deepagents are provider …

DGX agent

@IeloEmanuele is on a roll! you can now use claude code's advisor strategy with @LangChain agents because langchain/deepagents are provider agnostic, you can use different providers for your advisor a

model-releasesharrison-chase--x
10 Apr 2026
Agents

If you read any part of this, check out the FAQ

DGX agent

I was unable to retrieve the content of the specified X (Twitter) post. The URL `https://x.com/masondrxy/status/2042728855123661203` could not be accessed through search — the status ID appears to ...

agentsharrison-chase--x
10 Apr 2026
Agents

im excited about agent harnesses because i think are the first stable agent abstractions we can build on top (which is why we're investing s…

DGX agent

im excited about agent harnesses because i think are the first stable agent abstractions we can build on top (which is why we're investing so much in deepagents) we always wanted to run llms in a loop

agentsharrison-chase--x
10 Apr 2026
Agents

Just shipped advisor-middleware: an open-source implementation of @AnthropicAI’s Advisor Strategy for @langchain DeepAgents. Pair a cheap ex…

DGX agent

Just shipped advisor-middleware: an open-source implementation of @AnthropicAI’s Advisor Strategy for @langchain DeepAgents. Pair a cheap executor (Haiku) with a powerful advisor (Opus): execute end-t

agentsharrison-chase--x
10 Apr 2026
Agents

LangSmith for Startups Spotlight: @tryflint Flint is an autonomous website platform that generates on brand landing pages. Flint’s marketing…

DGX agent

LangSmith for Startups Spotlight: @tryflint Flint is an autonomous website platform that generates on brand landing pages. Flint’s marketing agent works behind the scenes to get your message out to th

agentsharrison-chase--x
10 Apr 2026
Applications

Love this new podcast format ❤️ super insightful!

DGX agent

Love this new podcast format ❤️ super insightful! 🎙️Introducing Max Agency Max Agency is a new podcast where we go deep on how the best agents are actually being built: architecture decisions, tradeof

applicationsharrison-chase--x
10 Apr 2026
Applications

Max volume for Max Agency 📣🗣️

DGX agent

Max volume for Max Agency 📣🗣️ 🎙️Introducing Max Agency Max Agency is a new podcast where we go deep on how the best agents are actually being built: architecture decisions, tradeoffs, evals, and every

applicationsharrison-chase--x
10 Apr 2026
Agents

middleware is underrated

DGX agent

I wasn't able to retrieve the content of that specific tweet or URL from the search results. X (Twitter) posts are generally not indexed in a way that allows direct retrieval of their content, and ...

agentsharrison-chase--x
10 Apr 2026
Model Releases

Multi-Agent Orchestration is a great tool in building agentic products thankfully @sydneyrunkle put together a guide with runnable code for …

DGX agent

Multi-Agent Orchestration is a great tool in building agentic products thankfully @sydneyrunkle put together a guide with runnable code for each pattern earlier this year 🙏 (link below) choose any mod

model-releasesharrison-chase--x
10 Apr 2026
Agents

My X bookmarks have an 'intellectual shape' Apparently mine is: Technique-heavy, Tool-obsessed, Light on Opinion I didn't know until I ran t…

DGX agent

My X bookmarks have an 'intellectual shape' Apparently mine is: Technique-heavy, Tool-obsessed, Light on Opinion I didn't know until I ran the numbers OSS I've been building w/@LangChain to explore Ge

agentsharrison-chase--x
10 Apr 2026
Agents

New Guide: Incorporating human judgment in the agent improvement loop Building agents is hard. Everyone talks about the code. What gets less…

DGX agent

New Guide: Incorporating human judgment in the agent improvement loop Building agents is hard. Everyone talks about the code. What gets less attention is how to capture domain expert knowledge and act

agentsharrison-chase--x
10 Apr 2026
Agents

Open Harness, separated from model providers is a critical architectural pattern.

DGX agent

An **Open Harness** is a unified architectural layer that sits between AI agents and model providers, abstracting away provider-specific APIs and patterns. Because every AI agent harness has its o...

agentsharrison-chase--x
10 Apr 2026
Tutorials

Open swe uses deepagents under the hood Deepagents is general purpose, openswe is focused on coding

DGX agent

Open swe uses deepagents under the hood Deepagents is general purpose, openswe is focused on coding @hwchase17 @LangChain This is a very interesting comparison. Now my question is: how to compare Deep

tutorialsharrison-chase--x
10 Apr 2026
Agents

Portable agents

DGX agent

Portable agents @hwchase17 Ngl I really like this direction. The more AGENTS.md, skills, and tool config start looking like portable interfaces instead of app-specific hacks, the more usable this whol

agentsharrison-chase--x
10 Apr 2026
Agents

Speed of open source! Anthropic adds advisor strategy yesterday -> Emanuele adds an implementation as middleware less than 24 hours later!

DGX agent

Speed of open source! Anthropic adds advisor strategy yesterday -> Emanuele adds an implementation as middleware less than 24 hours later! Just shipped advisor-middleware: an open-source implementatio

agentsharrison-chase--x
10 Apr 2026
Agents

The ‘agent harness’ is essentially the new runtime. It’s like a lightweight OS around an LLM—handling memory, tool calls, retries, and contr…

DGX agent

The ‘agent harness’ is essentially the new runtime. It’s like a lightweight OS around an LLM—handling memory, tool calls, retries, and control flow. @hwchase17 im excited about agent harnesses because

agentsharrison-chase--x
10 Apr 2026
Agents

The challenge with agent harnesses is not only building them but distribution. If we want agent products to scale like saas, the interfaces …

DGX agent

The challenge with agent harnesses is not only building them but distribution. If we want agent products to scale like saas, the interfaces and ecosystem still need a fundamental breakthrough. im exci

agentsharrison-chase--x
10 Apr 2026
Agents

tldr > evals are the new training data. instead of updating weights, you're updating the agent harness > problem is agents are famous cheate…

DGX agent

tldr > evals are the new training data. instead of updating weights, you're updating the agent harness > problem is agents are famous cheaters. they will reward-hack your evals and overfit just to mak

agentsharrison-chase--x
10 Apr 2026
Applications

we are doing this podcast specifically to highlight the innermost details of building agents in production may be a little niche, but its a …

DGX agent

we are doing this podcast specifically to highlight the innermost details of building agents in production may be a little niche, but its a niche i like 🤷‍♂️ @hwchase17 Great content, really appreciat

applicationsharrison-chase--x
10 Apr 2026
Agents

What does it actually take to make agents better over time? A system that starts with a trace. You capture traces of agent behavior, enrich …

DGX agent

What does it actually take to make agents better over time? A system that starts with a trace. You capture traces of agent behavior, enrich them with evaluations and human feedback, identify what’s fa

agentsharrison-chase--x
10 Apr 2026
Model Releases

what he said 🗣️ the very best agents today obsessively tailor the harness layer around the model I’m looking at you “5 things I learned fro…

DGX agent

what he said 🗣️ the very best agents today obsessively tailor the harness layer around the model I’m looking at you “5 things I learned from the Claude code leak” bros 👀 orchestration patterns, tool d

model-releasesharrison-chase--x
10 Apr 2026
Agents

why not? what in the current harnesses are not bitter lesson-pilled? off top of head: will go away: - planning tools - compaction (or at lea…

DGX agent

why not? what in the current harnesses are not bitter lesson-pilled? off top of head: will go away: - planning tools - compaction (or at least will matter less) not going away: - sub agents - skills -

agentsharrison-chase--x
10 Apr 2026
Local Ai

1️⃣✅❌ 2️⃣✅❌ 3️⃣✅❌

DGX agent

1️⃣✅❌ 2️⃣✅❌ 3️⃣✅❌ One of the benefits of Deep Agents deploy is model optionality Choose from models from @OpenAI @GeminiApp @AnthropicAI @FireworksAI_HQ @baseten @OpenRouter @ollama @nvidia and many o

local-aiharrison-chase--x
9 Apr 2026
Agents

a useful mental model on how teams can think about good data design to improve their models/agents: Evals ~= Training Data ~= Environments -…

DGX agent

a useful mental model on how teams can think about good data design to improve their models/agents: Evals ~= Training Data ~= Environments - in Classical Deep Learning, we learn from each training exa

agentsharrison-chase--x
9 Apr 2026
Agents

And that is what Thoth uses for its agents in the backend. Thanks for your contributions to oss @LangChain @hwchase17 https://github.com/sid…

DGX agent

And that is what Thoth uses for its agents in the backend. Thanks for your contributions to oss @LangChain @hwchase17 https://github.com/siddsachar/Thoth AI that doesn't just work for you, it knows yo

agentsharrison-chase--x
9 Apr 2026
Applications

Announcing the @LangChain podcast -- Max Agency. Deep context to give you the edge while building and iterating on agents. Watch the full ep…

DGX agent

Announcing the @LangChain podcast -- Max Agency. Deep context to give you the edge while building and iterating on agents. Watch the full episode on: - Youtube: https://www.youtube.com/watch?v=Xyh1Eqc

applicationsharrison-chase--x
9 Apr 2026
Applications

calling all of my fellow podcast nerds!

DGX agent

calling all of my fellow podcast nerds! 🎙️Introducing Max Agency Max Agency is a new podcast where we go deep on how the best agents are actually being built: architecture decisions, tradeoffs, evals,

applicationsharrison-chase--x
9 Apr 2026
← Previous
1…2021222324
Next →