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

Knowledge catalogue

Search: “papers”

GridTimelineEvolution
12,056 results
Model Releases

Great paper on improving memory for AI agents.

DGX 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

model-releasesdair-ai--x
8 Apr 2026
Model Releases
X Post
Paper
YouTube
Reddit
GitHub
Clear filters

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…

DGX 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

model-releasesdair-ai--x
8 Apr 2026
Research

Impressive new paper from Meta. (bookmark it) Scaling laws assume model size and training data act on loss independently. This work introduc…

DGX agent

Impressive new paper from Meta. (bookmark it) Scaling laws assume model size and training data act on loss independently. This work introduces Skaling law, which couples capacity and data through a si

researchdair-ai--x
10 Aug 2026
Agents

Finally a good paper testing whether agent memory needs an LLM at all. Production memory stacks spend extra model calls on summarizing inter…

DGX agent

Finally a good paper testing whether agent memory needs an LLM at all. Production memory stacks spend extra model calls on summarizing interactions, writing records, and reranking retrievals. Every on

agentsdair-ai--x
3 Aug 2026
Agents

// Model or Harness // Great paper if you are building with agents in production. (bookmark it) It organizes 41 agent failure modes by the i…

DGX agent

// Model or Harness // Great paper if you are building with agents in production. (bookmark it) It organizes 41 agent failure modes by the interaction they originate in. Each mode gets assigned to an

agentsdair-ai--x
3 Aug 2026
Safety

Very cool paper from Microsoft. The idea is to train agents on replayed teacher trajectories instead of live environment rollouts. On-policy…

DGX agent

Very cool paper from Microsoft. The idea is to train agents on replayed teacher trajectories instead of live environment rollouts. On-policy distillation for agentic tasks is expensive because every u

safetydair-ai--x
27 Jul 2026
Model Releases

This was a critical early paper on AI & work, showing that entrepreneurs getting advice from GPT-4 had higher profit margins if they were hi…

DGX agent

This was a critical early paper on AI & work, showing that entrepreneurs getting advice from GPT-4 had higher profit margins if they were high performing, but did worse if they were already in trouble

model-releasesethan-mollick--x
10 Jul 2026
Research

Catalyst Papers in Artificial Intelligence Research: A Landscape on ICLR from 2017 to 2025

DGX agent

arXiv:2607.05401v1 Announce Type: cross Abstract: A small number of methodological contributions, including word2vec, the Transformer, large-scale pre-training, and reinforcement learning from human f

researcharxiv-cs-ai
8 Jul 2026
Research

Large-scale dataset of automatically classified rhetorical sections in scientific papers

DGX agent

arXiv:2607.03381v1 Announce Type: cross Abstract: Scientific papers follow rhetorical structures that organize content into sections such as Introduction, Methods, Results, and Discussion. Automatical

researcharxiv-cs-cl
7 Jul 2026
Tutorials

Building a Multimodal Dataset of Academic Paper for Keyword Extraction

DGX agent

arXiv:2606.31069v1 Announce Type: new Abstract: Up to this point, keyword extraction task typically relies solely on textual data. Neglecting visual details and audio features from image and audio mod

tutorialsarxiv-cs-cl
1 Jul 2026
Model Releases

Cool new paper from NVIDIA. Looks like agentic coding is moving into hardware design. HORIZON treats hardware design as repository-level cod…

DGX agent

Cool new paper from NVIDIA. Looks like agentic coding is moving into hardware design. HORIZON treats hardware design as repository-level code evolution. A Markdown harness becomes a project pack with

model-releasesdair-ai--x
30 Jun 2026
Local Ai

Automatic Generation of Highlights for Academic Paper Via Prompt-based Learning

DGX agent

arXiv:2606.25253v1 Announce Type: new Abstract: Highlights provide a concise summary of the main contributions of an academic paper and help readers quickly understand its focus. However, many journal

local-aiarxiv-cs-cl
25 Jun 2026
Agents

// Critique of the Agent Model // Finally, a paper that tries to define what an agent is and what agency consists of. Good read overall. (gr…

DGX agent

