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

Knowledge catalogue

Search: “dair-ai--x”

GridTimelineEvolution
359 results
Agents

Great new paper to read: Code as Agent Harness (bookmark it)

DGX agent

Great new paper to read: Code as Agent Harness (bookmark it) // Code as Agent Harness // 100+ page report on all things related to agent harnesses. (bookmark it) In particular, the survey summarizes m

agentsdair-ai--x
19 May 2026
Agents
X Post
Paper
YouTube
Reddit
GitHub
Clear filters

NEW paper worth reading: MetaCogAgent MetaCogAgent equips a multi-agent system with metacognition so each agent decides whether it should an…

DGX agent

NEW paper worth reading: MetaCogAgent MetaCogAgent equips a multi-agent system with metacognition so each agent decides whether it should answer or delegate. In other words, it aims for self-aware tas

agentsdair-ai--x
19 May 2026
Agents

Every time I ask my 10-year-old to use coding agents, he gets extremely disappointed. It turns out that all he wants is to build his own roc…

DGX agent

Every time I ask my 10-year-old to use coding agents, he gets extremely disappointed. It turns out that all he wants is to build his own rocket simulator. No amount of context engineering helps. No mo

agentsdair-ai--x
18 May 2026
Model Releases

NEW paper from Meta: Agentic Discovery of Neural Architectures. This is a hot new area of research! Keep an eye on it.

DGX agent

NEW paper from Meta: Agentic Discovery of Neural Architectures. This is a hot new area of research! Keep an eye on it. NEW paper from Meta. (bookmark it) It's an agent system that autonomously discove

model-releasesdair-ai--x
18 May 2026
Model Releases

NEW paper worth reading. GPT-5.4 nano plus a critic-comparator orchestration loop hits 76.4% on SWE-bench Verified, matching standalone Gemi…

DGX agent

NEW paper worth reading. GPT-5.4 nano plus a critic-comparator orchestration loop hits 76.4% on SWE-bench Verified, matching standalone Gemini 3 Pro and Claude Opus 4.5 Thinking. The trick is to selec

model-releasesdair-ai--x
18 May 2026
Research

The Top AI Papers of the Week (May 11 - May 17) - AEvo - δ-mem - AutoTTS - AI Co-Mathematician - Lighthouse Attention - Is Grep All You Need…

DGX agent

The Top AI Papers of the Week (May 11 - May 17) - AEvo - δ-mem - AutoTTS - AI Co-Mathematician - Lighthouse Attention - Is Grep All You Need? - A Geometric Calculator Inside a Neural Network Read on f

researchdair-ai--x
17 May 2026
Agents

Are your benchmarks actually measuring the capability you think they measure? New paper says they probably not. Coined the 'The Evaluation T…

DGX agent

Are your benchmarks actually measuring the capability you think they measure? New paper says they probably not. Coined the 'The Evaluation Trap', it provides a vocabulary for auditing whether your eva

agentsdair-ai--x
16 May 2026
Agents

Interesting interpretability paper on tool-using agents. The authors probe hidden states and find the model often recognizes it should call …

DGX agent

Interesting interpretability paper on tool-using agents. The authors probe hidden states and find the model often recognizes it should call a tool, but fails to actually call one. The mismatch ranges

agentsdair-ai--x
16 May 2026
Agents

// Beyond Individual Intelligence // One of the more useful multi-agent surveys I've read this year. 200+ papers mapped along three axes: co…

DGX agent

// Beyond Individual Intelligence // One of the more useful multi-agent surveys I've read this year. 200+ papers mapped along three axes: collaboration mechanisms, failure attribution, and self-evolut

agentsdair-ai--x
15 May 2026
Agents

Great paper discussing agentic search vs. vector search.

DGX agent

Great paper discussing agentic search vs. vector search. // Is Grep All You Need? // Pay attention to this on, AI devs. (bookmark it) They find that grep-style text search, when wrapped in the right a

agentsdair-ai--x
15 May 2026
Agents

// Harnessing Agentic Evolution // Pay attention to this one if you run iterative agentic search loops. (bookmark it) AEvo splits the self-i…

DGX agent

// Harnessing Agentic Evolution // Pay attention to this one if you run iterative agentic search loops. (bookmark it) AEvo splits the self-improvement loop into two jobs: > One proposes the next candi

agentsdair-ai--x
14 May 2026
Safety

Interesting position paper on agentic AI as a foreseeable pathway to AGI. (bookmark it) There has been strong debate on whether a larger sin…

