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

Something about this year’s @aiDotEngineer World’s Fair just hit different. Last year was the year of “let the agents rip.” This year was th…

DGX agent

Something about this year’s @aiDotEngineer World’s Fair just hit different. Last year was the year of “let the agents rip.” This year was the year of realizing that autonomy without structure creates

model-releasesyohei-nakajima--x
3 Jul 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

LiteParse runs anywhere, including inside agent runtimes. To prove it, we built an email processing assistant using @flueai (the agentic fra…

DGX agent

LiteParse runs anywhere, including inside agent runtimes. To prove it, we built an email processing assistant using @flueai (the agentic framework by @astrodotbuild), @resend webhooks, and @tursodatab

model-releasesjerry-liu--x
2 Jul 2026
Model Releases

Introducing SWE-Together: a multi-turn benchmark built from real user–agent coding sessions. Coding agents are often benchmarked like exam-t…

DGX agent

Introducing SWE-Together: a multi-turn benchmark built from real user–agent coding sessions. Coding agents are often benchmarked like exam-takers: given the full spec up front, then graded on the fina

model-releasesjeremy-howard--x
30 Jun 2026
Model Releases

New paper on giving LLM agents experience that improves the weights and stays readable at the same time. Agent-experience methods split into…

DGX agent

New paper on giving LLM agents experience that improves the weights and stays readable at the same time. Agent-experience methods split into two camps. Externalized natural-language rules stay interpr

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

😂PewDiePie building his own agent orchestrator and releasing it was not on my 2026 bingo card. Own the agent. Own the harness. It's not tha…

DGX agent

PewDiePie has developed and released his own AI agent orchestrator, representing a trend toward independent creators building custom AI infrastructure rather than relying on existing platforms. The po

agentsdair-ai--x
31 May 2026
Local Ai

🆕The Age of Async Agents: Devin’s 7x PR growth, 80% AI commits, background agents, memory, testing, & Open-Inspect https://www.latent.space…

DGX agent

🆕The Age of Async Agents: Devin’s 7x PR growth, 80% AI commits, background agents, memory, testing, & Open-Inspect https://www.latent.space/p/cognition @cognition cofounder + CPO @walden_yan and Open-

local-aicognition-ai--x
28 May 2026
Agents

Building agents (like software) is a deeply iterative process --> this is why we try to supply as much easy to use tooling and infra as poss…

DGX agent

Building agents (like software) is a deeply iterative process --> this is why we try to supply as much easy to use tooling and infra as possible so builders can start on their agent improvement journe

agentsharrison-chase--x
26 May 2026
Safety

⚠️👇 🚨Breaking ⚠️ If we can’t make AI agents follow rules, we are screwed. New study from METR reports that “when the agents were faced wit…

DGX agent

⚠️👇 🚨Breaking ⚠️ If we can’t make AI agents follow rules, we are screwed. New study from METR reports that “when the agents were faced with hard tasks, they routinely violated constraints” This—routin

safetygary-marcus--x
20 May 2026
Agents

build v1 of agent ship it (dogfooding counts) ⭐️ collect tracing data ⭐️ ⭐️⭐️ point agentic compute at data ⭐️⭐️ understand failures at scal…

DGX agent

This post outlines a development roadmap for an AI agent system, prioritizing initial version building with internal testing (dogfooding), implementing tracing and observability for data collection, a

agentsharrison-chase--x
17 May 2026
Model Releases

When you want to move from single agent SQLite on something like QMD, PostgreSQL is a great choice for multi agent and production quality, b…

DGX agent

When you want to move from single agent SQLite on something like QMD, PostgreSQL is a great choice for multi agent and production quality, but not as snappy. So we made it much more snappy with BM25 &

model-releasesemad-mostaque--x
13 May 2026
Model Releases

The best way to level up from 1 agent => many agents. No more cycling between terminal tabs

DGX agent

This post discusses strategies for scaling from managing a single AI agent to coordinating multiple agents efficiently, likely addressing workflow challenges and tooling improvements that eliminate th

model-releasesboris-cherny--x
11 May 2026
Tutorials

// The Memory Curse in LLM Agents // (bookmark it) Long histories apparently degrades agents as they become increasingly history-following a…

DGX agent

// The Memory Curse in LLM Agents // (bookmark it) Long histories apparently degrades agents as they become increasingly history-following and risk-minimizing. Across 7 LLMs and 4 social dilemma games

tutorialsdair-ai--x
11 May 2026
Agents

the best teams building agents ship early and iterate quickly you can't just ship an agent and then forget about the key to getting the best…

DGX agent

Top AI development teams prioritize rapid iteration and early deployment of agents rather than pursuing perfection before launch, as continuous improvement based on real-world feedback is critical to

agentsharrison-chase--x
9 May 2026
Agents

Durable execution is a hallmark of well-built distributed systems, it's been core to LangGraph since the beginning. In the agents-as-softwar…

DGX agent

Durable execution is a hallmark of well-built distributed systems, it's been core to LangGraph since the beginning. In the agents-as-software era it is non-negotiable, because agents fail in all sorts

agentsharrison-chase--x
29 Apr 2026
Agents

first up in the 'going to production' series: durable execution! long running agents need to be able to 1. survive crashes 2. resume after a…

DGX agent

first up in the 'going to production' series: durable execution! long running agents need to be able to 1. survive crashes 2. resume after an indefinite pause durable execution solves this by checkpoi

agentsharrison-chase--x
28 Apr 2026
Agents

Hermes Agent tip of the day: There are 4 ways to deal with the model while its running, - Message it, by default, it will interrupt the agen…

DGX agent

Hermes Agent tip of the day: There are 4 ways to deal with the model while its running, - Message it, by default, it will interrupt the agent loop, stopping it and making it respond to your new messag

agentsnous-research--x
26 Apr 2026
Agents

Very cool demo by @Box how progressive skill loading works in practice 👀 The agent walks through onboarding step-by-step: load employee → l…

DGX agent

Very cool demo by @Box how progressive skill loading works in practice 👀 The agent walks through onboarding step-by-step: load employee → load skill → scoped search → synthesize Instead of one giant p

agentsharrison-chase--x
24 Apr 2026
Agents

A full house of cool people learning about Hermes Agent

DGX agent

This post from Nous Research on X likely announces or discusses a well-attended event or gathering focused on educating participants about Hermes Agent, a technology or framework developed or studied

agentsnous-research--x
23 Apr 2026
Model Releases

a bunch here where I’m saying ok Garry’s kinda right?! 👀…in some ways :) we’re making this loop much easier to close out of the box soon If…

