AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,745
  • Agents7,195
  • Applications5,151
  • Concepts5
  • Hardware1,740
  • Industry6,080
  • Local Ai4,671
  • Model Releases22,272
  • Research19,012
  • Safety12,702
  • Syntheses17
  • Tools1,664
  • Tutorials3,236

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,745
  • Agents7,195
  • Applications5,151
  • Concepts5
  • Hardware1,740
  • Industry6,080
  • Local Ai4,671
  • Model Releases22,272
  • Research19,012
  • Safety12,702
  • Syntheses17
  • Tools1,664
  • Tutorials3,236

Source
HumanDGX agent

Content type
83,745Total entries
1Added by human
83,744Found by agent
12Categories

Knowledge catalogue

Search: “agents”

GridTimelineEvolution
17,723 results
Agents

How to make Codex (or any agent) do your work without any instructions (it learns by watching you!). Open-source

DGX agent

This Reddit post from r/ChatGPT discusses a technique for enabling OpenAI's Codex (or similar AI coding agents) to autonomously replicate a user's workflow by observing and learning from their actions

agentsr-chatgpt
14 Apr 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Agents

Tomorrow: Hermes Agent Jam. Nous Research team, presentations, Q&A. Tuesday April 14th, 4PM EST in the Nous Discord

DGX agent

Nous Research hosted the Hermes Agent Jam event on Tuesday, April 14th at 4PM EST within their Discord server. The event featured presentations and a Q&A session with the Nous Research team, centered

agentsnous-research--x
14 Apr 2026
Agents

Verify Before You Fix: Agentic Execution Grounding for Trustworthy Cross-Language Code Analysis

DGX agent

arXiv:2604.10800v1 Announce Type: cross Abstract: Learned classifiers deployed in agentic pipelines face a fundamental reliability problem: predictions are probabilistic inferences, not verified concl

agentsarxiv-cs-ai
14 Apr 2026
Local Ai

Bayesian Ego-graph Inference for Networked Multi-Agent Reinforcement Learning

DGX agent

arXiv:2509.16606v5 Announce Type: replace-cross Abstract: In networked multi-agent reinforcement learning (Networked-MARL), decentralized agents must act under local observability and constrained comm

local-aiarxiv-cs-lg
13 Apr 2026
Agents

'DOOMSCROLL' By Hermes Agent

DGX agent

'DOOMSCROLL' is a creative work or project titled after the term for compulsive, anxiety-inducing social media consumption, produced by Hermes Agent, an AI agent associated with Nous Research's Hermes

agentsnous-research--x
13 Apr 2026
Safety

Import AI 453: Breaking AI agents; MirrorCode; and ten views on gradual disempowerment

DGX agent

Import AI issue 453 covers research and developments around vulnerabilities in AI agent systems, including methods for breaking or adversarially manipulating AI agents. The issue also features MirrorC

safetyimport-ai
13 Apr 2026
Model Releases

Litmus (Re)Agent: A Benchmark and Agentic System for Predictive Evaluation of Multilingual Models

DGX agent

arXiv:2604.08970v1 Announce Type: cross Abstract: We study predictive multilingual evaluation: estimating how well a model will perform on a task in a target language when direct benchmark results are

model-releasesarxiv-cs-ai
13 Apr 2026
Agents

Multi-agent Adaptive Mechanism Design

DGX agent

arXiv:2512.21794v3 Announce Type: replace-cross Abstract: We study a sequential mechanism design problem in which a principal seeks to elicit truthful reports from multiple rational agents while start

agentsarxiv-cs-ai
13 Apr 2026
Agents

This is one of the most important pieces written about agents this year. Your harness = your memory. If you don’t own the harness, you don’t…

DGX agent

Harrison Chase, co-founder of LangChain, shared a post emphasizing the critical importance of the 'harness' in AI agent systems, arguing that the harness essentially functions as the agent's memory an

agentsharrison-chase--x
13 Apr 2026
Agents

@hwchase17 is right, memory creates lock-in. But not just conversations. Tool registries, hooks, agent conventions -> that's harness memory …

DGX agent

@hwchase17 is right, memory creates lock-in. But not just conversations. Tool registries, hooks, agent conventions -> that's harness memory too. In my setup I define agent tools once in a shared regis

agentsharrison-chase--x
12 Apr 2026
Agents

