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: “agents”

GridTimelineEvolution
4,318 results
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
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
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

Early Beta Support for Blue Bubbles iMsg as a Gateway is now in Hermes Agent. Now you can use iMessage as an interaction layer for your agen…

DGX agent

Early Beta Support for Blue Bubbles iMsg as a Gateway is now in Hermes Agent. Now you can use iMessage as an interaction layer for your agent. Test early by using hermes update and setting it up! Let

agentsnous-research--x
9 Apr 2026
Agents

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

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

agentsharrison-chase--x
9 Apr 2026
Agents

We’re partnering with @MiniMax_AI across product and models to make their upcoming releases the best for Hermes Agent users. MiniMax models …

DGX agent

We’re partnering with @MiniMax_AI across product and models to make their upcoming releases the best for Hermes Agent users. MiniMax models are already some of the most-used in Hermes Agent. If you ha

agentsnous-research--x
8 Apr 2026
Model Releases

Grok 4.6 is now one of the top models in the world for agentic workflows It ranks #1 on the Artificial Analysis Agentic Index, tied with Cla…

DGX agent

Grok 4.6 is now one of the top models in the world for agentic workflows It ranks #1 on the Artificial Analysis Agentic Index, tied with Claude Opus 5 Max Agentic AI is about more than answering quest

model-releaseselon-musk--x
12 Aug 2026
Agents

the @aiDotEngineer World Fair always one of the best events every year to talk to builders at the frontier of Research, Agents, Evals, Syste…

DGX agent

the @aiDotEngineer World Fair always one of the best events every year to talk to builders at the frontier of Research, Agents, Evals, Systems, etc A few weeks ago I gave a talk on - Continually Impro

agentsharrison-chase--x
12 Aug 2026
Agents

Knowledge is rather abstract and philosophical. So what does it mean from an agentic context? How does providing the right knowledge at the …

DGX agent

Knowledge is rather abstract and philosophical. So what does it mean from an agentic context? How does providing the right knowledge at the right time to an agent increase its accuracy, task completio

agentspinecone--x
11 Aug 2026
Local Ai

i'll say it plainly, hermes agent desktop is the best agentic app i've used, and i'm a little mad i didn't find it sooner. it auto see the m…

DGX agent

i'll say it plainly, hermes agent desktop is the best agentic app i've used, and i'm a little mad i didn't find it sooner. it auto see the models i'm serving, laguna s 2.1 sitting on my dgx spark and

local-ainous-research--x
29 Jul 2026
Local Ai

Impressive paper! It's on one of the hardest tasks for coding agents today. Of course, I am talking about kernel optimization. Coding agents…

DGX agent

Impressive paper! It's on one of the hardest tasks for coding agents today. Of course, I am talking about kernel optimization. Coding agents are usually not so great at this. Reasons: Unfamiliar low-l

local-aidair-ai--x
29 Jul 2026
Agents

just watched @yoheinakajima's Active Graph talk at AI Engineer. not a code call graph but the agent run itself is the graph: goals, tasks, e…

DGX agent

just watched @yoheinakajima's Active Graph talk at AI Engineer. not a code call graph but the agent run itself is the graph: goals, tasks, evidence, decisions, all projected from an append-only event

agentsyohei-nakajima--x
22 Jul 2026
Agents

Very cool idea to convert memory to skills. (bookmark it) Most agent memory systems retrieve past traces as passive context. MSCE turns them…

DGX agent

Very cool idea to convert memory to skills. (bookmark it) Most agent memory systems retrieve past traces as passive context. MSCE turns them into executable skills instead. The training-free framework

agentsdair-ai--x
21 Jul 2026
Model Releases

Outstanding paper on long-horizon agents. (bookmark it) Similar to humans, how do you make agents persist on a difficult task, and how is th…

DGX agent

Outstanding paper on long-horizon agents. (bookmark it) Similar to humans, how do you make agents persist on a difficult task, and how is that useful? And which models today work well on this? This ne

model-releasesdair-ai--x
4 Jun 2026
Tools

Skill issue: Lessons from skilling up coding agents Getting agents to actually use Langfuse was a 'skill issue' — literally. Marc Klingen fr…

DGX agent

Skill issue: Lessons from skilling up coding agents Getting agents to actually use Langfuse was a 'skill issue' — literally. Marc Klingen from Clickhouse on teaching coding agents to use new tools, an