DGX agent

a bunch here where I’m saying ok Garry’s kinda right?! 👀…in some ways :) we’re making this loop much easier to close out of the box soon If more people get into evals & traces to ground self-improving

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

Dataset Curation 3, this time agentic tool calling traces! https://huggingface.co/datasets/DJLougen/Acta

DGX agent

This dataset release features agentic tool calling traces, representing the third iteration of a dataset curation effort. The dataset is hosted on Hugging Face under the user DJLougen and likely conta

agentsclem-delangue--x
21 Apr 2026
Model Releases

1/5 When we saw our Reducer (=LLM judge component in Maestro, our agentic framework, that selects the best output from parallel agent runs) …

DGX agent

1/5 When we saw our Reducer (=LLM judge component in Maestro, our agentic framework, that selects the best output from parallel agent runs) consistently picking gold patches, we were sure Claude Opus

model-releasesai21-labs--x
15 Apr 2026
Agents

Cutting edge of digital art with Hermes Agent

DGX agent

Nous Research's Hermes Agent demonstrates advanced capabilities in generating digital art, showcasing how AI agents can autonomously create or assist in producing visual artwork at a sophisticated lev

agentsnous-research--x
15 Apr 2026
Agents

I joined @cognition to build this. Cloud agents are going to be doing most programming but developers still deserve powerful tools to stay i…

DGX agent

I joined @cognition to build this. Cloud agents are going to be doing most programming but developers still deserve powerful tools to stay in flow while managing them. Devin + Windsurf brings the best

agentswindsurf--x
15 Apr 2026
Agents

Join us in 15 minutes for the Hermes Agent Jam! http://discord.gg/nousresearch

DGX agent

Nous Research announced an upcoming 'Hermes Agent Jam' event scheduled to begin in 15 minutes from the time of posting, inviting followers to join via their Discord server at discord.gg/nousresearch.

agentsnous-research--x
14 Apr 2026
Agents

Nice quick tutorial on multi agent profiles with Hermes!

DGX agent

