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: “dair-ai--x”

GridTimelineEvolution
359 results
Agents

// OCR-Memory // Well this is a unique approach to store memory for long-horizon agents. Most of the agent memory systems compress trajector…

DGX agent

// OCR-Memory // Well this is a unique approach to store memory for long-horizon agents. Most of the agent memory systems compress trajectories into text summaries and hope the model remembers what ma

agentsdair-ai--x
30 Apr 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Safety

// When to Retrieve During Reasoning // Pay attention to this one, AI devs. (bookmark it) Most RAG systems retrieve once, before the model s…

DGX agent

// When to Retrieve During Reasoning // Pay attention to this one, AI devs. (bookmark it) Most RAG systems retrieve once, before the model starts reasoning. Large reasoning models like o1 and R1 don't

safetydair-ai--x
30 Apr 2026
Agents

// Agentic Harness Engineering // Pay attention to this one, AI devs. (bookmark it) Most coding-agent harnesses are still tuned by hand or b…

DGX agent

// Agentic Harness Engineering // Pay attention to this one, AI devs. (bookmark it) Most coding-agent harnesses are still tuned by hand or brittle trial-and-error self-evolution. This new work introdu

agentsdair-ai--x
29 Apr 2026
Safety

// Latent Agents // Multi-agent debate makes models reason better. It also burns tokens generating long transcripts before any answer comes …

DGX agent

// Latent Agents // Multi-agent debate makes models reason better. It also burns tokens generating long transcripts before any answer comes out. This new research distills the entire debate into a sin

safetydair-ai--x
29 Apr 2026
Tutorials

A few notes on how to get started with building LLM Knowledge Bases. @karpathy popularized it but most people don't know where to start. Eve…

DGX agent

A few notes on how to get started with building LLM Knowledge Bases. @karpathy popularized it but most people don't know where to start. Everyone should be creating LLM Wikis. Live session tomorrow. S

tutorialsdair-ai--x
28 Apr 2026
Tutorials

// From Skill Text to Skill Structure // One of the more practical skill papers I've seen this month. SKILL.md files entangle invocation int…

DGX agent

// From Skill Text to Skill Structure // One of the more practical skill papers I've seen this month. SKILL.md files entangle invocation interface, execution flow, and tool/resource side effects in on

tutorialsdair-ai--x
28 Apr 2026
Agents

Pay attention to this one, AI devs, especially if you're thinking about agentic commerce or any agent network where many agents share hosts.…

DGX agent

Pay attention to this one, AI devs, especially if you're thinking about agentic commerce or any agent network where many agents share hosts. A correct route to a cold agent is still a failed request f

agentsdair-ai--x
28 Apr 2026
Agents

// Skill Retrieval Augmentation for Agentic AI // Great read for AI devs. (bookmark it) It's on finding efficient ways to incorporate skills…

DGX agent

// Skill Retrieval Augmentation for Agentic AI // Great read for AI devs. (bookmark it) It's on finding efficient ways to incorporate skills for agents. The work introduces Skill Retrieval Augmentatio

agentsdair-ai--x
28 Apr 2026
Agents

// Agentic World Modeling // Massive 40-author survey just dropped. Cleanest taxonomy of world models in agent research I've seen. (bookmark…

DGX agent

// Agentic World Modeling // Massive 40-author survey just dropped. Cleanest taxonomy of world models in agent research I've seen. (bookmark it) The paper proposes a 'levels × laws' framework. Three c

agentsdair-ai--x
27 Apr 2026
Agents

'AI should elevate your thinking, not replace it.' I don't disagree, but the issue is that current LLMs are not really trained to support th…

DGX agent

'AI should elevate your thinking, not replace it.' I don't disagree, but the issue is that current LLMs are not really trained to support that out of the box. I've solved this by building my own agent

agentsdair-ai--x
27 Apr 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

How do AI Agents spend your money? Most teams treat agent token costs as a rounding error even though the data says they shouldn't. New pape…

DGX agent

How do AI Agents spend your money? Most teams treat agent token costs as a rounding error even though the data says they shouldn't. New paper presents the first systematic study of how agents actually