toolsswyx--x
4 Jun 2026
Model Releases

Big paper on AI coding agents using Github & other data The auto-complete tools (Copilot) led to 2.2x more code, local agents like original …

DGX agent

Big paper on AI coding agents using Github & other data The auto-complete tools (Copilot) led to 2.2x more code, local agents like original Claude Code led to 7.4x, & current remote coding agents 17.3

model-releasesethan-mollick--x
2 Jun 2026
Model Releases

Very good advice on self-improving agents. (bookmark it) This is something I am seeing in my own experiments with coding agents and harnesse…

DGX agent

Very good advice on self-improving agents. (bookmark it) This is something I am seeing in my own experiments with coding agents and harnesses for long-horizon tasks. What I have found is that stronger

model-releasesdair-ai--x
1 Jun 2026
Agents

maybe you can’t just tack statefulness onto an agent, you have to figure out how to represent the agent as a state

DGX agent

This post explores the architectural challenge of implementing state management in AI agents, arguing that statefulness cannot simply be added as an afterthought but requires fundamental redesign of h

agentsyohei-nakajima--x
18 May 2026
Agents

my fave point from here: the earlier you think about your agent as a system that can be measured & improved, the faster you can get a robust…

DGX agent

my fave point from here: the earlier you think about your agent as a system that can be measured & improved, the faster you can get a robust agent into production This isn’t just a technical thing, it

agentsharrison-chase--x
9 May 2026
Agents

'To get the most out of agent observability, store feedback with your traces. That is what turns agent traces from logs into a learning syst…

DGX agent

Agent observability is enhanced by storing feedback alongside execution traces, transforming them from simple logs into a learning system that enables continuous improvement. This approach allows deve

agentsharrison-chase--x
5 May 2026
Safety

agents are going and are already changing every industry & vertical, awesome blog from the @MadrigalPharma team on using Deep Agents, Skills…

DGX agent

agents are going and are already changing every industry & vertical, awesome blog from the @MadrigalPharma team on using Deep Agents, Skills, & LangSmith at the frontier of biopharma it’s an awesome t

safetyharrison-chase--x
29 Apr 2026
Model Releases

Proactive agent that thinks and acts like you. Multiplayer AI Brain for teams. Proper GUI for commanding 50 agents. http://Sauna.ai is all t…

DGX agent

Proactive agent that thinks and acts like you. Multiplayer AI Brain for teams. Proper GUI for commanding 50 agents. http://Sauna.ai is all three. Sauna goes live today. First 2000 people, use access c

model-releasesswyx--x
29 Apr 2026
Model Releases

Lately I've been having fun with running coding agents fully locally. The setup I landed on is: - Pi agent - Gemma 4 26B A4B - Server of cho…

DGX agent

Lately I've been having fun with running coding agents fully locally. The setup I landed on is: - Pi agent - Gemma 4 26B A4B - Server of choice: LM Studio/Ollama/llama.cpp I wrote a step-by-step guide

model-releasesclem-delangue--x
27 Apr 2026
Agents

Inference that never sleeps, for agents that never stop. 'Why cowork when you can delegate?' That's @DhruvBatra_ on @yutori_ai's new Delegat…

DGX agent

Inference that never sleeps, for agents that never stop. 'Why cowork when you can delegate?' That's @DhruvBatra_ on @yutori_ai's new Delegate — an always-on agent that monitors, researches, and acts a

agentstogether-ai--x
25 Apr 2026
Agents

We’re launching the beta for our new commercial AI product: Sakana Fugu 🐡, a multi-agent orchestration system! Blog: https://sakana.ai/fugu…

DGX agent

We’re launching the beta for our new commercial AI product: Sakana Fugu 🐡, a multi-agent orchestration system! Blog: https://sakana.ai/fugu-beta Fugu hits SOTA on SWE-Pro, GPQA-D, and ALE-Bench, and h

agentsdavid-ha--x
24 Apr 2026
Model Releases

How far are we from agents that can self-generate world knowledge? The work proposes an outcome-based reward that measures how much an agent…

DGX agent

How far are we from agents that can self-generate world knowledge? The work proposes an outcome-based reward that measures how much an agent's self-generated world knowledge actually improves its task