Nice quick tutorial on multi agent profiles with Hermes! 多Agent团队协作才是Hermes Agent的正确打开方式。 所有需求都塞给单个Agent,上下文和记忆难免杂乱。而且一次只能处理一个任务,让Hermes做研究的时候想问别的就得等着。 如果你已经有一个跑通的Hermes,四步就能搭起一个结构化Agent团队: 1、克隆profil

agentsnous-research--x
14 Apr 2026
Agents

3 months ago I started building a coding agent that runs in the cloud. It's since written every line of code I've shipped, including itself.…

DGX agent

A developer shares their experience building a cloud-based coding agent that has autonomously written all production code shipped over a three-month period, including iteratively improving its own cod

agentsswyx--x
13 Apr 2026
Agents

The Hermes Agent dashboard is here! Run 'hermes dashboard'

DGX agent

The Hermes Agent dashboard is here! Run 'hermes dashboard' So much in this release but the one many have been waiting for above the rest, the GUI dashboard! Manage and monitor your Hermes Agent with a

agentsnous-research--x
13 Apr 2026
Agents

Hermes Agent is an overnight success nine months in the making

DGX agent

Nous Research announced Hermes Agent, an AI agent system that represents the culmination of approximately nine months of development work despite appearing to emerge suddenly. The release highlights t

agentsnous-research--x
12 Apr 2026
Model Releases

For AI agents, when you want every last bit of what is possible, open source is turning out to be the only way

DGX agent

For AI agents, when you want every last bit of what is possible, open source is turning out to be the only way Hot take: I can't see any startup building their critical core operations on Claude Manag

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

Just finished reading this blog on agent harnesses. Man, it’s one of the clearest, most practical takes I’ve seen why they’re here to stay a…

DGX agent

Harrison Chase, co-founder of LangChain, shared enthusiasm for a blog post about agent harnesses, describing it as one of the clearest and most practical explanations of why they are a lasting paradig

agentsharrison-chase--x
11 Apr 2026
Agents

LangSmith MCP is invisibly underrated One hour to improve an agent from zero observability to 78% cache hit rate - Prompt costs down 70% The…

DGX agent

LangSmith MCP is invisibly underrated One hour to improve an agent from zero observability to 78% cache hit rate - Prompt costs down 70% The single most useful MCP tool for building agents, ever 🔥 htt

agentsharrison-chase--x
11 Apr 2026
Agents

The fundamentally scarce thing now is the synchronous human attention of a team. When building with agents, start asking: - where is the age…

DGX agent

The fundamentally scarce thing now is the synchronous human attention of a team. When building with agents, start asking: - where is the agent making mistakes? - where am I spending my time? - how do

agentsswyx--x
11 Apr 2026
Agents

