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
30 Jun 2026

human in the loop is very nice for these wiki memory systems

AgentsDGX agent

human in the loop is very nice for these wiki memory systems @hwchase17 My rule is that nothing gets added to the knowledge system without me reviewing it first, which has served me well so far, along

@hwchase17 very spot-on! for our (http://qontext.ai) customers, the journey is usually: local .md files -> shared github repo (-> gbrain) be…

AgentsDGX agent

@hwchase17 very spot-on! for our (http://qontext.ai) customers, the journey is usually: local .md files -> shared github repo (-> gbrain) before these approaches break down at a) multiplayer (incl acc

I love CLI loading spinners so much. there's something so satisfying about this UI

AgentsDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

This post expresses enthusiasm for command-line interface (CLI) loading spinners, highlighting the aesthetic and user experience satisfaction they provide during software operations. The author apprec

joined @LangChain almost three months ago and have spent a ton of time thinking about evals! i think that harbor is the future of eval frame…

AgentsDGX agent

joined @LangChain almost three months ago and have spent a ton of time thinking about evals! i think that harbor is the future of eval frameworks so really enjoyed being able to bring it into tighter

LangChain 今天连发两记,直接把 agent reliability 往前推了一步:一套统一评估栈,一个不用完整沙箱的代码执行方案。 先说评估。长运行、有状态的 agent 怎么测?Harbor + LangSmith 的组合给出一个 runner,能挂载 sandbox…

AgentsDGX agent

LangChain 今天连发两记,直接把 agent reliability 往前推了一步:一套统一评估栈,一个不用完整沙箱的代码执行方案。 先说评估。长运行、有状态的 agent 怎么测?Harbor + LangSmith 的组合给出一个 runner,能挂载 sandbox、接入 observability,终于不是靠单元测试糊弄了。 再看代码执行。Deep Agents 需要跑不受信代码,

Memory has somehow consistently been the most exciting area of agent development over the last 3 years (imo), and it's still a largely unsol…

AgentsDGX agent

Memory has somehow consistently been the most exciting area of agent development over the last 3 years (imo), and it's still a largely unsolved problem!! Wiki's are the biggest advancement I've seen i

Row-Bot's approach to memory is hybrid. We have taken the best of both worlds. A knowledge graph for the agent + bi-directionaly synced Wiki…

AgentsDGX agent

Row-Bot's approach to memory is hybrid. We have taken the best of both worlds. A knowledge graph for the agent + bi-directionaly synced Wiki for human readability/audit. With in-app graph visualizatio

Showing how to display dynamic subagents was tricky - this is what we aligned on

TutorialsDGX agent

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

this may be ai generated, but is true - the hardest part of wikis (and memory in general) is the process that condenses raw data into learni…

AgentsDGX agent

this may be ai generated, but is true - the hardest part of wikis (and memory in general) is the process that condenses raw data into learnings/memory @hwchase17 @cognition @FactoryAI @karpathy wiki m

Tutorial on using Gemini live to build a voice agent Uses deepagents as a tool: offload complex work to this subagent, use Gemini live for t…

Model ReleasesDGX agent

Tutorial on using Gemini live to build a voice agent Uses deepagents as a tool: offload complex work to this subagent, use Gemini live for the naturalness/latency Building voice agents can come with t

we launched code interpreters for deep agents last month. Basic idea is to let agents plan, delegate, and organize context using code instea…

AgentsDGX agent

we launched code interpreters for deep agents last month. Basic idea is to let agents plan, delegate, and organize context using code instead of chained tool calls Code interpreters don't need a sandb

29 Jun 2026

Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orchestration code to coord…

AgentsDGX agent

Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orchestration code to coordinate work at scale. This enables workflows like processing

Deep Agents supports sandboxes from any provider; with first-class support for E2B, Daytona, LangSmith, Modal, Vercel, Runloop, AgentCore, a…

AgentsDGX agent

Deep Agents supports sandboxes from any provider; with first-class support for E2B, Daytona, LangSmith, Modal, Vercel, Runloop, AgentCore, and BYOS (bring-your-own-sandbox implementation) support http

Dynamic subagents in deepagents! Lets you spin up subagents programmatically We highlight 6 diff use cases for this

AgentsDGX agent

DeepAgents introduces dynamic subagents that can be created programmatically at runtime, enabling more flexible and adaptive agent architectures. The post highlights six different practical use cases

https://x.com/sydneyrunkle/status/2071629451712983319

AgentsDGX agent

I cannot provide an accurate summary without access to the actual content of this X/Twitter post. The URL provided appears to have an invalid status ID format, and I don't have the ability to browse e

it's never been easier to turn langgraph agents into voice agents! great tutorial on how to do so, featuring @pipecat_ai

AgentsDGX agent

it's never been easier to turn langgraph agents into voice agents! great tutorial on how to do so, featuring @pipecat_ai Turn any LangGraph agent into a voice agent, no rebuilding required. A how-to o

Masterclass deep-dive into programmatic spawning of subagents - highly encourage taking a look! @colifran_ dropping elite ball knowledge per…

TutorialsDGX agent

Masterclass deep-dive into programmatic spawning of subagents - highly encourage taking a look! @colifran_ dropping elite ball knowledge per usual this blog covers 6 common workflow patterns we see wi

Row-Bot runs a LangGraph agent at its core. And supports 2 voice pipelines: - Local STT using whisper + Local TTS using kokoro - A real-time…

AgentsDGX agent

Row-Bot runs a LangGraph agent at its core. And supports 2 voice pipelines: - Local STT using whisper + Local TTS using kokoro - A real-time voice pipeline using GPT realtime 2. Both support full agen

the most common FUD our competitors throw against LangSmith is that it only works if you use our open source. but actually as of this month,…

AgentsDGX agent

the most common FUD our competitors throw against LangSmith is that it only works if you use our open source. but actually as of this month, a MAJORITY of our active self-serve customers build without

The product of some of the work the LangChain Labs team has been up to recently 📌 You can read more about it here - https://www.langchain.c…

AgentsDGX agent

The product of some of the work the LangChain Labs team has been up to recently 📌 You can read more about it here - https://www.langchain.com/blog/building-a-100x-cheaper-trace-judge-with-fireworks -

this blog covers 6 common workflow patterns we see with dynamic subagents (fanout and synthesize, adversarial verification, etc) if you'd pr…

TutorialsDGX agent

this blog covers 6 common workflow patterns we see with dynamic subagents (fanout and synthesize, adversarial verification, etc) if you'd prefer to learn w/ a video, check out this excellent guide fro

Turn any LangGraph agent into a voice agent, no rebuilding required. A how-to on: ✅ Making LangGraph the LLM layer of a voice agent built wi…

AgentsDGX agent

Turn any LangGraph agent into a voice agent, no rebuilding required. A how-to on: ✅ Making LangGraph the LLM layer of a voice agent built with @pipecat_ai ✅ Tracing your entire voice agents – from aud

very cool if like me you're curious about how they steer the harness to do this, you can just look at the OSS code here 👇 https://github.co…

AgentsDGX agent

very cool if like me you're curious about how they steer the harness to do this, you can just look at the OSS code here 👇 https://github.com/langchain-ai/deepagents/blob/5e01fec72d8b179a3b075b07268162

We are starting to role out our Trace Judge model to early partners today Designed to detect errors in agent trajectories at 1/100th of the …

AgentsDGX agent

We are starting to role out our Trace Judge model to early partners today Designed to detect errors in agent trajectories at 1/100th of the cost compared to closed models If interested in early access

we just released dynamic subagents, which let your agent programmatically orchestrate subagents in a code interpreter. this lets agents do w…

Model ReleasesDGX agent

we just released dynamic subagents, which let your agent programmatically orchestrate subagents in a code interpreter. this lets agents do work at scale that tool calls can't reliably handle, like pro

28 Jun 2026

Dcode does a bunch of work to standardize message format, making it easy to switch providers mid thread

Model ReleasesDGX agent

Dcode does a bunch of work to standardize message format, making it easy to switch providers mid thread Claude Opus -> GLM 5.2 in under 10 seconds dcode isn't just provider-agnostic. it makes the cros

Fleet agents can be shared in channels where your company is already doing work. Slack, Teams, etc Video from Caspar showing how to bring th…

TutorialsDGX agent

Fleet agents can be shared in channels where your company is already doing work. Slack, Teams, etc Video from Caspar showing how to bring them into Slack! For agents to spread through a company they h

For agents to spread through a company they have to meet people where work already happens. Fleet is built around this: agents are not confi…

AgentsDGX agent

For agents to spread through a company they have to meet people where work already happens. Fleet is built around this: agents are not confined to our UI, they can be used from Slack, Teams, email...

harbor is a great way to run evals that require sandboxing: https://docs.langchain.com/langsmith/harbor-integrations self hosted sandboxes c…

AgentsDGX agent

harbor is a great way to run evals that require sandboxing: https://docs.langchain.com/langsmith/harbor-integrations self hosted sandboxes coming soon @hwchase17 How do you do evals in langsmith sandb

Harness: ✅ (DeepAgents) Sandboxes: ✅ (LangSmith Sandboxes) Eval: ✅ (LangSmith Sandboxes Model: integrate with all the popular models and pro…

ApplicationsDGX agent

Harness: ✅ (DeepAgents) Sandboxes: ✅ (LangSmith Sandboxes) Eval: ✅ (LangSmith Sandboxes Model: integrate with all the popular models and providers Plus we have the engine that helps you turn this flyw

@hwchase17 DeepAgents in Harness so useful ngl

AgentsDGX agent

Harrison Chase comments positively on the utility of DeepAgents within Harness, suggesting this tool or integration provides significant practical value. The post likely reflects on features or capabi

27 Jun 2026

🧑‍🏫3hr Long Deep Agents Course Great course from a member of the community on Deep Agents Covers task planning, file systems for context m…

TutorialsDGX agent

🧑‍🏫3hr Long Deep Agents Course Great course from a member of the community on Deep Agents Covers task planning, file systems for context management, subagent-spawning, and long-term memory https://www

> Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cach…

TutorialsDGX agent

> Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cache wherever possible. We do this for you in Deep Agents - see

langchain is one of the few teams that actually explains the engineering behind agent concepts instead of just naming them. loop engineering…

AgentsDGX agent

langchain is one of the few teams that actually explains the engineering behind agent concepts instead of just naming them. loop engineering, managed agents, memory systems. every time a new concept d

langgraph <3

AgentsDGX agent

langgraph <3 New category drop on the Arena: ✨AI agent frameworks✨ Agent Experience (AX) update as of 06/26: 1/ @LangChain LangGraph 2/ @vercel AI SDK 3/ @crewAIInc 4/ @mastra For context: we evaluate

26 Jun 2026

💪deep agents harness

AgentsDGX agent

💪deep agents harness The AI SDK Harness API now supports @OpenCode and @LangChain Deep Agents through a single unified interface. Use 𝙷𝚊𝚛𝚗𝚎𝚜𝚜𝙰𝚐𝚎𝚗𝚝 to run any supported runtime without changing your ap

Frontier models are getting really expensive Model providers give us a bunch of features to reduce costs, but the support landscape is….inco…

AgentsDGX agent

Frontier models are getting really expensive Model providers give us a bunch of features to reduce costs, but the support landscape is….inconsistent We made prompt caching support model-agnostic in de

https://x.com/its_ao/status/2070556265906917860

AgentsDGX agent

I cannot provide a summary of this specific X/Twitter post as the URL appears to be either incorrect or from a future date (status ID 2070556265906917860 exceeds current Twitter IDs), making it inacce

'If I had to choose just one metric, I'd argue that the KV-cache hit rate is the single most important metric for a production-stage AI agen…

AgentsDGX agent

'If I had to choose just one metric, I'd argue that the KV-cache hit rate is the single most important metric for a production-stage AI agent.' - Manus AI prompt caching is important! read about how w

In a real conversation, deciding when to speak takes about as much brainpower as deciding what to say. Voice agents haven't been built that …

AgentsDGX agent

In a real conversation, deciding when to speak takes about as much brainpower as deciding what to say. Voice agents haven't been built that way. @SierraPlatform's unlock was parallelizing thinking, li

@LangChain always reveals the technical principles behind agent concepts, like loop engineering, managed agents and memories.👍 That's why I…

AgentsDGX agent

@LangChain always reveals the technical principles behind agent concepts, like loop engineering, managed agents and memories.👍 That's why I recommend LC docs to agent developers and users around me, t

The AI SDK Harness API now supports @OpenCode and @LangChain Deep Agents through a single unified interface. Use 𝙷𝚊𝚛𝚗𝚎𝚜𝚜𝙰𝚐𝚎𝚗𝚝 to…

AgentsDGX agent

The AI SDK Harness API now supports @OpenCode and @LangChain Deep Agents through a single unified interface. Use 𝙷𝚊𝚛𝚗𝚎𝚜𝚜𝙰𝚐𝚎𝚗𝚝 to run any supported runtime without changing your app code. https://verce

Trace AI SDK 7 operations with LangSmith!

AgentsDGX agent

LangSmith enables tracing and monitoring of AI SDK 7 operations, allowing developers to observe and debug their AI applications built with the SDK. This tool provides visibility into model interaction

25 Jun 2026

Agents are easy to demo locally. The hard part is shipping them inside a real app. We published a deployment cookbook for @LangChain agents:…

ApplicationsDGX agent

Agents are easy to demo locally. The hard part is shipping them inside a real app. We published a deployment cookbook for @LangChain agents: full-stack examples with streaming UI, subagents, thread hi

deployment cookbook for langchain agents!

ApplicationsDGX agent

deployment cookbook for langchain agents! Agents are easy to demo locally. The hard part is shipping them inside a real app. We published a deployment cookbook for @LangChain agents: full-stack exampl

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

AgentsDGX agent

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

How do you construct, compact, and query a full-text search index when all your durable data lives in object storage? And where every GET co…

ApplicationsDGX agent

How do you construct, compact, and query a full-text search index when all your durable data lives in object storage? And where every GET costs 50–100ms? @ankush_gola11 + team on how we built and run

if you get 1% better every day then you're 37x better in a year (from @JamesClear's atomic habits book) my theory is you can do this for age…

AgentsDGX agent

if you get 1% better every day then you're 37x better in a year (from @JamesClear's atomic habits book) my theory is you can do this for agents if you build a good continual learning loop which is wha

One key insight for using engine as memory is that traces are key ingredient of memory, and engine already has access to all of them

AgentsDGX agent

One key insight for using engine as memory is that traces are key ingredient of memory, and engine already has access to all of them @hwchase17 I love that this is built on traces rather than a separa

Technical blog on how we built SmithDB (our database purpose built for agent traces)

AgentsDGX agent

Technical blog on how we built SmithDB (our database purpose built for agent traces) How do you construct, compact, and query a full-text search index when all your durable data lives in object storag

This has a lot in common with how controlled self-evolution works in Row-Bot. And that built on top on LangGraph too. Here's an article I wr…

AgentsDGX agent

This has a lot in common with how controlled self-evolution works in Row-Bot. And that built on top on LangGraph too. Here's an article I wrote about how it works a few days ago: https://x.com/i/statu

24 Jun 2026

a lot of agent memory follows a simple three step process: - run agent - run some process to look at those traces and analyze them - update …

AgentsDGX agent

Agent memory systems often follow a three-step iterative process: executing the agent to generate traces, analyzing those traces through some evaluation mechanism, and then updating the agent based on

Agent architecture is essentially a solved problem. What's not: memory. Great article by @jakebroekhuizen who's a true expert on this

AgentsDGX agent

This post highlights that while agent architecture design has become well-established and solved, memory systems remain an unsolved challenge in AI agent development. The tweet references an article b

an agent’s gotta dream! just like we consolidate learnings during sleep, agents can learn across runs!

AgentsDGX agent

an agent’s gotta dream! just like we consolidate learnings during sleep, agents can learn across runs! 🧠LangSmith Engine as Sleep Time Compute Memory for agents is often described as “sleep time compu

awesome launch

Model ReleasesDGX agent

awesome launch 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 fe

congrats to our friends at Unify!!!!

Model ReleasesDGX agent

congrats to our friends at Unify!!!! 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 q

🧠LangSmith Engine as Sleep Time Compute Memory for agents is often described as “sleep time compute” or “dreaming” This involves running a …

AgentsDGX agent

🧠LangSmith Engine as Sleep Time Compute Memory for agents is often described as “sleep time compute” or “dreaming” This involves running a background process to analyze agent trajectories and update a

memory is the key to continual learning for agents!! memory helps your agent improve over time, check out this guide on how to automate memo…

AgentsDGX agent

memory is the key to continual learning for agents!! memory helps your agent improve over time, check out this guide on how to automate memory development! i've been talking a lot about loops recently

Memory is what turns an ok general agent into YOUR excelling agent- but requires constant reflection and updating Engine does this 24/7 for …

AgentsDGX agent

Memory is what turns an ok general agent into YOUR excelling agent- but requires constant reflection and updating Engine does this 24/7 for you 🧠LangSmith Engine as Sleep Time Compute Memory for agent

'Most agents don't learn, they just leave traces.' In 12 minutes, @jakebroekhuizen breaks down how to actually close the loop. Surface issue…

AgentsDGX agent

'Most agents don't learn, they just leave traces.' In 12 minutes, @jakebroekhuizen breaks down how to actually close the loop. Surface issues with LangSmith Engine Write memory updates back to Context

← Previous
123456…19
Next →