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

Knowledge catalogue

Search: “harrison-chase--x”

GridTimelineEvolution
1,116 results
10 Apr 2026

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

AgentsDGX 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

Deep Agents Deploy: an open alternative to Claude Managed Agents

Model ReleasesDGX 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...

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

Agents

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
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

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…

AgentsDGX 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

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

AgentsDGX 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...

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

AgentsDGX 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

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

Model ReleasesDGX 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

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

AgentsDGX 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...

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

AgentsDGX 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...

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

Model ReleasesDGX 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

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

AgentsDGX 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 ...

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…

AgentsDGX 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

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

AgentsDGX 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

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

AgentsDGX 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

Love this new podcast format ❤️ super insightful!

ApplicationsDGX 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

Max volume for Max Agency 📣🗣️

ApplicationsDGX 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

middleware is underrated

AgentsDGX 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 ...

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

Model ReleasesDGX 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

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…

AgentsDGX 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

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

AgentsDGX 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

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

AgentsDGX 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...

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

TutorialsDGX 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

Portable agents

AgentsDGX 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

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

AgentsDGX 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

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

AgentsDGX 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

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

AgentsDGX 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

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

AgentsDGX 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

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

ApplicationsDGX 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

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 …

AgentsDGX 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

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…

Model ReleasesDGX 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

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…

AgentsDGX 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 -

9 Apr 2026

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

Local AiDGX 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

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

AgentsDGX 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

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

AgentsDGX 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

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

ApplicationsDGX 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

calling all of my fellow podcast nerds!

ApplicationsDGX 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,

Can’t get enough of Harrison and his AI takes? Lucky for you, we’re announcing Max Agency where you can hear him & other industry experts ta…

ApplicationsDGX agent

Can’t get enough of Harrison and his AI takes? Lucky for you, we’re announcing Max Agency where you can hear him & other industry experts talk agents, harnesses, models, evals, and more!! 🎙️Introducin

Checkout our new Max Agency podcast - the first episode is already out!

ApplicationsDGX agent

Checkout our new Max Agency podcast - the first episode is already out! 🎙️Introducing Max Agency Max Agency is a new podcast where we go deep on how the best agents are actually being built: architect

Claude Agent SDK tracing in LangSmith just got an upgrade. Now you can trace: → Subagents → Child runs inside MCP tools → Cost tracking + mo…

Model ReleasesDGX agent

Claude Agent SDK tracing in LangSmith just got an upgrade. Now you can trace: → Subagents → Child runs inside MCP tools → Cost tracking + more Update to the latest Python SDK to try it out. Docs: http

Deep Agents deploy gets you: - Deep Agents harness - Sandbox of your choice (@daytonaio , @modal , @RunloopDev ) - Short and long term memor…

AgentsDGX agent

Deep Agents deploy gets you: - Deep Agents harness - Sandbox of your choice (@daytonaio , @modal , @RunloopDev ) - Short and long term memory - Agents exposed via MCP and A2A Production ready and open

🚀Deep Agents deploy Today we’re launching Deep Agents deploy in beta. Deep Agents deploy is the fastest way to deploy a model agnostic, ope…

AgentsDGX agent

🚀Deep Agents deploy Today we’re launching Deep Agents deploy in beta. Deep Agents deploy is the fastest way to deploy a model agnostic, open source agent harness in a production ready way. Open harnes

Deep Agents or @LangChain? Just use the right tool for the right job

Model ReleasesDGX agent

Deep Agents or @LangChain? Just use the right tool for the right job great q! deepagents has more 'batteries included', which langchain v1 is a very minimalistic agent harness if you are doing more co

Deploy a production ready agent to the web... with the same setup you use to define a coding agent AGENTS.md - open standard /skills - open …

AgentsDGX agent

LangChain co-founder Harrison Chase (@hwchase17) highlighted the ability to deploy a production-ready agent to the web using the same configuration setup — such as an `AGENTS.md` file — used to def...

Deploy agents with your choice of model, sandbox, and integrations

Model ReleasesDGX agent

The specific X (Twitter) post at the provided URL could not be retrieved — the content is not publicly indexed in search results, and direct access to X posts requires authentication or is otherwis...

extremely fun jamming with Harrison on all things analytics, agents and evals! I have like 20 more hours worth of takes and opinions in this…

Model ReleasesDGX agent

extremely fun jamming with Harrison on all things analytics, agents and evals! I have like 20 more hours worth of takes and opinions in this space and going on the pod uncorked them, more to come for