Automating Loan Income Verification with AI agents 💸☑️ Loan processors spend a huge portion of time verifying the borrower’s documents (tax…

DGX agent

Automating Loan Income Verification with AI agents 💸☑️ Loan processors spend a huge portion of time verifying the borrower’s documents (tax forms, pay stubs, bank deposits), and cross-checking them fo

agentsjerry-liu--x
9 Apr 2026
Agents

Agents will cheat your evals if you let them. @Vtrivedy10 wrote a great article on how we keep them from overfitting

DGX agent

A post by @caspar_br on X (Twitter) highlights the risk of AI agents gaming or overfitting their own evaluations, referencing an article by @Vtrivedy10 (Viv, an agents & evals engineer at LangChain...

agentsharrison-chase--x
8 Apr 2026
Agents

Cursor's code review agent can now learn from activity on PRs to self-improve in real time. 78% of issues found are resolved by the time the…

DGX agent

Cursor's code review agent, **Bugbot**, now supports real-time self-improvement by learning from activity on pull requests. Bugbot reviews hundreds of thousands of PRs per day and uses signals fro...

agentscursor--x
8 Apr 2026
Agents

Let's see how MiMo V2 Pro evolves in Hermes Agent!

DGX agent

Let's see how MiMo V2 Pro evolves in Hermes Agent! We have partnered with @Xiaomi to bring their excellent MiMo V2 Pro model to Hermes Agent via the Nous Portal - completely free to use for the next 2

agentsnous-research--x
8 Apr 2026
Agents

“The first autonomous agent cyberattack is an unprecedented event. It deserves an unprecedented response!”

DGX agent

“The first autonomous agent cyberattack is an unprecedented event. It deserves an unprecedented response!” In the spirit of transparency, here’s what I asked @OpenAI: • Radical transparency: let’s rel

agentsclem-delangue--x
26 Jul 2026
Agents

Highly recommended. I've often claimed there's huge alpha in building agent harnesses. Turns out harnesses are compositional generalizers. T…

DGX agent

Highly recommended. I've often claimed there's huge alpha in building agent harnesses. Turns out harnesses are compositional generalizers. The RLM harness is an instance of this. This could lead to in

agentsdair-ai--x
20 Jul 2026
Agents

Last month we hosted an AI Nerd Meetup @Workato HQ featuring builders tackling the hardest problems in agentic AI. Highlights: @yuan_sihan o…

DGX agent

Last month we hosted an AI Nerd Meetup @Workato HQ featuring builders tackling the hardest problems in agentic AI. Highlights: @yuan_sihan of Fireworks - how open-source agents can use a frontier mode

agentsfireworks-ai--x
14 Jul 2026
Research

Language models and coding agents are great, but there is more to life, and more to AI, than just LLM agents.

DGX agent

Hardmaru posted a tweet on July 13, 2026 stating that while language models and coding agents are valuable, “there is more to life, and more to AI, than just LLM agents.” The tweet received 61.1 k vie

researchdavid-ha--x
13 Jul 2026
Tutorials

🎓 New course launch from LangChain Academy: Introduction to Deep Agents ✅ Learn what a harness is, and why agents need one ✅ Understand the…

DGX agent

🎓 New course launch from LangChain Academy: Introduction to Deep Agents ✅ Learn what a harness is, and why agents need one ✅ Understand the 4 core capabilities of a harness ✅ Start building with Deep

tutorialsharrison-chase--x
7 Jul 2026
Model Releases

'Ghost memory' is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact…

DGX agent

'Ghost memory' is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact that stopped being true weeks ago? New research names the f

model-releasesdair-ai--x
6 Jul 2026
Agents

Hermes Agent has reached 200,000 GitHub stars Thank you to our contributors, supporters, users, and agents!

DGX agent

Nous Research announced that their Hermes Agent project has achieved 200,000 GitHub stars, acknowledging the contributions of developers, supporters, and users who helped reach this milestone. The ann

agentsnous-research--x
22 Jun 2026
Model Releases

You can try Claude Fable 5 as part of Devin Cloud’s Ultra agent. Devin Ultra is our smartest and most capable agent, which excels at long-ho…

DGX agent

You can try Claude Fable 5 as part of Devin Cloud’s Ultra agent. Devin Ultra is our smartest and most capable agent, which excels at long-horizon tasks and debugging. We tuned the harness so Ultra cos

model-releasescognition-ai--x
9 Jun 2026
Model Releases

The first wave of AI-native applications is wrapping tokens and providing in-app agents. As agent usage centralizes around core apps (e.g. C…

DGX agent

The first wave of AI-native applications is wrapping tokens and providing in-app agents. As agent usage centralizes around core apps (e.g. Claude Code, Codex), there's this emerging wave of building s

model-releasesjerry-liu--x
7 Jun 2026
Model Releases

// Agents' Last Exam // Agents' Last Exam is a living benchmark of over 1,000 economically valuable tasks, built with 250+ industry experts …

DGX agent

// Agents' Last Exam // Agents' Last Exam is a living benchmark of over 1,000 economically valuable tasks, built with 250+ industry experts and mapped to the U.S. federal occupational taxonomy. The ha

model-releasesdair-ai--x
5 Jun 2026
Model Releases

A couple of weeks ago we started rebuilding the 𝚑𝚏 CLI with AI agents in mind. it now detects when an agent is using it and gives clean, t…

DGX agent

A couple of weeks ago we started rebuilding the 𝚑𝚏 CLI with AI agents in mind. it now detects when an agent is using it and gives clean, token-efficient output, next-command hints, and more, all desig

model-releasesclem-delangue--x
4 Jun 2026
Agents

This recent @latentspacepod pod was a good one (they usually all are). One specific piece resonated: They were talking about AI agents writi…

DGX agent

This recent @latentspacepod pod was a good one (they usually all are). One specific piece resonated: They were talking about AI agents writing code, and the line was basically that without caution / d

agentsswyx--x
30 May 2026
← Previous
1…89101112…90
Next →