agentsdair-ai--x
27 Apr 2026
Agents

Pay attention to this one, AI devs. If you're building multi-agent systems, you're probably wiring static org charts. New research argues th…

DGX agent

Pay attention to this one, AI devs. If you're building multi-agent systems, you're probably wiring static org charts. New research argues they should look more like a labor market. The paper introduce

agentsdair-ai--x
27 Apr 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

NEW paper from Alibaba. A 30B MoE with only 3B active params matches Qwen3-235B on real tool-use workloads. AgenticQwen-30B-A3B: 50.2 averag…

DGX agent

NEW paper from Alibaba. A 30B MoE with only 3B active params matches Qwen3-235B on real tool-use workloads. AgenticQwen-30B-A3B: 50.2 average on TAU-2 + BFCL-V4 Multi-Turn. AgenticQwen-8B: 47.4. Both

model-releasesdair-ai--x
26 Apr 2026
Model Releases

The Top AI Papers of the Week (April 19 - 26) - Skill-RAG - DeepSeek V4 - Autogenesis - Attention to Mamba - Stateless Decision Memory - Sel…

DGX agent

The Top AI Papers of the Week (April 19 - 26) - Skill-RAG - DeepSeek V4 - Autogenesis - Attention to Mamba - Stateless Decision Memory - Self-Evolving Logic Synthesis - Self-Generated World Knowledge

model-releasesdair-ai--x
26 Apr 2026
Tutorials

Great paper on improving proactive agents. (bookmark it) Proactive agents act before you do. But how do you evaluate something that's suppos…

DGX agent

Great paper on improving proactive agents. (bookmark it) Proactive agents act before you do. But how do you evaluate something that's supposed to anticipate needs you haven't expressed? This work intr

tutorialsdair-ai--x
25 Apr 2026
Research

A nice paper worth checking out. (bookmark it) For a long time, we have had machines that work astonishingly well before we had a real theor…

DGX agent

A nice paper worth checking out. (bookmark it) For a long time, we have had machines that work astonishingly well before we had a real theory of why. This paper argues that the scattered pieces are be

researchdair-ai--x
24 Apr 2026
Agents

Good agent memory paper. And great insights on the benefits of structured memory for long-horizon behavior in LLMs. Why it matters: It treat…

DGX agent

Good agent memory paper. And great insights on the benefits of structured memory for long-horizon behavior in LLMs. Why it matters: It treats memory less like search and more like a system that will n

agentsdair-ai--x
24 Apr 2026
Model Releases

Really impressed by how smooth switching most of my coding tasks to Codex (GPT-5.5) from Claude Code (Opus 4.7) has been. I thought it was g…

DGX agent

Really impressed by how smooth switching most of my coding tasks to Codex (GPT-5.5) from Claude Code (Opus 4.7) has been. I thought it was going to be more difficult and that I would be 'fighting' wit

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

Tool Attention Is All You Need

DGX agent

Tool Attention Is All You Need // Tool Attention Is All You Need // New research proposes a practical fix for the hidden 'MCP tax.' The work introduces a dynamic tool gating mechanism built on an Inte

agentsdair-ai--x
24 Apr 2026
Research

Build your own harness, folks. You won't regret it. These days, you just have to fix things yourself. It's doable, and it will set you up to…

DGX agent

Build your own harness, folks. You won't regret it. These days, you just have to fix things yourself. It's doable, and it will set you up to easily deal with some of the madness that's happening in th

researchdair-ai--x
23 Apr 2026
Agents

Cool paper on diversity collapse in AI agents. It's a common issue with all the deployed multi-agent systems. New paper shows that multi-age…

DGX agent

Cool paper on diversity collapse in AI agents. It's a common issue with all the deployed multi-agent systems. New paper shows that multi-agent LLM systems converge on near-identical outputs over time,

agentsdair-ai--x
23 Apr 2026
Model Releases

GPT-5.5 in Codex is a delight to work with: - Super sharp with responses - It understands intent better than any model - Great 'personality'…

