AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “agents”

GridTimelineEvolution
4,295 results
Agents

// Contextual Agentic Memory is a Memo, not True Memory // Most agent memory today isn't memory. They are more like memos. A new paper argue…

DGX agent

// Contextual Agentic Memory is a Memo, not True Memory // Most agent memory today isn't memory. They are more like memos. A new paper argues that vector stores, RAG buffers, and scratchpads implement

agentsdair-ai--x
2 May 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Agents

⚠️ AI agents are wildly premature technology that is being rolled out way too fast. The deepest lesson about the vibe coded AI agent disaste…

DGX agent

⚠️ AI agents are wildly premature technology that is being rolled out way too fast. The deepest lesson about the vibe coded AI agent disaster story that is running around is NOT about losing your data

agentsgary-marcus--x
27 Apr 2026
Agents

Hermes Agent tip of the day: You can backup and transfer your agent cleanly and simply. Want to move it to a new VPS that is bigger? Take it…

DGX agent

Hermes Agent tip of the day: You can backup and transfer your agent cleanly and simply. Want to move it to a new VPS that is bigger? Take it to your new Mac Mini? `hermes backup` - > creates a zip ins

agentsnous-research--x
27 Apr 2026
Agents

Security Agent builds on Replit Agent’s always-on security, which scans for vulnerabilities and audits dependencies as you build, before any…

DGX agent

Security Agent builds on Replit Agent’s always-on security, which scans for vulnerabilities and audits dependencies as you build, before anything goes live. Read details here: https://blog.replit.com/

agentsreplit--x
21 Apr 2026
Agents

To start a scan with Security Agent, go to your project’s security panel, and choose “Run Scan with Agent”

DGX agent

Replit's Security Agent feature allows users to initiate security scans directly from their project's security panel by selecting the 'Run Scan with Agent' option. This tool enables developers to anal

agentsreplit--x
21 Apr 2026
Agents

Announcing Hermes Agent Community Meetup in Seoul, South Korea 🇰🇷 as the avid user of @NousResearch's hermes agent i want to build the com…

DGX agent

Announcing Hermes Agent Community Meetup in Seoul, South Korea 🇰🇷 as the avid user of @NousResearch's hermes agent i want to build the community around the user group happening on may 9 (sat) in seoul

agentsnous-research--x
14 Apr 2026
Agents

LangChains create-agent is a super minimal agent sdk If you want a more batteries included - that’s deepagents Middleware lets you extend bo…

DGX agent

LangChains create-agent is a super minimal agent sdk If you want a more batteries included - that’s deepagents Middleware lets you extend both of them and customize behavior in a more advanced way @hw

agentsharrison-chase--x
12 Apr 2026
Agents

Memory makes your agent smarter over time. The agent harness is key to the memory layer. You can't bolt one onto the other after the fact. E…

DGX agent

Memory makes your agent smarter over time. The agent harness is key to the memory layer. You can't bolt one onto the other after the fact. Every decision the harness makes - what goes in context, what

agentsharrison-chase--x
12 Apr 2026
Agents

智谱直接把开源 Agent 拉到新高度了! GLM-5.1 正式开源: ✅ 开源模型里 SWE-Bench Pro 拿下 #1(58.4),全球第 3 ✅ 真正长时程 Agent:自主运行 8 小时、几千次迭代 + 自审循环 ✅ 从零搭出一个带 50+ App 的完整 Linux…

DGX agent

智谱直接把开源 Agent 拉到新高度了! GLM-5.1 正式开源: ✅ 开源模型里 SWE-Bench Pro 拿下 #1(58.4),全球第 3 ✅ 真正长时程 Agent:自主运行 8 小时、几千次迭代 + 自审循环 ✅ 从零搭出一个带 50+ App 的完整 Linux 桌面(视频太炸了) ✅ Vector-DB-Bench 性能直接 6 倍提升 开源权重 + API 同步上线,明天就能

agentszhipu-ai--x
7 Apr 2026
Agents

Building the Document Context Layer for AI Agents AI Agents are the new knowledge workers, but the vast majority of knowledge work depends o…

DGX agent

Building the Document Context Layer for AI Agents AI Agents are the new knowledge workers, but the vast majority of knowledge work depends on unstructured documents. If you don’t build the proper tool