model-releasesdair-ai--x
22 Apr 2026
Agents

Pay attention to this one, AI devs. This is particularly interesting if you work with long-horizon terminal agents that often drown in their…

DGX agent

Pay attention to this one, AI devs. This is particularly interesting if you work with long-horizon terminal agents that often drown in their own observations. TACO is a self-evolving framework that au

agentsdair-ai--x
22 Apr 2026
Agents

Vibe coders are not going to like this. UC San Diego just published the first real field study of experienced developers using AI agents. Th…

DGX agent

Vibe coders are not going to like this. UC San Diego just published the first real field study of experienced developers using AI agents. They watched 13 of them code in the wild and surveyed 99 more.

agentsgary-marcus--x
22 Apr 2026
Agents

Meet Replit Security Agent - providing comprehensive app security reviews in minutes And you get $5 in credits to try it for a limited time …

DGX agent

Meet Replit Security Agent - providing comprehensive app security reviews in minutes And you get $5 in credits to try it for a limited time Security Agent’s hybrid static analysis and AI-scanning appr

agentsreplit--x
21 Apr 2026
Agents

You can now add a mobile app, slide deck, or animation to any web app you have built prior to Replit Agent 4. Everything lives in the same p…

DGX agent

You can now add a mobile app, slide deck, or animation to any web app you have built prior to Replit Agent 4. Everything lives in the same project, with shared branding & data. Just open your app and

agentsreplit--x
20 Apr 2026
Agents

We don't know what Kimi + Hermes agents will look like in the wild yet. That's why we built the hackathon. Presented by @Kimi_Moonshot & @No…

DGX agent

We don't know what Kimi + Hermes agents will look like in the wild yet. That's why we built the hackathon. Presented by @Kimi_Moonshot & @NousResearch. Come find out with us. The Hermes Agent Creative

agentskimi-moonshot--x
18 Apr 2026
Agents

the coding agent traces viewer on @huggingface is very nice! https://huggingface.co/datasets/badlogicgames/pi-mono/blob/main/2026-01-16T11-1…

DGX agent

The post praises a coding agent tracer/viewer tool available on Hugging Face, highlighting its quality and usefulness for developers working with agents. The tool appears to be part of the pi-mono dat

agentsclem-delangue--x
17 Apr 2026
Agents

The Hermes Agent Creative Hackathon starts now 16 Days, $25k in Prizes Presented by @Kimi_Moonshot & @NousResearch For the tinkerers pushing…

DGX agent

The Hermes Agent Creative Hackathon starts now 16 Days, $25k in Prizes Presented by @Kimi_Moonshot & @NousResearch For the tinkerers pushing Hermes Agent into creative domains: video, image, audio, 3D

agentsnous-research--x
17 Apr 2026
Agents

there's a lot to be excited about with this release! * For one this solves a huge issue just generally with long-running agent UX * For two …

DGX agent

there's a lot to be excited about with this release! * For one this solves a huge issue just generally with long-running agent UX * For two this is a key unlock for us to go test more adaptive methods

agentsharrison-chase--x
16 Apr 2026
Agents

Final call. The Agent 4 Content Challenge ends tomorrow at midnight. $5K on the line. Make a video. Post it. This is your last chance.

DGX agent

Final call. The Agent 4 Content Challenge ends tomorrow at midnight. 5K on the line. Make a video. Post it. This is your last chance. 20,000 up for grabs. 4 weeks. 4 winners. We’re launching the Agent

agentsreplit--x
15 Apr 2026
Agents

Sometimes Hermes Agent melts my heart ❤️ @NousResearch

DGX agent

Nous Research's Hermes Agent, developed by NousResearch, is an AI assistant known for generating responses that users find surprisingly emotionally resonant or heartfelt. This post highlights a moment

agentsnous-research--x
14 Apr 2026
Model Releases

Two major shifts will be seen in Agentic AI after Harness and YOU MUST KNOW. 1. Workflow design of your agents matters a lot more than any f…

DGX agent

Two major shifts will be seen in Agentic AI after Harness and YOU MUST KNOW. 1. Workflow design of your agents matters a lot more than any frontier model selection. Till now we have mostly focused on

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

Hermes Agent is a great Creative Director!

DGX agent

Nous Research shared a post on X highlighting the creative direction capabilities of their Hermes Agent, demonstrating its ability to function effectively as a Creative Director. The post likely showc