DGX agent

Interesting position paper on agentic AI as a foreseeable pathway to AGI. (bookmark it) There has been strong debate on whether a larger single model get us there or a multi-agent system. The authors

safetydair-ai--x
14 May 2026
Safety

Do multi-agent systems make LLM reasoning better? Most AI devs assume that it should. But this new paper shows that this is often not the ca…

DGX agent

Do multi-agent systems make LLM reasoning better? Most AI devs assume that it should. But this new paper shows that this is often not the case. It ran 22,500 deterministic trajectories across GAIA, SW

safetydair-ai--x
13 May 2026
Model Releases

HTML Artifacts are a big part of how I work with agents now. Artifacts can be more than just static files. When combined with agents, they c…

DGX agent

HTML Artifacts are a big part of how I work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kin

model-releasesdair-ai--x
13 May 2026
Tutorials

// δ-mem: Efficient Online Memory for LLMs // One of the more elegant memory mechanisms I've seen this month. Most long-term memory work eit…

DGX agent

// δ-mem: Efficient Online Memory for LLMs // One of the more elegant memory mechanisms I've seen this month. Most long-term memory work either inflates context or retrains the model. This paper shows

tutorialsdair-ai--x
13 May 2026
Tutorials

Cool idea from Nous Research. What if you could speed up long-context pretraining with a subquadratic wrapper that you remove before deploym…

DGX agent

Cool idea from Nous Research. What if you could speed up long-context pretraining with a subquadratic wrapper that you remove before deployment? That is the idea behind Lighthouse Attention. The metho

tutorialsdair-ai--x
12 May 2026
Agents

NEW paper from Google DeepMind. (bookmark it) AI Co-Mathematician is an agentic research workbench for mathematicians, and it just hit 48% o…

DGX agent

NEW paper from Google DeepMind. (bookmark it) AI Co-Mathematician is an agentic research workbench for mathematicians, and it just hit 48% on FrontierMath Tier 4, a new high score among AI systems eva

agentsdair-ai--x
12 May 2026
Safety

Pay attention to this one if you build research or knowledge-work agents. Most research-agent systems produce uniform outputs regardless of …

DGX agent

Pay attention to this one if you build research or knowledge-work agents. Most research-agent systems produce uniform outputs regardless of who is driving them. This new work, NanoResearch, argues tha

safetydair-ai--x
12 May 2026
Agents

Cool paper from PwC. 'Earlier is always better' is the default intuition for agent clarification. New paper claims that's mostly wrong. Goal…

DGX agent

Cool paper from PwC. 'Earlier is always better' is the default intuition for agent clarification. New paper claims that's mostly wrong. Goal clarification loses nearly all of its value after just 10%

agentsdair-ai--x
11 May 2026
Research

Great essay by Tobi. Building an AI-native company? Go read it now. I couldn't resist visualizing it with my artifact generator. Biggest tak…

DGX agent

Great essay by Tobi. Building an AI-native company? Go read it now. I couldn't resist visualizing it with my artifact generator. Biggest takeaway for me: 'The risk isn't that AI does the work. It's th

researchdair-ai--x
11 May 2026
Tutorials

// LLMs Improving LLMs // Interesting progress the past of couple of weeks around self-improving AI agents. If autoresearch was interesting,…

DGX agent

// LLMs Improving LLMs // Interesting progress the past of couple of weeks around self-improving AI agents. If autoresearch was interesting, you will like this read. (bookmark it) We've been hand-tuni

tutorialsdair-ai--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
Research

The Top AI Papers of the Week (May 4 - 10) - Conductor - HeavySkill - Horizon Generalization - 1,000 Synthetic Computers - Self-Improving Pr…

DGX agent

The Top AI Papers of the Week (May 4 - 10) - Conductor - HeavySkill - Horizon Generalization - 1,000 Synthetic Computers - Self-Improving Pretraining - Coordination as Architecture - Connect Four Alph

researchdair-ai--x
10 May 2026
Model Releases

This is just mindblowing stuff! I couldn't resist replicating this workflow to generate 3D biological structures. In a few minutes, I design…

DGX agent

This is just mindblowing stuff! I couldn't resist replicating this workflow to generate 3D biological structures. In a few minutes, I designed an artifact specifically built to generate these for any

model-releasesdair-ai--x
10 May 2026
Agents

My favourite new stack: Agents + MCP + Markdown + HTML “Files over apps” is a vibe!

