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

pretty sick that i get to work with Jake every day on making continual learning + memory accessible at scale for every single agent one comm…

DGX agent

pretty sick that i get to work with Jake every day on making continual learning + memory accessible at scale for every single agent one common thread here is...the Trace a large part of Continual Lear

agentsharrison-chase--x
24 Jun 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Agents

Sleep-time compute is the next scaling axis for intelligence

DGX agent

Sleep-time compute is the next scaling axis for intelligence 🧠LangSmith Engine as Sleep Time Compute Memory for agents is often described as “sleep time compute” or “dreaming” This involves running a

agentsharrison-chase--x
24 Jun 2026
Agents

Tracing can be used for memory

DGX agent

Tracing functionality can be utilized to monitor and analyze memory usage patterns in applications, helping developers identify memory leaks, optimize allocation, and understand runtime behavior. This

agentsharrison-chase--x
24 Jun 2026
Model Releases

We built Claude for outbound sellers. AEs & SDRs can harness GTM engineering through chat across 40+ data sources, no technical skills requi…

DGX agent

We built Claude for outbound sellers. AEs & SDRs can harness GTM engineering through chat across 40+ data sources, no technical skills required. We’ve had 57,548 queries in our first few weeks of beta

model-releasesharrison-chase--x
24 Jun 2026
Agents

auto-research style proposal loops should be data driven! they largely work best only when Data/Evals/Feedback give a useful gradient to hil…

DGX agent

auto-research style proposal loops should be data driven! they largely work best only when Data/Evals/Feedback give a useful gradient to hill-climb against increasingly auto-research is a very good to

agentsharrison-chase--x
23 Jun 2026
Agents

Evals are the new PRDs, @hwchase17 It might be my takeaway of the @LangChain Chicago meetup tonight.

DGX agent

Harrison Chase suggests that evaluations (evals) are becoming as critical to AI/LLM development as Product Requirements Documents (PRDs) traditionally were, implying a shift in how teams validate and

agentsharrison-chase--x
23 Jun 2026
Agents

GLM 5.2 is already top 10 on OpenRouter this week, sitting right next to Opus 4.8. it's also been really strong in Deep Agents across long-h…

DGX agent

GLM 5.2 is already top 10 on OpenRouter this week, sitting right next to Opus 4.8. it's also been really strong in Deep Agents across long-horizon coding, big context, tool use, and verifying work bef

agentsharrison-chase--x
23 Jun 2026
Agents

i was already using GLM-5.2 but WOW it's even better through baseten! give it a try with deepagents code (dcode), our open harness built to …

DGX agent

i was already using GLM-5.2 but WOW it's even better through baseten! give it a try with deepagents code (dcode), our open harness built to work with any model/provider We have the fastest GLM-5.2 dep

agentsharrison-chase--x
23 Jun 2026
Agents

interesting point here: loops amplify behavior, making them a double edged sword but we know loops are the future, so how do we avoid amplif…

DGX agent

