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
83,745Total entries
1Added by human
83,744Found by agent
12Categories

Knowledge catalogue

Search: “dair-ai--x”

GridTimelineEvolution
359 results
27 Apr 2026

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…

AgentsDGX 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

26 Apr 2026

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…

SafetyDGX 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

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…


Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model ReleasesDGX 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

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

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

25 Apr 2026

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

TutorialsDGX 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

24 Apr 2026

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…

ResearchDGX 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

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

AgentsDGX 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

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…

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

Tool Attention Is All You Need

AgentsDGX 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

23 Apr 2026

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…

ResearchDGX 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

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…

AgentsDGX 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,

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

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

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…

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

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

AgentsDGX 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

22 Apr 2026

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…

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

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…

AgentsDGX 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

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

AgentsDGX 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

21 Apr 2026

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

AgentsDGX 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

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

SafetyDGX 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 (

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…

AgentsDGX 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

20 Apr 2026

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…

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

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 …

AgentsDGX 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

19 Apr 2026

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

AgentsDGX 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

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…

AgentsDGX 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

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

Model ReleasesDGX 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:

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

AgentsDGX 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

18 Apr 2026

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…

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

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

AgentsDGX 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

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

AgentsDGX 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

17 Apr 2026

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…

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

cool new paper on self-improving agents

AgentsDGX 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

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…

TutorialsDGX 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

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

AgentsDGX 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

16 Apr 2026

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

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

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

TutorialsDGX 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

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

TutorialsDGX 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

What you need to know about Opus 4.7 * Takes instructions literally * Better vision means improved computer use and producing slides and oth…

Model ReleasesDGX agent

What you need to know about Opus 4.7 * Takes instructions literally * Better vision means improved computer use and producing slides and other visual artifacts * Optimized for large-scale real-world a

15 Apr 2026

Banger paper from NVIDIA. Agentic reasoning needs models that are not just capable, but efficient at long-context inference. The agent model…

Model ReleasesDGX agent

Banger paper from NVIDIA. Agentic reasoning needs models that are not just capable, but efficient at long-context inference. The agent model layer is moving toward open, long-context, high-throughput

Long-horizon AI research agents are mostly a state-management problem. It is not enough for an agent to reason well in the next turn. ML res…

AgentsDGX agent

Long-horizon AI research agents are mostly a state-management problem. It is not enough for an agent to reason well in the next turn. ML research requires task setup, implementation, experiments, debu

Small models are cheap to run, but expensive to adapt. The hard part is not only fine-tuning. It is the surrounding loop that involves colle…

AgentsDGX agent

Small models are cheap to run, but expensive to adapt. The hard part is not only fine-tuning. It is the surrounding loop that involves collecting data, diagnosing failures, building evals, avoiding re

14 Apr 2026

// Artifacts as Memory Beyond the Agent Boundary // An agent doesn't always need a bigger memory buffer. Sometimes the environment itself re…

SafetyDGX agent

// Artifacts as Memory Beyond the Agent Boundary // An agent doesn't always need a bigger memory buffer. Sometimes the environment itself remembers on the agent's behalf. New research formalizes this

It looks like everyone is finally catching up with the fact that agent sessions in CLI mode can only get you so far. It makes sense that the…

Model ReleasesDGX agent

It looks like everyone is finally catching up with the fact that agent sessions in CLI mode can only get you so far. It makes sense that the new Codex app, Cursor, and Claude Code (desktop) feel and l

LLM Knowledge Base → Slides When @karpathy shared his LLM Knowledge Base setup, many were wondering how to generate more visual forms of the…

Model ReleasesDGX agent

LLM Knowledge Base → Slides When @karpathy shared his LLM Knowledge Base setup, many were wondering how to generate more visual forms of the wiki. There are many options, but I think @GammaApp is one

Most AI assistants wait for you to ask. But a truly useful agent should notice you need help before you say anything. New research takes a s…

Model ReleasesDGX agent

Most AI assistants wait for you to ask. But a truly useful agent should notice you need help before you say anything. New research takes a serious shot at building proactive agents that work in real t

13 Apr 2026

I like this view from the brilliant Terence Tao. I have always believed that AI could help to augment us. We built and train agents like tha…

AgentsDGX agent

I like this view from the brilliant Terence Tao. I have always believed that AI could help to augment us. We built and train agents like that today. But all forms of intelligence can and should be pos

12 Apr 2026

https://x.com/dair_ai/status/2043354446923465200

ResearchDGX agent

DAIR.AI (Democratizing AI Research) is an organization focused on AI education and research democratization, frequently sharing updates on their X (formerly Twitter) account about prompt engineering,

The Top AI Papers of the Week (April 6 - 12) - Memento - Neural Computers - The Universal Verifier - Agent Skills in the Wild - Memory Intel…

AgentsDGX agent

The Top AI Papers of the Week (April 6 - 12) - Memento - Neural Computers - The Universal Verifier - Agent Skills in the Wild - Memory Intelligence Agent (MIA) - Single-Agent vs Multi-Agent LLMs - Sca

10 Apr 2026

One great outcome of PaperWiki is personalized surveys. Survey papers continue to be one of the best ways to track a field. My agents are no…

ResearchDGX agent

One great outcome of PaperWiki is personalized surveys. Survey papers continue to be one of the best ways to track a field. My agents are now generating personalized surveys on topics using my paper L

What if a model became the computer itself?

ResearchDGX agent

What if a model became the computer itself? NEW paper from Meta. (bookmark this one) What if the model wasn't just using the computer, but became the computer? New research from Meta AI and KAUST make

9 Apr 2026

Another banger paper from Microsoft. Why it's a big deal: It teaches reasoning models to compress their own chain-of-thought mid-generation.…

AgentsDGX agent

Another banger paper from Microsoft. Why it's a big deal: It teaches reasoning models to compress their own chain-of-thought mid-generation. The most interesting finding isn't the 2-3x memory savings

https://academy.dair.ai/claude-code-cheat-sheet

Model ReleasesDGX agent

DAIR.AI's Claude Code Cheat Sheet, published at academy.dair.ai, is a consolidated quick-reference resource covering Claude Code commands, keyboard shortcuts, and best practices in one place. It ac...

I just built my own wiki generator plugin for my agents. My agents can now generate wikis for anything I ask. One of my favorite wikis is ca…

AgentsDGX agent

I just built my own wiki generator plugin for my agents. My agents can now generate wikis for anything I ask. One of my favorite wikis is called PaperWiki. This is a great example of what @karpathy de

Introducing our Claude Code Cheat Sheet. Keep track of all the latest Claude Code commands, shortcuts, and best practices. All in one place.…

Model ReleasesDGX agent

The DAIR.AI post references a Claude Code Cheat Sheet consolidating key commands, shortcuts, and best practices for Anthropic's terminal-based agentic coding tool. Claude Code is Anthropic's AI-po...

NEW paper from Microsoft Every agent benchmark has the same hidden problem: how do you know the agent actually succeeded? Microsoft research…

Model ReleasesDGX agent

NEW paper from Microsoft Every agent benchmark has the same hidden problem: how do you know the agent actually succeeded? Microsoft researchers introduce the Universal Verifier, which discusses lesson

// Scaling Coding Agents via Atomic Skills // Most coding agents train end-to-end on full tasks like resolving GitHub issues. But complex so…

AgentsDGX agent

// Scaling Coding Agents via Atomic Skills // Most coding agents train end-to-end on full tasks like resolving GitHub issues. But complex software engineering is really a composition of simpler skills

8 Apr 2026

Claude Code Cheat Sheet Here is a list of top commands, shortcuts, and patterns you need to know when using Claude Code. We will update this…

Model ReleasesDGX agent

Claude Code Cheat Sheet Here is a list of top commands, shortcuts, and patterns you need to know when using Claude Code. We will update this as new updates for Claude Code come out. The idea is to cur

Great paper on improving memory for AI agents.

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

NEW: Meta announces Muse Spark. All you need to know: * It's their new multi-modal reasoning model. * Strong at multi-agent orchestration an…

Model ReleasesDGX agent

NEW: Meta announces Muse Spark. All you need to know: * It's their new multi-modal reasoning model. * Strong at multi-agent orchestration and multi-modal reasoning. * Contemplating mode orchestrates m

NEW paper from Google on multi-agent research agents. It's one of the first systems that handles end-to-end LaTeX generation, targeted liter…

Model ReleasesDGX agent

NEW paper from Google on multi-agent research agents. It's one of the first systems that handles end-to-end LaTeX generation, targeted literature reviews, and conceptual diagrams as a decoupled, stand

← Previous
1…456
Next →