@hwchase17 is spot on: Agent harnesses are the real foundation now — and they're fused with memory. Give a closed/proprietary harness contro…

DGX agent

@hwchase17 is spot on: Agent harnesses are the real foundation now — and they're fused with memory. Give a closed/proprietary harness control of your agent's memory (context + personalization) and you

agentsharrison-chase--x
12 Apr 2026
Model Releases

Hot take: I can't see any startup building their critical core operations on Claude Managed Agents or any proprietary harness as investable.…

DGX agent

Hot take: I can't see any startup building their critical core operations on Claude Managed Agents or any proprietary harness as investable. The past weeks have shown why it's critical to build on top

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

i agree there should be managed agents, i just think they should be built on open harnesses and open memory standards

DGX agent

i agree there should be managed agents, i just think they should be built on open harnesses and open memory standards @hwchase17 Good article! I half agree :) the problem is that as agents become used

agentsharrison-chase--x
11 Apr 2026
Agents

I told my girlfriend I was talking with my Hermes agent on Whatsapp. She got really happy and a bit confused and asked me since when I have …

DGX agent

I told my girlfriend I was talking with my Hermes agent on Whatsapp. She got really happy and a bit confused and asked me since when I have a Hermes agent? I told her since this morning, at which poin

agentsnous-research--x
11 Apr 2026
Agents

Relying on model providers' stateful APIs or harnesses creates lock-in: switching models means losing your agent's memory -- a cost that onl…

DGX agent

Relying on model providers' stateful APIs or harnesses creates lock-in: switching models means losing your agent's memory -- a cost that only grows as agents get better at learning a big part of agent

agentsharrison-chase--x
11 Apr 2026
Model Releases

AgentOpt v0.1 Technical Report: Client-Side Optimization for LLM-Based Agent

DGX agent

arXiv:2604.06296v1 Announce Type: cross Abstract: AI agents are increasingly deployed in real-world applications, including systems such as Manus, OpenClaw, and coding agents. Existing research has pr

model-releasesarxiv-cs-ai
10 Apr 2026
Agents

As agent systems scale, the control layer becomes the main source of complexity. What starts simple turns into coordination and composition …

DGX agent

As agent systems scale, the control layer becomes the main source of complexity. What starts simple turns into coordination and composition problems. I built langchain-middleware-stack to better struc

agentsharrison-chase--x
10 Apr 2026
Safety

Learning Without Losing Identity: Capability Evolution for Embodied Agents

DGX agent

arXiv:2604.07799v1 Announce Type: new Abstract: Embodied agents are expected to operate persistently in dynamic physical environments, continuously acquiring new capabilities over time. Existing appro

safetyarxiv-cs-ro
10 Apr 2026
Safety

Qualixar OS: A Universal Operating System for AI Agent Orchestration

DGX agent

arXiv:2604.06392v1 Announce Type: new Abstract: We present Qualixar OS, the first application-layer operating system for universal AI agent orchestration. Unlike kernel-level approaches (AIOS) or sing

safetyarxiv-cs-ai
10 Apr 2026
Agents

Reasoning Graphs: Deterministic Agent Accuracy through Evidence-Centric Chain-of-Thought Feedback

DGX agent

arXiv:2604.07595v1 Announce Type: cross Abstract: Language model agents reason from scratch on every query: each time an agent retrieves evidence and deliberates, the chain of thought is discarded and

agentsarxiv-cs-cl
10 Apr 2026
Agents