agentsjerry-liu--x
6 Jul 2026
Agents

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

DGX agent

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

agentsharrison-chase--x
30 Jun 2026
Agents

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

DGX 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

agentsharrison-chase--x
24 Jun 2026
Agents

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

DGX 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

agentsharrison-chase--x
24 Jun 2026
Agents

New paper on how AI agents are reshaping knowledge work. This is a nice economic read on where agents actually change knowledge work to meet…

DGX agent

New paper on how AI agents are reshaping knowledge work. This is a nice economic read on where agents actually change knowledge work to meet that gap directly. (bookmark it) It studies agent adoption

agentsdair-ai--x
8 Jun 2026
Agents

Increasingly, HTML Artifacts are becoming a core part of how I work with AI agents. Long-horizon agent sessions need a better way to surface…

DGX agent

Increasingly, HTML Artifacts are becoming a core part of how I work with AI agents. Long-horizon agent sessions need a better way to surface insights about what work it has done. This may not be obvio

agentsdair-ai--x
30 May 2026
Agents

Managed Deep Agents is built for agents that need to work over long time horizons, use tools, preserve context, and produce artifacts. A few…

DGX agent

Managed Deep Agents is built for agents that need to work over long time horizons, use tools, preserve context, and produce artifacts. A few examples of what teams are building: ✅ Support + triage age

agentsharrison-chase--x
27 May 2026
Agents

The best way to learn AI is to build with agents. To help with that, we've launched hands-on labs and a new series on Agentic Engineering. F…

DGX agent

The best way to learn AI is to build with agents. To help with that, we've launched hands-on labs and a new series on Agentic Engineering. First topic: Agent Skills. Next in the pipeline: planning, co

agentsdair-ai--x
22 May 2026
Safety

Here is a very common problem when building complex agents. Long-horizon agents (in particular) fail in two ways: the decision-maker can't d…

DGX agent

Here is a very common problem when building complex agents. Long-horizon agents (in particular) fail in two ways: the decision-maker can't decompose well, or the skill library goes stale. This new res

safetydair-ai--x
26 Apr 2026
Model Releases

Alpha Eval: Agents Making Evals as a Multi-Player Game This diagram and blurb is largely a research riff with Claude on building data genera…

DGX agent

Alpha Eval: Agents Making Evals as a Multi-Player Game This diagram and blurb is largely a research riff with Claude on building data generation systems to get closer to the holy grail of self-improvi

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

10 months ago, our CPO @walden_yan argued not to build multi-agent systems. Today, the landscape is different, and we've implemented a few s…

DGX agent

Cognition AI's Chief Product Officer Walden Yan previously advised against building multi-agent systems, but the company has since changed its position based on evolving market conditions and technica

agentscognition-ai--x
22 Apr 2026
Model Releases

Introducing workspace agents in ChatGPT—shared agents that can handle complex tasks and long-running workflows across tools and teams.

DGX agent

OpenAI introduced workspace agents in ChatGPT, a new feature that enables shared agents capable of managing complex tasks and extended workflows across multiple tools and team members. These agents ar

model-releasesopenai--x
22 Apr 2026
Local Ai

This is HUGE. Ollama now supports Hermes AI Agents. A fully local self-improving AI Agent that runs for you 24/7 for free.

DGX agent

Ollama has added support for Hermes AI Agents, enabling users to run fully local, self-improving AI agents on their machines continuously at no cost. This development allows autonomous agents to opera

local-aiollama--x
19 Apr 2026
Safety

Each workflow in Thoth is a full LangGraph agent which can call subagents which themselves are LangGraph agents. Just describe what you want…

DGX agent

Each workflow in Thoth is a full LangGraph agent which can call subagents which themselves are LangGraph agents. Just describe what you want in plain English and it builds a full multi-step pipeline.

safetyharrison-chase--x
12 Apr 2026
Model Releases

I'm frequently using Claude Code and i love @openclaw. But i would say Hermes Agent from @NousResearch is the best open-source agent I’ve ev…

DGX agent

I'm frequently using Claude Code and i love @openclaw. But i would say Hermes Agent from @NousResearch is the best open-source agent I’ve ever used, especially given that it comes from an independent