agentsnous-research--x
13 Apr 2026
Agents

Hermes Agent v0.9.0 - “The Everywhere Release” Full changelog below ↓

DGX agent

Hermes Agent v0.9.0, dubbed 'The Everywhere Release,' is a versioned update to Nous Research's Hermes Agent framework, suggesting significant improvements to cross-platform or multi-environment deploy

agentsnous-research--x
13 Apr 2026
Agents

Agents like @openclaw are incredibly powerful, as long as the information they receive is clean and structured🦞 When it comes to PDFs and o…

DGX agent

Agents like @openclaw are incredibly powerful, as long as the information they receive is clean and structured🦞 When it comes to PDFs and other unstructured documents, most agents struggle. The tools

agentsjerry-liu--x
9 Apr 2026
Model Releases

Great paper on improving memory for AI agents.

DGX agent

Great paper on improving memory for AI agents. NEW paper: Memory Intelligence Agent (MIA) MIA boosts GPT-5.4 by up to 9% on LiveVQA. Quick summary: Most memory-augmented agents treat memory as a stati

model-releasesdair-ai--x
8 Apr 2026
Agents

Self-improving agents isn’t a single algorithm - it’s a systems engineering problem involving: - eval data curation + maintenance - experime…

DGX agent

Self-improving agents isn’t a single algorithm - it’s a systems engineering problem involving: - eval data curation + maintenance - experiment design to battle overfitting - an update algorithm - huma

agentsharrison-chase--x
8 Apr 2026
Agents

Stripe just published how their company-wide AI agent works. The bar for building one just dropped to one engineer and one week It is called…

DGX agent

Stripe just published how their company-wide AI agent works. The bar for building one just dropped to one engineer and one week It is called Kai. Their own words: a coding agent for non-engineers. You

agentsharrison-chase--x
9 Aug 2026
Agents

🚩🚩🚩 OpenAI is 'slowing down to enhance security' after discovering swarms (!) of agents started secretly coordinating MONTHS ago 1) It st…

DGX agent

🚩🚩🚩 OpenAI is 'slowing down to enhance security' after discovering swarms (!) of agents started secretly coordinating MONTHS ago 1) It started May 7 - not July 2) 'The agents discovered they could lea

agentselon-musk--x
5 Aug 2026
Agents

When asked if AI developers have lost control of their technology after an AI agent created by OpenAI escaped its testing environment and ha…

DGX agent

When asked if AI developers have lost control of their technology after an AI agent created by OpenAI escaped its testing environment and hacked another company, Hugging Face CEO Clément Delangue says

agentsclem-delangue--x
2 Aug 2026
Model Releases

Nice little insights on doing autoresearch with coding agents. Hand a coding agent a dataset, an eval script, one editable file, and no supe…

DGX agent

Nice little insights on doing autoresearch with coding agents. Hand a coding agent a dataset, an eval script, one editable file, and no supervision. That's autoresearch and it tries to optimize the nu

model-releasesdair-ai--x
27 Jul 2026
Model Releases

Replit shipped a lot this month. Talk to Agent with your voice, build from Claude or Slack, and never re-explain your stack to Agent again. …

DGX agent

Replit released several major features this month, including a voice‑enabled Agent that lets users talk directly to the platform. Users can now build from Claude or Slack, and the updated Agent rememb

model-releasesreplit--x
24 Jul 2026
Model Releases

ICYMI: @LangChain Deep Agents on @nvidia Nemotron 3 Ultra. frontier open-model agents at ~10x lower cost than closed. Run on Fireworks, then…

DGX agent

ICYMI: @LangChain Deep Agents on @nvidia Nemotron 3 Ultra. frontier open-model agents at ~10x lower cost than closed. Run on Fireworks, then post-train it into specialized intelligence you own. https:

model-releasesharrison-chase--x
14 Jul 2026
Model Releases

Enterprises don’t just need agents that perform. They need agents they can shape, govern and improve as their business evolves. That’s the i…

DGX agent

Enterprises don’t just need agents that perform. They need agents they can shape, govern and improve as their business evolves. That’s the idea behind our work with LangChain. Read more: https://nvda.

model-releasessonya-huang--x
8 Jul 2026
← Previous
1…7891011…90
Next →