// Critique of the Agent Model // Finally, a paper that tries to define what an agent is and what agency consists of. Good read overall. (great bookmark) The word agent now covers everything from a fo

agentsdair-ai--x
24 Jun 2026
Safety

Hybrid E-Assessment in Higher Education: Semi-Automated Grading of Paper-Based Written Examinations

DGX agent

arXiv:2606.08855v1 Announce Type: new Abstract: This paper examines the limitations of fully digital and partially digital e-assessment approaches in summative examinations in higher education. The an

safetyarxiv-cs-ai
9 Jun 2026
Agents

This was one of the standout AI papers of the week. (bookmark it) It tackles a question most self-improving AI agents ignore: is the agent a…

DGX agent

This was one of the standout AI papers of the week. (bookmark it) It tackles a question most self-improving AI agents ignore: is the agent actually discovering anything, or just remixing what it alrea

agentsdair-ai--x
7 Jun 2026
Model Releases

Automatic Generation of Titles for Research Papers Using Language Models

DGX agent

arXiv:2606.05085v1 Announce Type: cross Abstract: The title of a research paper conveys its primary idea and, occasionally, its conclusions in a clear and concise manner. Choosing an appropriate title

model-releasesarxiv-cs-ai
4 Jun 2026
Local Ai

New skill from K-Dense: LiteParse in Scientific Agent Skills — built for fast, local research paper ingestion. Your AI co-scientist can now:…

DGX agent