DGX agent

My favourite new stack: Agents + MCP + Markdown + HTML “Files over apps” is a vibe! LLM Wikis + HTML Artifacts are insanely powerful. You should seriously consider this in your workflows. LLM Wikis ca

agentsdair-ai--x
9 May 2026
Research

For those interested, I will be doing a live session on this topic soon: https://academy.dair.ai/events/cmovobp97000904l5h0n9a2yz Sign up if…

DGX agent

For those interested, I will be doing a live session on this topic soon: https://academy.dair.ai/events/cmovobp97000904l5h0n9a2yz Sign up if you are interested in some of the tools we are releasing so

researchdair-ai--x
8 May 2026
Research

LLM Wikis + HTML Artifacts are insanely powerful. You should seriously consider this in your workflows. LLM Wikis captures all the important…

DGX agent

LLM Wikis + HTML Artifacts are insanely powerful. You should seriously consider this in your workflows. LLM Wikis captures all the important information that lets you and your agents do meaningful wor

researchdair-ai--x
8 May 2026
Research

Hacker News → LLM Artifact I built the most personalized HN feed. It only tracks topics I do research around based on memory and LLM wiki. N…

DGX agent

Hacker News → LLM Artifact I built the most personalized HN feed. It only tracks topics I do research around based on memory and LLM wiki. No point in storing bookmarks. With a few automations, rules,

researchdair-ai--x
7 May 2026
Tutorials

I will doing a live session for how to build something like this here: https://academy.dair.ai/events/cmovobp97000904l5h0n9a2yz

DGX agent

DAIR.AI is hosting a live educational session where instructor Omar Saro will demonstrate how to build a project or system similar to one referenced in their academy platform. The session aims to prov

tutorialsdair-ai--x
7 May 2026
Agents

Top skill to learn today: AI Agent Evaluation. Anyone can build AI agents now but the difference is in the quality that's only possible via …

DGX agent

Top skill to learn today: AI Agent Evaluation. Anyone can build AI agents now but the difference is in the quality that's only possible via proper evals. Wrote some thoughts on evaluating production A

agentsdair-ai--x
7 May 2026
Agents

arXiv Papers → LLM Artifacts This is how I keep up with AI research now. It's like having access to the most personalized arXiv feed. Automa…

DGX agent

arXiv Papers → LLM Artifacts This is how I keep up with AI research now. It's like having access to the most personalized arXiv feed. Automations run everyday to curate papers based a set of rules and

agentsdair-ai--x
6 May 2026
Model Releases

NEW paper from Microsoft Research. (bookmark it) The entire interpretability literature is built around human readers. As more analysis gets…

DGX agent

NEW paper from Microsoft Research. (bookmark it) The entire interpretability literature is built around human readers. As more analysis gets delegated to agents, the right target of interpretability s

model-releasesdair-ai--x
6 May 2026
Research

Wiki-Builder on Hacker News front page! Exciting! New updates coming soon with a cool way for everyone to build their LLM Wikis. Go check it…

DGX agent

Wiki-Builder, a tool for creating LLM-powered wikis, was featured on Hacker News' front page, announced by DAIR.AI. The post indicates upcoming updates and improvements to make wiki creation more acce

researchdair-ai--x
6 May 2026
Model Releases

// HeavySkill // One of the cleaner takes on agentic harness design I've read. They argue that what actually drives agent harness performanc…

DGX agent

// HeavySkill // One of the cleaner takes on agentic harness design I've read. They argue that what actually drives agent harness performance is not the orchestration code. It's a single inner skill:

model-releasesdair-ai--x
5 May 2026
Agents

NEW paper from Microsoft Research. Nice study on long-horizon agent generalization. (bookmark it) The team runs a study where the only varia…

DGX agent

NEW paper from Microsoft Research. Nice study on long-horizon agent generalization. (bookmark it) The team runs a study where the only variable is task horizon length. They use the same decision rules

agentsdair-ai--x
5 May 2026
Agents

// Skills as Verifiable Artifacts // Pay attention to this one, AI devs. If you ship agent skills, your runtime is treating signed-and-clear…

DGX agent

// Skills as Verifiable Artifacts // Pay attention to this one, AI devs. If you ship agent skills, your runtime is treating signed-and-cleared skills as trusted by default. This paper argues a skill i

agentsdair-ai--x
5 May 2026
Agents

Banger paper from Meta FAIR. They introduce Autodata, an agentic data scientist that builds high-quality training and evaluation data autono…