model-releasesnous-research--x
12 Apr 2026
Agents

eve is like Next.js, for agents framework for building agents. one folder, durable by default ↓ https://x.com/vercel/status/2067180054979936…

DGX agent

eve is like Next.js, for agents framework for building agents. one folder, durable by default ↓ https://x.com/vercel/status/2067180054979936413 Introducing eve, an agent framework. 𝚊𝚐𝚎𝚗𝚝/ 𝚊𝚐𝚎𝚗𝚝.𝚝𝚜 𝚒𝚗𝚜

agentsvercel--x
2 Jul 2026
Agents

http://ora.ai is super useful. analyzes the 'agent readiness' of your site, and then gives you a prompt for your coding agents to fix (i'm u…

DGX agent

ORA.ai is a tool that evaluates website 'agent readiness' by analyzing how well-suited a site is for autonomous agent interaction, then generates prompts that coding agents can use to implement necess

agentsyohei-nakajima--x
2 Jul 2026
Agents

'agentic map reduce' is a nice name spawning subagents programatically allows you to do these advanced agent patterns, where you want some d…

DGX agent

'agentic map reduce' is a nice name spawning subagents programatically allows you to do these advanced agent patterns, where you want some determinism to control how agents are created/run check out d

agentsharrison-chase--x
1 Jul 2026
Agents

This is a neat idea around doing model routing and sub-agent delegation while ensuring cache hits on accumulated context for all agents. It …

DGX agent

This is a neat idea around doing model routing and sub-agent delegation while ensuring cache hits on accumulated context for all agents. It makes a lot of sense: you want to ensure that all subagents

agentsjerry-liu--x
29 Jun 2026
Agents

Fascinating paper on self-improving agents. (bookmark it) If you are working on agentic loops, you will quickly realize that they are only a…

DGX agent

Fascinating paper on self-improving agents. (bookmark it) If you are working on agentic loops, you will quickly realize that they are only as good as the effectiveness of the evaluator. Self-improveme

agentsdair-ai--x
28 Jun 2026
Agents

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 …

DGX 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

agentsharrison-chase--x
24 Jun 2026
Agents

As agents are generating more and more documents, they need a better agent-native document format 🤖📄 So far the two main containers are ma…

DGX agent

As agents are generating more and more documents, they need a better agent-native document format 🤖📄 So far the two main containers are markdown and HTML: 1️⃣ Markdown: Easily readable/reviewable by h

agentsjerry-liu--x
20 Jun 2026
Agents

Excited to launch a new way to upskill with AI agents. This is how we are making it possible for anyone to learn to build with coding agents…

DGX agent

Excited to launch a new way to upskill with AI agents. This is how we are making it possible for anyone to learn to build with coding agents. To start, we are launching 4 new hands-on labs on the foll

agentsdair-ai--x
9 Jun 2026
Agents

langchain create_agent is a super minimal agent harness very easy to customize with... middleware!!! as you build task-specific harnesses, g…

DGX agent

The `create_agent` function in LangChain provides a minimal, lightweight agent framework designed for easy customization through middleware, enabling developers to build task-specific agent harnesses

agentsharrison-chase--x
3 Jun 2026
Agents

New in Deep Agents v0.6: ContextHubBackend A versioned home for the files that power agent behavior, backed by LangSmith Context Hub, enabli…

DGX agent

Deep Agents v0.6 introduces ContextHubBackend, a versioned storage system for agent behavior files integrated with LangSmith Context Hub. This feature enables agents to access and manage the files and

agentsharrison-chase--x
28 May 2026
Agents

Managing and monitoring agents will require us to rethink infrastructure since most systems were not designed to support agent scale. Very c…

DGX agent

Managing and monitoring agents will require us to rethink infrastructure since most systems were not designed to support agent scale. Very cool to see how @LangChain leveraged @SpiralDB and other tool

agentsharrison-chase--x
22 May 2026
Agents

Agents have become way more capable in the last few months. What hasn't caught up yet is the applications and interfaces around those agents…

DGX agent

Agents have become way more capable in the last few months. What hasn't caught up yet is the applications and interfaces around those agents! (if you say TUIs are the end state for agents, please seek