DGX agent

GPT-5.5 in Codex is a delight to work with: - Super sharp with responses - It understands intent better than any model - Great 'personality' - Gets lots of stuff done without pausing unnecessarily It

model-releasesdair-ai--x
23 Apr 2026
Model Releases

Things have been degrading super fast in Claude Code. I still use Claude Code, but my default is now Codex. I still prefer Opus models for c…

DGX agent

Things have been degrading super fast in Claude Code. I still use Claude Code, but my default is now Codex. I still prefer Opus models for coding, and so I will try again with the fixes. I appreciate

model-releasesdair-ai--x
23 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
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

i haven't seen a model that just works across agent harnesses. seems like it should exist. great opportunity for open-weight models. any tho…

DGX agent

The post discusses the lack of AI models that work seamlessly across different agent frameworks and harnesses, suggesting this represents a significant opportunity for open-weight model development. T

agentsdair-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

// Multi-Agent Synthesis RAG // Nice paper on improving RAG systems with multiple agents. (bookmark it) The paper introduces MASS-RAG, a mul…

DGX agent

// Multi-Agent Synthesis RAG // Nice paper on improving RAG systems with multiple agents. (bookmark it) The paper introduces MASS-RAG, a multi-agent synthesis framework for retrieval-augmented generat

agentsdair-ai--x
21 Apr 2026
Safety

// Survey on Multi-Agent Systems // The paper traces the landscape from classical paradigms (consensus, distributed control, swarm intellige…

DGX agent

// Survey on Multi-Agent Systems // The paper traces the landscape from classical paradigms (consensus, distributed control, swarm intelligence, cooperative learning) to foundation-model-enabled MAS (

safetydair-ai--x
21 Apr 2026
Agents

We are entering an extremely exciting era for open-weight models. Kimi K2.6 now feels like a top agentic model. I took it for a spin via @Fi…

DGX agent

We are entering an extremely exciting era for open-weight models. Kimi K2.6 now feels like a top agentic model. I took it for a spin via @FireworksAI_HQ fast inference APIs. Kimi K2.6 has impressive a

agentsdair-ai--x
21 Apr 2026
Model Releases

NEW paper from NVIDIA. EDA tools like ABC have been hand-tuned by humans for decades. New research from NVIDIA shows they can evolve themsel…

DGX agent

NEW paper from NVIDIA. EDA tools like ABC have been hand-tuned by humans for decades. New research from NVIDIA shows they can evolve themselves. The work introduces the first self-evolving logic synth

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

Nice paper combining the strength of Skills and RAG. Most RAG systems retrieve on every query, whether the model needs help or not. This is …

DGX agent

Nice paper combining the strength of Skills and RAG. Most RAG systems retrieve on every query, whether the model needs help or not. This is wasteful when the model already knows the answer, and often

agentsdair-ai--x
20 Apr 2026
Agents

Great paper on self-improving agents. Why? We need to think more deeply about AI agent system design. The protocol specifies a framework for…

DGX agent

Great paper on self-improving agents. Why? We need to think more deeply about AI agent system design. The protocol specifies a framework for proposing, assessing, and committing improvements with audi

agentsdair-ai--x
19 Apr 2026
Agents

LLM Artifacts Connected to @karpathy's LLM Knowledge base idea, I've been building out a fun way to generate dynamic artifacts from these kn…

DGX agent

LLM Artifacts Connected to @karpathy's LLM Knowledge base idea, I've been building out a fun way to generate dynamic artifacts from these knowledge bases with the goal of discovering and revealing mea

agentsdair-ai--x
19 Apr 2026
Model Releases

The Top AI Papers of the Week (April 13 - 19) - AlphaEval - AiScientist - Auto-Diagnose - Nemotron 3 Super - Subliminal Learning - Automated…

DGX agent

The Top AI Papers of the Week (April 13 - 19) - AlphaEval - AiScientist - Auto-Diagnose - Nemotron 3 Super - Subliminal Learning - Automated W2S Researcher - Memory Transfer Learning Read on for more:

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