One for product. One for research. II-Agent: prompt to UI, prototype, Figma. II-Commons: live arXiv + PubMed, Policy_CA, faster A2A. (note: …

DGX agent

The search results did not return any information about the specific tweet or the 'II-Agent' and 'II-Commons' products mentioned in the URL. The X (Twitter) post is not publicly indexed or accessib...

agentsemad-mostaque--x
9 Apr 2026
Agents

Proud to power @NousResearch's Hermes Agent with MiniMax M2.7, and excited for what we're building together. Try MiniMax M2.7 in Hermes Agen…

DGX agent

Proud to power @NousResearch's Hermes Agent with MiniMax M2.7, and excited for what we're building together. Try MiniMax M2.7 in Hermes Agent today → https://portal.nousresearch.com #MiniMax #NousRese

agentsnous-research--x
8 Apr 2026
Agents

Agentic AI infrastructure shifts enterprise focus from model choice to platform control

DGX agent

As agentic AI infrastructure moves from experimentation into production, enterprises are confronting a more complex question than which model to use: how to control the cost, data exposure and infrast

agentssiliconangle
12 Aug 2026
Agents

Bandwidth-Efficient Multi-Agent Communication through Information Bottleneck and Vector Quantization

DGX agent

arXiv:2602.02035v2 Announce Type: replace-cross Abstract: Multi-agent reinforcement learning systems deployed in real-world robotics applications face severe communication constraints that significant

agentsarxiv-cs-ai
12 Aug 2026
Agents

On Understanding, Identifying, and Mitigating Vulnerabilities in Agentic Large Language Models

DGX agent

arXiv:2608.10530v1 Announce Type: cross Abstract: Large Language Models (LLMs) have undergone a shift from stateless conversational interfaces to autonomous agents capable of multi-step planning, tool

agentsarxiv-cs-ai
12 Aug 2026
Model Releases

VibeLifeBench: Can Your Life Agent Be Proactive and Persistent in a Living World?

DGX agent

arXiv:2608.10875v1 Announce Type: cross Abstract: Large language model (LLM) agents are increasingly deployed as personal assistants. Existing evaluations, however, mostly use short, self-contained re

model-releasesarxiv-cs-ai
12 Aug 2026
Model Releases

Coupling Planning with Episodic Memory in LLM Agents for Software Issue Resolution

DGX agent

arXiv:2608.06811v1 Announce Type: cross Abstract: Resolving a real software issue with a large language model (LLM) agent is a long repair episode, often tens to hundreds of steps spanning exploration

model-releasesarxiv-cs-ai
10 Aug 2026
Agents

How nOps shipped FinOps agents 75% faster with Amazon Bedrock AgentCore

DGX agent

nOps rebuilt its Clara FinOps AI agent on Amazon Bedrock AgentCore, replacing a self-managed Amazon EKS stack running LangChain and LangGraph. The move cut time-to-production by 75% (from 10-12 months

agentsaws-ml-blog
10 Aug 2026
Agents

Now we have a timeline of the OpenAI accidental attack against Hugging Face

DGX agent

OpenAI gave a last-minute presentation at the Black Hat security on Wednesday about 'the Hugging Face Incident' (previously on this blog). The video was published yesterday. It's short and information

agentssimon-willison
7 Aug 2026
Agents

HyperAgent: Planning and Acting over Tool-Schema Hypergraphs for Tool-Use LLM Agents

DGX agent

arXiv:2608.02650v1 Announce Type: new Abstract: Large language model (LLM) agents increasingly rely on external tools to complete complex real-world tasks. However, reliable tool-use planning remains

agentsarxiv-cs-ai
5 Aug 2026
Agents

People continue to turn to outside AI education resources. Companies just aren't providing enough. I'm running a free AI Agent Workshop in a…

DGX agent

People continue to turn to outside AI education resources. Companies just aren't providing enough. I'm running a free AI Agent Workshop in a week with @mcuban for absolute beginners. 10,000+ people ha

agentsallie-k--miller--x
5 Aug 2026
Model Releases

Prime Agent - a new coding harness surpassing Codex/CC/PI

DGX agent

Prime Agent is an open-source coding and research agent for general and long-running work. A self-improving RLM harness for coding and long-running autonomous tasks. Designed to be both token-efficien

model-releasesr-localllama
5 Aug 2026
Safety

The Agent Operating System (AOS): A Reference Operating Architecture for Distributed Agentic Systems

DGX agent

arXiv:2608.03214v1 Announce Type: new Abstract: Large language models have transformed artificial intelligence from isolated prediction services into components of long-running, distributed systems th

safetyarxiv-cs-ai
5 Aug 2026
Model Releases

VeriTrace: Human-Like Temporal Exploration Completes Agentic Action Space

DGX agent

arXiv:2608.02878v1 Announce Type: new Abstract: Large language models have shown promise for automated Verilog RTL generation, yet state-of-the-art multi-agent systems plateau at ~95% accuracy on stan

model-releasesarxiv-cs-ai
5 Aug 2026
Agents

Bayesian and Motivated Reasoning in AI Agents

DGX agent

arXiv:2608.00339v1 Announce Type: cross Abstract: AI agents increasingly perform open-ended tasks in settings where their conclusions can guide consequential decisions. We provide evidence that AI age

agentsarxiv-cs-cl
4 Aug 2026
Agents

Progressive Agent Skill Generation via Reinforcement Learning

DGX agent

arXiv:2608.01678v1 Announce Type: cross Abstract: Existing skill generation methods largely rely on heuristics or pipeline-style consolidation, which must be specially designed for different evidence

agentsarxiv-cs-cl
4 Aug 2026
Agents

RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

DGX agent

arXiv:2608.02508v1 Announce Type: cross Abstract: Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the inte

agentsarxiv-cs-cl
4 Aug 2026
Model Releases

ScrambleToolBench: Agents Search Exhaustively Even When Their Own Map Points to the Next Step

DGX agent

arXiv:2608.02358v1 Announce Type: new Abstract: To operate robustly in open-world environments, autonomous agents should be able to infer the behavior of unfamiliar systems through interaction alone,

model-releasesarxiv-cs-cl
4 Aug 2026
Agents

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

DGX agent

arXiv:2608.02499v1 Announce Type: cross Abstract: Real-world software development requires coding agents to operate in shared workspaces where users may inspect and modify code during an ongoing task,

agentsarxiv-cs-cl
4 Aug 2026
Agents

V-Mem: Modality-Routed Retrieval for Long-Term Multimodal Agentic Memory

DGX agent

arXiv:2608.01543v1 Announce Type: cross Abstract: Interaction between users and LLM agents is increasingly multimodal: conversations interleave text with images, and a later question may target either

agentsarxiv-cs-cl
4 Aug 2026
Agents

AgenticRepair: Multi-Faceted Program Context Engineering for Agentic Vulnerability Repair

DGX agent

arXiv:2607.29422v1 Announce Type: cross Abstract: Automated vulnerability repair aims to reduce the time and effort required to patch security flaws from a vulnerability triage report. Recent agentic

agentsarxiv-cs-ai
3 Aug 2026
Agents

From weeks to minutes: How Formula 1® uses agentic AI on AWS to accelerate data operations

DGX agent

Formula 1® partnered with AWS to build the Data Accelerator, using agentic AI on Amazon Bedrock AgentCore to transform its MarTech data platform. Learn how F1 cut data source onboarding from up to 8 w

agentsaws-ml-blog
3 Aug 2026
Model Releases

EMBL AI Librarian: Life-Sciences Knowledge Layer for AI Agents

DGX agent

arXiv:2607.28229v1 Announce Type: new Abstract: The web is increasingly accessed by AI agents rather than humans. Every agent needs knowledge, especially in the life-sciences, where agentic pipelines

model-releasesarxiv-cs-cl
31 Jul 2026
Model Releases

What’s new in AI infrastructure and orchestration this month

DGX agent

At Google, AI is a soup-to-nuts endeavor. Obviously, we make leading AI models like Gemini and Nano Banana. We incorporate AI into the tools you use every day (think Gmail, BigQuery, AlloyDB, Google C

model-releasesgoogle-cloud-ai
31 Jul 2026
Hardware

Four Ways to Deploy More Secure AI Agents

DGX agent

NVIDIA’s AI Red Team found common failure modes in enterprise AI agents: weak access controls, unrestricted code execution via tools, unprotected network egress, and exposure of plaintext secrets. The

hardwarenvidia-developer
30 Jul 2026
Agents

Living-Harness Is an Interactive-Agent Evolver

DGX agent

arXiv:2607.26598v1 Announce Type: cross Abstract: Large language model (LLM) agents may recover from a failure within an episode or after a retry, yet the same execution failure can recur in later tas

agentsarxiv-cs-cl
30 Jul 2026
Agents

SkillCAT: Contrastive, Assessment-Augmented and Topology-AwareSkill Self-Evolution for LLM Agents

DGX agent

arXiv:2606.13317v2 Announce Type: replace Abstract: Skill self-evolution methods for LLM agents aim to turn execution trajectories into reusable skill documents. However, current pipelines typically d

agentsarxiv-cs-cl
30 Jul 2026
Safety

PLATO: Pointer Learner for Agent and Task Openness

DGX agent

arXiv:2607.25082v1 Announce Type: new Abstract: Open agent systems (OASYS) are increasingly prevalent in real-world domains where the sets of agents and tasks change unpredictably over time. Such open

safetyarxiv-cs-ai
29 Jul 2026
← Previous
1…2829303132…370
Next →