DGX agent

Banger paper from Meta FAIR. They introduce Autodata, an agentic data scientist that builds high-quality training and evaluation data autonomously. The headline result: on a CS research QA task, an Ag

agentsdair-ai--x
4 May 2026
Safety

NEW paper from Sakana AI (ICLR 2026). A 7B Conductor model just hit SOTA on GPQA-Diamond and LiveCodeBench by orchestrating other LLMs inste…

DGX agent

NEW paper from Sakana AI (ICLR 2026). A 7B Conductor model just hit SOTA on GPQA-Diamond and LiveCodeBench by orchestrating other LLMs instead of solving problems itself. (great paper! bookmark it!) T

safetydair-ai--x
4 May 2026
Research

Releasing a skill to help build LLM Wikis.

DGX agent

DAIR.AI released a skill or tool designed to assist in building wikis powered by large language models (LLMs), likely enabling users to create structured knowledge bases with AI capabilities. The reso

researchdair-ai--x
3 May 2026
Agents

The Top AI Papers of the Week (April 26 - May 3) - Latent Agents - RecursiveMAS - OneManCompany - AgenticQwen-30B-A3B - Agentic World Modeli…

DGX agent

The Top AI Papers of the Week (April 26 - May 3) - Latent Agents - RecursiveMAS - OneManCompany - AgenticQwen-30B-A3B - Agentic World Modeling - Agentic Harness Engineering - From Skill Text to Skill

agentsdair-ai--x
3 May 2026
Model Releases

We have released a little skill to help you build LLM Wikis with your agents.

DGX agent

We have released a little skill to help you build LLM Wikis with your agents. Releasing a little skill to help build LLM Wikis. More people should be building LLM wikis. I hope the skill is useful for

model-releasesdair-ai--x
3 May 2026
Model Releases

Claude Opus 4.7 just implemented an AlphaZero-style self-play pipeline from scratch. It did this on consumer hardware in three hours, then b…

DGX agent

Claude Opus 4.7 just implemented an AlphaZero-style self-play pipeline from scratch. It did this on consumer hardware in three hours, then beat the Pascal Pons solver 7 of 8 as first-mover on Connect

model-releasesdair-ai--x
2 May 2026
Agents

// Contextual Agentic Memory is a Memo, not True Memory // Most agent memory today isn't memory. They are more like memos. A new paper argue…

DGX agent

// Contextual Agentic Memory is a Memo, not True Memory // Most agent memory today isn't memory. They are more like memos. A new paper argues that vector stores, RAG buffers, and scratchpads implement

agentsdair-ai--x
2 May 2026
Safety

Cool paper from Meta FAIR. It's on self-improving LLMs but on the pretraining side. (bookmark it) Most LLM safety, factuality, and reasoning…

DGX agent

Cool paper from Meta FAIR. It's on self-improving LLMs but on the pretraining side. (bookmark it) Most LLM safety, factuality, and reasoning fixes get bolted on at post-training. By then, the patterns

safetydair-ai--x
1 May 2026
Model Releases

I have been testing DeepSeek-V4-Pro with the Pi coding agent. I am mindblown by how well it works out of the box. A few notes: I spent a few…

DGX agent

I have been testing DeepSeek-V4-Pro with the Pi coding agent. I am mindblown by how well it works out of the box. A few notes: I spent a few hours building an LLM wiki with an agent powered entirely b

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

NEW paper from Microsoft Research. If you care about training computer-use agents, this is one to keep. (bookmark it) The team builds 1,000 …

DGX agent

NEW paper from Microsoft Research. If you care about training computer-use agents, this is one to keep. (bookmark it) The team builds 1,000 synthetic computers (each with realistic directory structure

agentsdair-ai--x
1 May 2026
Agents

NEW paper: Recursive Multi-Agent Systems

DGX agent

NEW paper: Recursive Multi-Agent Systems // Recursive Multi-Agent Systems // Great read for the weekend. (bookmark it) Multi-agent systems often pass full text messages between agents at every step. T

agentsdair-ai--x
1 May 2026
Tutorials

You don't have to choose between either. It's best to use a combination of them. My advice is to learn how to use a few of these models in d…

DGX agent

You don't have to choose between either. It's best to use a combination of them. My advice is to learn how to use a few of these models in different harnesses. Learn to combine their strengths. Open-w

tutorialsdair-ai--x
1 May 2026
← Previous
1…45678
Next →