agentsharrison-chase--x
21 May 2026
Agents

New course: Build AI agents that generate images and videos -- an under-explored frontier. A key to performance is having the agent evaluate…

DGX agent

New course: Build AI agents that generate images and videos -- an under-explored frontier. A key to performance is having the agent evaluate its own output, and iterate to improve quality. This short

agentsandrew-ng--x
20 May 2026
Model Releases

🚀 The team at @Google just released the Agents API, a service for building and running custom agents inside a sandboxed Linux environment, …

DGX agent

🚀 The team at @Google just released the Agents API, a service for building and running custom agents inside a sandboxed Linux environment, and we built a template that gives these agents access to Lla

model-releasesllamaindex--x
19 May 2026
Agents

Excited to finally get our agent live for the world. A lot of what we’ve learned over time has been condensed and built into the agent so it…

DGX agent

Excited to finally get our agent live for the world. A lot of what we’ve learned over time has been condensed and built into the agent so it can do the best work for you. Meet Runway Agent. Your new A

agentscristobal-valenzuela--x
14 May 2026
Agents

// Harnessing Agentic Evolution // Pay attention to this one if you run iterative agentic search loops. (bookmark it) AEvo splits the self-i…

DGX agent

// Harnessing Agentic Evolution // Pay attention to this one if you run iterative agentic search loops. (bookmark it) AEvo splits the self-improvement loop into two jobs: > One proposes the next candi

agentsdair-ai--x
14 May 2026
Agents

Langsmith Engine appears to be a seriously high value release from the @LangChain team A deep agent that’s monitoring Langsmith agent traces…

DGX agent

Langsmith Engine appears to be a seriously high value release from the @LangChain team A deep agent that’s monitoring Langsmith agent traces and not only surfaces issues but: - proposes a PR to resolv

agentsharrison-chase--x
13 May 2026
Model Releases

We built SmithDB: the database purpose built for agent observability workloads that now powers many parts of LangSmith. Agent observability …

DGX agent

We built SmithDB: the database purpose built for agent observability workloads that now powers many parts of LangSmith. Agent observability presents a challenging data problem. Agent traces can contai

model-releasesharrison-chase--x
13 May 2026
Agents

agent observability is great. but in order to use it to power an agent improvement loop, you need to be collecting (and even generating) fee…

DGX agent

Agent observability enables monitoring of agent behavior, but to effectively improve agents through feedback loops, developers must actively collect observability data and generate synthetic examples

agentsharrison-chase--x
5 May 2026
Agents

First module in my Hermes Agent Masterclass is live! I wanted to create a super in-depth series about Hermes Agent, exploring every aspect o…

DGX agent

First module in my Hermes Agent Masterclass is live! I wanted to create a super in-depth series about Hermes Agent, exploring every aspect of the agent. First video breaks down installation, setup, an

agentsnous-research--x
4 May 2026
Agents

No longer are Fleet agents constrained to a single model. With multi-model support, you can build more efficient agents at scale http://lang…

DGX agent

No longer are Fleet agents constrained to a single model. With multi-model support, you can build more efficient agents at scale http://langchain.com/langsmith/fleet Not every step in an agent workflo

agentsharrison-chase--x
4 May 2026
Agents

so now that you have entire teams of agents running your company... ♫ what do we do while your agent runs? ♫

DGX agent

so now that you have entire teams of agents running your company... ♫ what do we do while your agent runs? ♫ Media Announcing Cofounder 2: Run an entire company with agents. It's the infrastructure fo

agentsyohei-nakajima--x
4 May 2026
Safety

Don't try to build a self-improving AI agent without evals. You are just wasting time and compute. An agent can't improve from traces it can…

DGX agent

Don't try to build a self-improving AI agent without evals. You are just wasting time and compute. An agent can't improve from traces it can't evaluate. This is why it's exciting to see @FutureAGI_ go

safetydair-ai--x
27 Apr 2026
Agents

Worth a read if you are building production-grade AI agents.

DGX agent

Worth a read if you are building production-grade AI agents. // Stateless Decision Memory for Enterprise AI Agents // Most of the interesting AI agent papers right now are about capability. This one i

agentsdair-ai--x
23 Apr 2026
← Previous
123456…90
Next →