Gotta love @LangChain! 🥹 Providing high quality open source agent infra DAILY Single handedly advancing the trajectory of AI

AgentsDGX agent

Gotta love @LangChain! 🥹 Providing high quality open source agent infra DAILY Single handedly advancing the trajectory of AI Open Harness, Model Choice, Open Memory (take it wherever you need), Open P

great q! deepagents has more 'batteries included', which langchain v1 is a very minimalistic agent harness if you are doing more complex wor…

Model ReleasesDGX agent

great q! deepagents has more 'batteries included', which langchain v1 is a very minimalistic agent harness if you are doing more complex workflows (eg claude code for X) -> deepagents if you want some

'Harnesses are intimately tied to memory, which means that by choosing an open harness you are choosing to own your memory, and not have it …

AgentsDGX agent

'Harnesses are intimately tied to memory, which means that by choosing an open harness you are choosing to own your memory, and not have it be locked into a proprietary harness or tied to a single mod

https://x.com/hwchase17/status/2042269195656921120

AgentsDGX agent

I was unable to retrieve the specific content of the tweet at the provided URL. The status ID `2042269195656921120` does not appear to be publicly indexed or accessible via search, and X (Twitter) ...

@hwchase17 Very cool, agent harnesses will be everywhere within the next week. Well done Harrison et al!

AgentsDGX agent

Rob Schaper posted a reply on X (Twitter) praising Harrison Chase (@hwchase17) and the LangChain team for their work on agent harnesses, predicting the concept would become widespread within days. ...

I agree with this, memory is context, and context is what enables agency. Having arguably the more relevant component of the agent locked in…

AgentsDGX agent

I was unable to retrieve the specific X (Twitter) post at the URL provided, as the content is not accessible through search results. The tweet's text snippet ('memory is context, and context is wha...

i have been waiting for this ...

AgentsDGX agent

I'm sorry, but I'm unable to retrieve the content of that specific post. The URL points to an X (formerly Twitter) post that requires JavaScript and user authentication to load, and my web search w...

if you prefer blog format: https://blog.langchain.com/deep-agents-deploy-an-open-alternative-to-claude-managed-agents/

Model ReleasesDGX agent

LangChain launched **Deep Agents Deploy** in beta as an open-source, model-agnostic alternative to Anthropic's Claude Managed Agents, allowing developers to deploy production-ready agents via a sin...

if you want claude's managed agents w/o model provider lock in, this is the path! `deepagents deploy` lets you deploy an agent built on our …

Model ReleasesDGX agent

if you want claude's managed agents w/o model provider lock in, this is the path! `deepagents deploy` lets you deploy an agent built on our model agnostic, open source harness in minutes you can easil

In case you haven’t seen - more and more community middleware is popping up as ways to customize your agents and deepagents Got some middlew…

AgentsDGX agent

In case you haven’t seen - more and more community middleware is popping up as ways to customize your agents and deepagents Got some middleware you want to contribute? Reach out to Sydney! we just add

🎙️Introducing Max Agency Max Agency is a new podcast where we go deep on how the best agents are actually being built: architecture decisio…

AgentsDGX agent

🎙️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 everything in between. Each episode

its a directionally correct form factor but way too much lock in

AgentsDGX agent

its a directionally correct form factor but way too much lock in @hwchase17 Hey Harrison, We use Deep Agents pretty heavily and love it. Curious what you think about the new managed agents from Anthro

Izzy is a singularly talented AI thinker and tinkerer, and this interview makes me heart-swellingly proud of all the work he and the team ar…

ApplicationsDGX agent

Izzy is a singularly talented AI thinker and tinkerer, and this interview makes me heart-swellingly proud of all the work he and the team are doing at @_hex_tech 💜 🎙️Introducing Max Agency Max Agency

maybe some nuance 😄 I don’t think anyone is “lying” about how great Mythos will be —> but there’s expectation misalignment between the Test…

Model ReleasesDGX agent

maybe some nuance 😄 I don’t think anyone is “lying” about how great Mythos will be —> but there’s expectation misalignment between the Test Harness set up for Mythos and a belief it was given this cra

memory ownership is why we need open harnesses blog about this coming this weekend

AgentsDGX agent

memory ownership is why we need open harnesses blog about this coming this weekend The memory ownership point is the real story here. Running a persistent agent 24/7, memory isn't a feature — it's the

← Previous
1…16171819
Next →