New skill from K-Dense: LiteParse in Scientific Agent Skills — built for fast, local research paper ingestion. Your AI co-scientist can now: * Parse PDFs and supplementary files on your machine (no do

local-aijerry-liu--x
27 May 2026
Agents

// Adapt the Interface, Not the Model // I am fascinated by the results across my cheap-model-plus-good-harness builds. This new paper also …

DGX agent

// Adapt the Interface, Not the Model // I am fascinated by the results across my cheap-model-plus-good-harness builds. This new paper also shows good signs of the code-as-agent-harness thesis. The id

agentsdair-ai--x
23 May 2026
Agents

NEW paper worth reading. A full agentic workflow can be distilled into model weights and run at roughly 100x lower inference cost while pres…

DGX agent

NEW paper worth reading. A full agentic workflow can be distilled into model weights and run at roughly 100x lower inference cost while preserving near-frontier task quality. The workflow includes mul

agentsdair-ai--x
22 May 2026
Model Releases

There’s an open question on whether grep is all you need for agentic search. This recent paper by @PwCUS (Sen et al.) seems to suggest that.…

DGX agent

There’s an open question on whether grep is all you need for agentic search. This recent paper by @PwCUS (Sen et al.) seems to suggest that. It’s titled “Is Grep All You Need? How Agent Harnesses Resh

model-releasesjerry-liu--x
17 May 2026
Hardware

Yann LeCun closed $1.03B for AMI Labs on March 10. Three days later, this paper dropped from his NYU collaborators. 15M parameters. Single G…

DGX agent

Yann LeCun closed 1.03B for AMI Labs on March 10. Three days later, this paper dropped from his NYU collaborators. 15M parameters. Single GPU. A few hours of training. LeWorldModel is the first JEPA t

hardwareyann-lecun--x
9 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
Model Releases

RPC-Bench: A Fine-grained Benchmark for Research Paper Comprehension

DGX agent

arXiv:2601.14289v2 Announce Type: replace-cross Abstract: Understanding research papers remains challenging for foundation models due to specialized scientific discourse and complex figures and tables

model-releasesarxiv-cs-ai
1 May 2026
Industry

As a bonus this paper makes frontier AI's (especially GPT 5.4 Pro) go a bit crazy as it shouldn't be true.. but is? We will have more on why…

DGX agent

As a bonus this paper makes frontier AI's (especially GPT 5.4 Pro) go a bit crazy as it shouldn't be true.. but is? We will have more on why this wasn't spotted before/the nature of physics being dist

industryemad-mostaque--x
22 Apr 2026
Model Releases

Love this work from Aksel and the post-training team at Hugging Face! Turns out the HF ecosystem (papers, datasets, models all accessible th…

DGX agent

Love this work from Aksel and the post-training team at Hugging Face! Turns out the HF ecosystem (papers, datasets, models all accessible through CLI, skills and md files) is perfect for running SOTA

model-releasesclem-delangue--x
21 Apr 2026
Industry

Physics paper in, manga out

DGX agent

Physics paper in, manga out We are happy to share early results from Logos, our novel first-principles augmented intelligence system, that has enabled insightful results across domains. We start with

industryemad-mostaque--x
21 Apr 2026
Applications

This paper shows people are asking a lot of medical questions of AI already, but we have little evidence of how good or bad this is. Most of…

DGX agent

This paper shows people are asking a lot of medical questions of AI already, but we have little evidence of how good or bad this is. Most of the published research uses old models & compares to doctor

applicationsethan-mollick--x
19 Apr 2026
Model Releases

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

DGX 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

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

Narrative-Driven Paper-to-Slide Generation via ArcDeck

DGX agent

arXiv:2604.11969v1 Announce Type: new Abstract: We introduce ArcDeck, a multi-agent framework that formulates paper-to-slide generation as a structured narrative reconstruction task. Unlike existing m

model-releasesarxiv-cs-ai
15 Apr 2026
Tutorials

Maybe hot take - I’ve read a bunch of RL for image generation papers over last few months and honestly it’s been pretty disappointing. All o…

DGX agent

Maybe hot take - I’ve read a bunch of RL for image generation papers over last few months and honestly it’s been pretty disappointing. All of them are variations of GRPO and all of them are incrementa

tutorialsjeremy-howard--x
13 Apr 2026
Model Releases

Very interesting paper on recursive self-improvement. The whole stack is released. Machine learning engineering gives recursive self-improve…

DGX agent

Very interesting paper on recursive self-improvement. The whole stack is released. Machine learning engineering gives recursive self-improvement a concrete, executable testbed. OpenMLE is an open full

model-releasesdair-ai--x
31 Jul 2026
Local Ai

Impressive paper! It's on one of the hardest tasks for coding agents today. Of course, I am talking about kernel optimization. Coding agents…

DGX agent

Impressive paper! It's on one of the hardest tasks for coding agents today. Of course, I am talking about kernel optimization. Coding agents are usually not so great at this. Reasons: Unfamiliar low-l

local-aidair-ai--x
29 Jul 2026
Tutorials

Very interesting paper on LLM reasoning. They find that frontier models can exhibit invisible reasoning by leveraging semantically irrelevan…

DGX agent

Very interesting paper on LLM reasoning. They find that frontier models can exhibit invisible reasoning by leveraging semantically irrelevant filler tokens. In other words, invisible reasoning can ser

tutorialsdair-ai--x
28 Jul 2026
Safety

Great technical paper from Harvard and MIT. It's on role drift in compound LLM systems. (bookmark it) End-to-end RL improves the accuracy of…

DGX agent

Great technical paper from Harvard and MIT. It's on role drift in compound LLM systems. (bookmark it) End-to-end RL improves the accuracy of a multi-module LLM pipeline without constraining how the mo

safetydair-ai--x
27 Jul 2026
Safety

New research from NVIDIA. They just dropped a PyTorch-native training framework for agentic RL. (bookmark it) Paper summary: Molt is a PyTor…

DGX agent

New research from NVIDIA. They just dropped a PyTorch-native training framework for agentic RL. (bookmark it) Paper summary: Molt is a PyTorch-native agentic RL framework with an unusual design target

safetydair-ai--x
27 Jul 2026
Model Releases

[Paper] Statistically-Lossless Quantization of Large Language Models

DGX agent

Model quantization has become essential for efficient large language model deployment, yet existing approaches involve clear trade-offs: methods such as GPTQ and AWQ achieve practical compression but

model-releasesr-localllama
24 Jul 2026
Model Releases

Great paper on self-improving agent harnesses. (bookmark it) If you maintain a production agent harness, finding every file behind one behav…

DGX agent

Great paper on self-improving agent harnesses. (bookmark it) If you maintain a production agent harness, finding every file behind one behavior is often harder than writing the edit. Harness Handbook

model-releasesdair-ai--x
23 Jul 2026
Tutorials

Are structured outputs in agents always good? This paper suggests that you might have to take a closer look. Your product's structured outpu…

DGX agent

Are structured outputs in agents always good? This paper suggests that you might have to take a closer look. Your product's structured output surface is measurably more homogeneous than the chat surfa

tutorialsdair-ai--x
22 Jul 2026
Tutorials

// Global Workspace in LLMs // arXiv paper for the popular J-space work from Anthropic. (bookmark it) The short recap: If you build on chain…

DGX agent

// Global Workspace in LLMs // arXiv paper for the popular J-space work from Anthropic. (bookmark it) The short recap: If you build on chain-of-thought or steering vectors, this work provides a mechan

tutorialsdair-ai--x
20 Jul 2026
Agents

NEW paper from Microsoft and colleagues. Debugging agent trajectories at scale is challenging. This is a clever approach to monitor and impr…

DGX agent

NEW paper from Microsoft and colleagues. Debugging agent trajectories at scale is challenging. This is a clever approach to monitor and improve agents in production. The problem: Finding which step in

agentsdair-ai--x
15 Jul 2026
Tools

[AINews] Lilian Weng summarizes 35 papers on Harness Engineering for RSI

DGX agent

Lilian Weng provides a comprehensive summary of 35 research papers focusing on Harness Engineering approaches for Reasoning and System Integration (RSI), covering recent developments in this specializ

toolslatent-space
8 Jul 2026
Safety

// Memory becomes an action space // Great paper on long-term memory for agents. (bookmark it) In short, it's discusses the use of a learned…

DGX agent

// Memory becomes an action space // Great paper on long-term memory for agents. (bookmark it) In short, it's discusses the use of a learned policy for using memory at the right granularity. Most memo

safetydair-ai--x
8 Jul 2026
Agents

Prompt-to-Paper: Agentic AI System for Bioinformatics

DGX agent

arXiv:2607.05456v1 Announce Type: new Abstract: While recent advances in large language models have enabled end-to-end automated manuscript generation, existing systems suffer from three critical defi

agentsarxiv-cs-ai
8 Jul 2026
Model Releases

Banger compression paper from NVIDIA. (bookmark it) Bigger MoE models keep winning on quality, but serving them at interactive latency is st…

DGX agent

Banger compression paper from NVIDIA. (bookmark it) Bigger MoE models keep winning on quality, but serving them at interactive latency is still hard. NVIDIA compresses the hybrid MoE Nemotron-3-Super

model-releasesdair-ai--x
7 Jul 2026
Model Releases

// MetaSkill-Evolve // Great paper on self-improving agents. Most self-improving agents rewrite what the agent does and leave how it improve…

DGX agent

// MetaSkill-Evolve // Great paper on self-improving agents. Most self-improving agents rewrite what the agent does and leave how it improves frozen and hand-authored. That improvement procedure never

model-releasesdair-ai--x
7 Jul 2026
Model Releases

Excited to share our paper, “Learning Multi-Agent Coordination via Sheaf-ADMM” to be presented at #ICML2026 Blog: https://pub.sakana.ai/shea…

DGX agent

Excited to share our paper, “Learning Multi-Agent Coordination via Sheaf-ADMM” to be presented at #ICML2026 Blog: https://pub.sakana.ai/sheaf-admm/ Most AI models process information as one giant, mon

model-releasesdavid-ha--x
3 Jul 2026
Tutorials

NEW paper worth reading. (bookmark it) The basic idea is to pair a compressive recurrent state with a small exact memory, which helps to rec…

DGX agent

NEW paper worth reading. (bookmark it) The basic idea is to pair a compressive recurrent state with a small exact memory, which helps to recover long-range recall without giving up the efficiency of l

tutorialsdair-ai--x
3 Jul 2026
Model Releases

Another fascinating paper on LLM Judges. (bookmark it) It's from Amazon, and they show that if you run panels of LLM judges, averaging their…

DGX agent

Another fascinating paper on LLM Judges. (bookmark it) It's from Amazon, and they show that if you run panels of LLM judges, averaging their scores is a trap. 'Overall, we establish that robust aggreg

model-releasesdair-ai--x
2 Jul 2026
← Previous
12345…252
Next →