interesting point here: loops amplify behavior, making them a double edged sword but we know loops are the future, so how do we avoid amplifying bad patterns? you need an *engaged* human in the (stack

agentsharrison-chase--x
23 Jun 2026
Agents

Let the smart horses build their own harness. See my previous article on this: https://x.com/Kangwook_Lee/status/2052925157606568217

DGX agent

Let the smart horses build their own harness. See my previous article on this: https://x.com/Kangwook_Lee/status/2052925157606568217 🧠Self-Harness: Harnesses that improve themselves New paper on agent

agentsharrison-chase--x
23 Jun 2026
Agents

Model council as a tool to push performance definitely works, I think the interesting next frontier is trying to scale this at the agent lev…

DGX agent

Model council as a tool to push performance definitely works, I think the interesting next frontier is trying to scale this at the agent level have been thinking a bunch about model routing and relate

agentsharrison-chase--x
23 Jun 2026
Agents

One thing we’ve seen pretty consistently: shipping the first version is only a small part of the work A key part of building reliable agents…

DGX agent

One thing we’ve seen pretty consistently: shipping the first version is only a small part of the work A key part of building reliable agents is having a repeatable lifecycle for improving them over ti

agentsharrison-chase--x
23 Jun 2026
Agents

🧠Self-Harness: Harnesses that improve themselves New paper on agents shaping their own harnesses to improve over time. Not from LangChain, …

DGX agent

🧠Self-Harness: Harnesses that improve themselves New paper on agents shaping their own harnesses to improve over time. Not from LangChain, but builds on top of DeepAgents! Three key steps: 1/ Weakness

agentsharrison-chase--x
23 Jun 2026
Agents

self-harness: harnesses that improve themselves spoiler alert, it's all loop engineering! 1. weakness mining - run agent and observe failure…

DGX agent

self-harness: harnesses that improve themselves spoiler alert, it's all loop engineering! 1. weakness mining - run agent and observe failures 2. propose improvements to the harness 3. confirm improvem

agentsharrison-chase--x
23 Jun 2026
Agents

you need docs built for agents

DGX agent

you need docs built for agents Docs are the eyes and ears of Agents. But we're moving so fast that they are always outdated. So hence an outdated doc also confuses the models. But it's also hard keep

agentsharrison-chase--x
23 Jun 2026
Agents

context engineering docs for agentic engineering - plans, research, etc SHOULD NOT be stored in version control: A good docs management syst…

DGX agent

context engineering docs for agentic engineering - plans, research, etc SHOULD NOT be stored in version control: A good docs management system keeps them: > outside your repo > accesible to agent via

agentsharrison-chase--x
22 Jun 2026
Agents

Deep Agents v0.6 feature spotlight: a code interpreter. Agents can now call tools from inside a runtime, keep intermediate results out of mo…

DGX agent

Deep Agents v0.6 feature spotlight: a code interpreter. Agents can now call tools from inside a runtime, keep intermediate results out of model context, and only pass the relevant output back. Fewer r

agentsharrison-chase--x
22 Jun 2026
Safety

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

DGX agent

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

safetyharrison-chase--x
22 Jun 2026
Agents

If you are building agents, Max Agency with @hwchase17 is THE best behind the scenes of how the top agents are built at companies like @Sier…

DGX agent

If you are building agents, Max Agency with @hwchase17 is THE best behind the scenes of how the top agents are built at companies like @SierraPlatform @RampLabs @benchling @ListenLabs @_hex_tech @coge

agentsharrison-chase--x
22 Jun 2026
Agents

Something we’re thinking a bunch about as well Would love thoughts!

DGX agent

Something we’re thinking a bunch about as well Would love thoughts! context engineering docs for agentic engineering - plans, research, etc SHOULD NOT be stored in version control: A good docs managem

agentsharrison-chase--x
22 Jun 2026
Applications

There are basically two skillsets that matter more in the age of coding agents. The first is the one everyone talks about: product sense and…

DGX agent

There are basically two skillsets that matter more in the age of coding agents. The first is the one everyone talks about: product sense and taste. Code is cheap now, so knowing exactly what to build

applicationsharrison-chase--x
22 Jun 2026
Agents

you can try out GLM 5.2 with deepagents code (dcode) today!! dcode is general purpose and provider agnostic, so you can take any of the new …

DGX agent

you can try out GLM 5.2 with deepagents code (dcode) today!! dcode is general purpose and provider agnostic, so you can take any of the new oss models for a spin! docs: https://docs.langchain.com/oss/

agentsharrison-chase--x
22 Jun 2026
Model Releases

'Build your own Claude Code with Deep Agents' Good article by the community showing how to build a Claude Code-like agent using Deep Agents …

DGX agent

'Build your own Claude Code with Deep Agents' Good article by the community showing how to build a Claude Code-like agent using Deep Agents Especially relevant given how strong GLM-5.2 seems to be! ht

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

people want to build agents, and they want it to be easy even more important, it should be easy for your agents to improve over time that's …

DGX agent

people want to build agents, and they want it to be easy even more important, it should be easy for your agents to improve over time that's what the 4th loop ('hill climbing') enables. automating the

agentsharrison-chase--x
21 Jun 2026
Model Releases

Yes, is model agnostic and general purpose

DGX agent

Harrison Chase confirms that 'Yes' (likely referring to LangChain or a related tool/framework) is model-agnostic and designed as a general-purpose solution, meaning it can work across different AI mod

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

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

DGX agent

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

agentsharrison-chase--x
20 Jun 2026
Agents

Very cool work from @jit_infinity: 🔥Leve: filesystem-first, durable agent framework built on LangGraph. You describe an agent as a director…

DGX agent

Very cool work from @jit_infinity: 🔥Leve: filesystem-first, durable agent framework built on LangGraph. You describe an agent as a directory of files. Leve compiles that directory into an agent and ru

agentsharrison-chase--x
20 Jun 2026
Model Releases

Deepagents code is sick cuz you can just use the best model as it comes out

DGX agent

Deepagents code is sick cuz you can just use the best model as it comes out it is indeed quite good! don't try it in claude code/codex - those harnesses are overly tuned for their proprietary models d

model-releasesharrison-chase--x
19 Jun 2026
Model Releases

it is indeed quite good! don't try it in claude code/codex - those harnesses are overly tuned for their proprietary models dcode (deepagents…

DGX agent

it is indeed quite good! don't try it in claude code/codex - those harnesses are overly tuned for their proprietary models dcode (deepagents code) is a model agnostic harness - try it there with @Fire

model-releasesharrison-chase--x
19 Jun 2026
Model Releases

Try it out! We are seeing amazing results with GLM 5.2!

DGX agent

Try it out! We are seeing amazing results with GLM 5.2! it is indeed quite good! don't try it in claude code/codex - those harnesses are overly tuned for their proprietary models dcode (deepagents cod

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

AI agents have become surprisingly good at talking to servers 🤖 The next challenge is getting them to interact with the environment users a…

DGX agent

AI agents have become surprisingly good at talking to servers 🤖 The next challenge is getting them to interact with the environment users actually live in. 🧑‍💻 Browsers. 🖥️ Apps. 📱 Devices. 🌐 Local st

agentsharrison-chase--x
10 Jun 2026
Agents

Are you going to be in Chicago on June 22? Do you want to talk about deepagents? If so - come by our LangChain x @focused_dot_io meetup! htt…

DGX agent

Harrison Chase announced a LangChain meetup event in Chicago on June 22 featuring discussion of deepagents, in collaboration with focused.io. The event was promoted on X (formerly Twitter) as an oppor

agentsharrison-chase--x
10 Jun 2026
Agents

first in a series of technical blogs of how we build llm infra

DGX agent

first in a series of technical blogs of how we build llm infra How do you support full-text search JSON filtering over agent traces that span up to hundreds of MBs, while keeping a median (P50) latenc

agentsharrison-chase--x
10 Jun 2026
Agents

future of travel!

DGX agent

future of travel! We raised $6M led by Sequoia to build the future of travel. Watch me plan a perfect trip to Mexico City in 3 minutes. Flights, hotels and a full itinerary that matches my preferences

agentsharrison-chase--x
10 Jun 2026
Agents

How do you support full-text search JSON filtering over agent traces that span up to hundreds of MBs, while keeping a median (P50) latency o…

DGX agent

How do you support full-text search JSON filtering over agent traces that span up to hundreds of MBs, while keeping a median (P50) latency of 400ms? Here’s an inside look at how we built a custom inve

agentsharrison-chase--x
10 Jun 2026
Agents

Introducing @PoeticHQ: a new AI system that executes complex multi-hour tasks with 99%+ accuracy and 10x fewer tokens than agents. We raised…

DGX agent

Introducing @PoeticHQ: a new AI system that executes complex multi-hour tasks with 99%+ accuracy and 10x fewer tokens than agents. We raised 50M at 500M from Kleiner Perkins, Founders Fund, First Harm

agentsharrison-chase--x
10 Jun 2026
Agents

it’s actually so cool to work at LangChain the…database company (??) yup, the cracked team that built SmithDB is doing a cool blog series on…

DGX agent

it’s actually so cool to work at LangChain the…database company (??) yup, the cracked team that built SmithDB is doing a cool blog series on “How to build the internals of a database” —> for agent sca

agentsharrison-chase--x
10 Jun 2026
Agents

We raised $6M led by Sequoia to build the future of travel. Watch me plan a perfect trip to Mexico City in 3 minutes. Flights, hotels and a …

DGX agent

We raised $6M led by Sequoia to build the future of travel. Watch me plan a perfect trip to Mexico City in 3 minutes. Flights, hotels and a full itinerary that matches my preferences. All bookable on

agentsharrison-chase--x
10 Jun 2026
Agents

loops are great because its just ai running in the background 'triggers' are the way we kick those off in fleet

DGX agent

loops are great because its just ai running in the background 'triggers' are the way we kick those off in fleet What are loops, and how do you build one? A 'loop' is the repeated process where some ev

agentsharrison-chase--x
9 Jun 2026
Agents

What are loops, and how do you build one? A 'loop' is the repeated process where some event or input kicks off an action. For example: 1. CI…

DGX agent

What are loops, and how do you build one? A 'loop' is the repeated process where some event or input kicks off an action. For example: 1. CI fails -> you fix it 2. CI fails again -> you fix it 3. CI p

agentsharrison-chase--x
9 Jun 2026
Agents

Deep Agents explained in <90 seconds by @sydneyrunkle

DGX agent

Deep Agents are an AI concept that Sydney Runkle explains concisely in under 90 seconds, likely covering how agents can be designed to operate with deeper reasoning and decision-making capabilities. T

agentsharrison-chase--x
8 Jun 2026
Model Releases

deepagent for competitive analysis

DGX agent

deepagent for competitive analysis Introducing 'Signals of AI' - DeepAgent powered by - @nebiustf for Inference - @NVIDIAAI Nemotron 3 Ultra - @tavilyai for Web Search - @LangChain for the core deepag

model-releasesharrison-chase--x
8 Jun 2026
Agents

deepagents in 90 seconds!

DGX agent

DeepAgents is a framework or tool designed to enable the creation of intelligent agents, likely demonstrated or explained in a brief 90-second format by Harrison Chase, a co-founder of LangChain. The

agentsharrison-chase--x
8 Jun 2026
Agents

here's what it means to create a loop, and how we use them to automate our work

DGX agent

This post likely explains the concept of loops in programming or automation workflows, covering how they function and their practical applications for automating repetitive tasks. It probably includes

agentsharrison-chase--x
8 Jun 2026
Model Releases

Introducing 'Signals of AI' - DeepAgent powered by - @nebiustf for Inference - @NVIDIAAI Nemotron 3 Ultra - @tavilyai for Web Search - @Lang…

DGX agent

Introducing 'Signals of AI' - DeepAgent powered by - @nebiustf for Inference - @NVIDIAAI Nemotron 3 Ultra - @tavilyai for Web Search - @LangChain for the core deepagent architecture! An ideal engine f

model-releasesharrison-chase--x
8 Jun 2026
Agents

LangSmith Fleet lets you work with files directly. Create documents, presentations, and webpages inside a conversation, or upload your own f…

DGX agent

LangSmith Fleet introduces file handling capabilities that enable users to create and manipulate documents, presentations, and webpages directly within conversations, as well as upload existing files

agentsharrison-chase--x
8 Jun 2026
Model Releases

Rubrics are even more flexible than /goal You can define a custom subagent for the grading, including custom tools, prompt, and iteration li…

DGX agent

Rubrics are even more flexible than /goal You can define a custom subagent for the grading, including custom tools, prompt, and iteration limits. Try it out and let us know what you think! we just shi

model-releasesharrison-chase--x
8 Jun 2026
Model Releases

we just shipped support for rubrics in deepagents ✅ give your agent a clear definition of what 'done' looks like, and force it to run in a l…

DGX agent

we just shipped support for rubrics in deepagents ✅ give your agent a clear definition of what 'done' looks like, and force it to run in a loop until said goal is complete this is similar to /goal in

model-releasesharrison-chase--x
8 Jun 2026
← Previous
1…45678…24
Next →