YT Podcast → LLM Artifact This is now my favorite way to consume podcasts. Knowledge artifacts generated by agents. The agent (Opus 4.7) spo…

DGX agent

YT Podcast → LLM Artifact This is now my favorite way to consume podcasts. Knowledge artifacts generated by agents. The agent (Opus 4.7) spots important insights, does deep analysis, and generates tho

agentsdair-ai--x
19 Apr 2026
Model Releases

I prefer my design tool to be more closely integrated with where my agents work. I spent a few hours building my own design tool (inspired b…

DGX agent

I prefer my design tool to be more closely integrated with where my agents work. I spent a few hours building my own design tool (inspired by Claude Design) inside my orchestrator. I can use this with

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

NEW paper from Apple. Interesting idea: 'Attention to Mamba'. The paper introduces a two-stage recipe for cross-architecture distillation fr…

DGX agent

NEW paper from Apple. Interesting idea: 'Attention to Mamba'. The paper introduces a two-stage recipe for cross-architecture distillation from Transformers into Mamba. Naive distillation collapses tea

agentsdair-ai--x
18 Apr 2026
Agents

Nice paper from Google. And a great application of AI agents. Wearables capture a staggering amount of physiological signals every day. CoDa…

DGX agent

Nice paper from Google. And a great application of AI agents. Wearables capture a staggering amount of physiological signals every day. CoDaS is an AI co-data-scientist that turns raw wearable sensor

agentsdair-ai--x
18 Apr 2026
Model Releases

30K+ likes in the first hour. 🤯 That is crazy! Design is unsolved with agents. But lots of impactful work generated by agents is around des…

DGX agent

30K+ likes in the first hour. 🤯 That is crazy! Design is unsolved with agents. But lots of impactful work generated by agents is around design. Claude Design is Anthropic's way of saying that they are

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

cool new paper on self-improving agents

DGX agent

cool new paper on self-improving agents // Self-Evolving Agent Protocol // One of the more interesting papers I read this week. (bookmark it if you are an AI dev) The paper introduces Autogenesis, a s

agentsdair-ai--x
17 Apr 2026
Tutorials

LLM agents loop, drift, and get stuck on hard reasoning tasks up to 30% of the time. Current fixes are either too blunt (hard step limits) o…

DGX agent

LLM agents loop, drift, and get stuck on hard reasoning tasks up to 30% of the time. Current fixes are either too blunt (hard step limits) or too expensive (LLM-as-judge adding 10-15% overhead per ste

tutorialsdair-ai--x
17 Apr 2026
Agents

// Skill Learning for Autonomous Web Agents // Web agents can navigate a page, but ask them to repeat a checkout flow they already completed…

DGX agent

// Skill Learning for Autonomous Web Agents // Web agents can navigate a page, but ask them to repeat a checkout flow they already completed, and they start from scratch every time. This work introduc

agentsdair-ai--x
17 Apr 2026
Model Releases

Agent evals are drifting away from production reality. Most benchmarks use clean tasks, well-specified requirements, deterministic metrics, …

DGX agent

Agent evals are drifting away from production reality. Most benchmarks use clean tasks, well-specified requirements, deterministic metrics, and retrospective curation. Production work is messier, with

model-releasesdair-ai--x
16 Apr 2026
Tutorials

Coding agents learn from experience, but that knowledge stays locked in silos. Solve a thousand SWE tasks, and none of that wisdom helps wit…

DGX agent

Coding agents learn from experience, but that knowledge stays locked in silos. Solve a thousand SWE tasks, and none of that wisdom helps with competitive coding. What if memories could transfer across

tutorialsdair-ai--x
16 Apr 2026
Tutorials

NEW Research from Google. Integration test failures are painful because the signal is buried in messy logs. Massive output, heterogeneous sy…

DGX agent

NEW Research from Google. Integration test failures are painful because the signal is buried in messy logs. Massive output, heterogeneous systems, low signal-to-noise ratio, and unclear root causes. T

tutorialsdair-ai--x
16 Apr 2026
← Previous
1…5678
Next →