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

Knowledge catalogue

Search: “papers”

GridTimelineEvolution
693 results
Model Releases

The MiniMax M2 series was one of the most widely used open-weight LLM series earlier this year. Now, we got a technical report with some int…

DGX agent

The MiniMax M2 series was one of the most widely used open-weight LLM series earlier this year. Now, we got a technical report with some interesting tidbits. I summarized some of them below: 1. Full a

model-releasessebastian-raschka--x
27 May 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
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
Research

What a week at @iclr_conf in Rio 🇧🇷 ! As my first conference, it would have been hard to ask for a better experience 😍. I had the chance …

DGX agent

What a week at @iclr_conf in Rio 🇧🇷 ! As my first conference, it would have been hard to ask for a better experience 😍. I had the chance to present two papers: - EB-JEPA https://github.com/facebookres

researchyann-lecun--x
28 Apr 2026
Model Releases

Four small architecture decisions can cost up to 47% of a model's long-context performance. New research from Ai2, Carnegie Mellon, and the …

DGX agent

Four small architecture decisions can cost up to 47% of a model's long-context performance. New research from Ai2, Carnegie Mellon, and the University of Washington isolates them. Normalization, GQA,

model-releasesdair-ai--x
12 Aug 2026
Safety

New research from Meta. Agent harnesses are still mostly authored by hand. This makes it hard to tune robust agent harnesses for long-horizo…

DGX agent

New research from Meta. Agent harnesses are still mostly authored by hand. This makes it hard to tune robust agent harnesses for long-horizon tasks. In this new work, agents learn harness policies off

safetydair-ai--x
9 Aug 2026
Research

New research from Google DeepMind. (bookmark it) SkillSmith treats model weights as an additional modality the LLM reads natively. The augme…

DGX agent

New research from Google DeepMind. (bookmark it) SkillSmith treats model weights as an additional modality the LLM reads natively. The augmented model ingests existing prefix weights alongside rich te

researchdair-ai--x
2 Aug 2026
Safety

New work led by @FlemmingKondrup and @tomjiralerspong highlights an important vulnerability in chain-of-thought monitoring for agents, I hig…

DGX agent

New work led by @FlemmingKondrup and @tomjiralerspong highlights an important vulnerability in chain-of-thought monitoring for agents, I highly recommend giving it a read. Link to the paper: https://a

safetyyoshua-bengio--x
14 Jul 2026
Tutorials

// ReContext // Models now support 128K context windows and still fail to use evidence that is already in the prompt. Where is the gap? New …

DGX agent

// ReContext // Models now support 128K context windows and still fail to use evidence that is already in the prompt. Where is the gap? New paper introduces ReContext, a training-free inference harnes

tutorialsdair-ai--x
6 Jul 2026
Safety

further evidence that people shoveling money into AI are either bad at math or blind to risk

DGX agent

further evidence that people shoveling money into AI are either bad at math or blind to risk Striking paper from Wharton. The big conclusion: AI must increase productivity 2.7x -- and quickly -- or te

safetygary-marcus--x
8 Jun 2026
Agents

Active Graph is the best, most 'correct' knowledge/context engine I've come across so far (and I've tried or at least researched most of the…

DGX agent

Active Graph is the best, most 'correct' knowledge/context engine I've come across so far (and I've tried or at least researched most of them.) babyagi has ~200 citations, but 0 papers... i just publi

agentsyohei-nakajima--x
23 May 2026
Agents

If you design production agent systems, this matters. Most devs accidentally let their framework defaults make critical architecture decisio…

DGX agent

If you design production agent systems, this matters. Most devs accidentally let their framework defaults make critical architecture decisions without thinking it through. This paper shows you how to

agentsdair-ai--x
20 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
Safety

Wanna get a million views? Make stuff up. Take a tiny tiny bit of truth and distort it wildly. Consider the tweet below, 1.4M views. Take th…

DGX agent

Wanna get a million views? Make stuff up. Take a tiny tiny bit of truth and distort it wildly. Consider the tweet below, 1.4M views. Take the chess thing. The paper that is linked doesn’t actually say

safetygary-marcus--x
9 May 2026
Model Releases

We’re excited to introduce KAME: Tandem Architecture for Enhancing Knowledge in Real-Time Speech-to-Speech Conversational AI, accepted at #I…

DGX agent

We’re excited to introduce KAME: Tandem Architecture for Enhancing Knowledge in Real-Time Speech-to-Speech Conversational AI, accepted at #ICASSP2026! 🐢 Blog https://pub.sakana.ai/kame/ Paper https://

model-releasesdavid-ha--x
29 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

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
Research

Scaling massive monolithic LLMs continues to yield incredible results. But to truly unlock their ceiling, the next frontier is test-time com…

DGX agent

Scaling massive monolithic LLMs continues to yield incredible results. But to truly unlock their ceiling, the next frontier is test-time compute and dynamic orchestration. Nature solves complex proble

researchdavid-ha--x
26 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
Industry

MIT researchers just replicated human muscles with AI-controlled fibers. Inside each fiber is a sealed tube of electrically charged liquid a…

DGX agent

MIT researchers just replicated human muscles with AI-controlled fibers. Inside each fiber is a sealed tube of electrically charged liquid and a tiny electric pump. When the pump activates, one side c

industryrowan-cheung--x
22 Apr 2026
Model Releases

ml-intern by @huggingface is wild 🔥 You drop a high-level prompt (“build the best scientific reasoning model” or “crush healthcare benchmar…

DGX agent

ml-intern by @huggingface is wild 🔥 You drop a high-level prompt (“build the best scientific reasoning model” or “crush healthcare benchmarks”) and this open-source agent does the entire post-training

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

AI Insider: 'Adding a Human Makes Your Team Worse' Emad Mostaque | @EMostaque TIMESTAMPS : 00:00 The models too dangerous to release 10:06 W…

DGX agent

AI Insider: 'Adding a Human Makes Your Team Worse' Emad Mostaque | @EMostaque TIMESTAMPS : 00:00 The models too dangerous to release 10:06 Why physics needs axioms — and AI doesn't 11:43 The MIND fram

industryemad-mostaque--x
21 Apr 2026
Industry

It’s time to go beyond language models. Introducing Odyssey-2 Max, our most powerful world model yet. It materially advances the SOTA in phy…

DGX agent

It’s time to go beyond language models. Introducing Odyssey-2 Max, our most powerful world model yet. It materially advances the SOTA in physical accuracy. This is a big step toward models that simula

industryemad-mostaque--x
21 Apr 2026
Model Releases

Earlier this year Yann LeCun left Meta because Mark Zuckerberg wouldn't bet the company on JEPA. Last week his group dropped the first JEPA …

DGX agent

Earlier this year Yann LeCun left Meta because Mark Zuckerberg wouldn't bet the company on JEPA. Last week his group dropped the first JEPA that actually trains end-to-end from raw pixels. 15 million

model-releasesyann-lecun--x
20 Apr 2026
Model Releases

Intelligence per picojoule, with @itsclivetime and @dylan522p (0:00) Intro (1:22) What is codesign? (2:49) Codesign example: Swish vs ReLU (…

DGX agent

Intelligence per picojoule, with @itsclivetime and @dylan522p (0:00) Intro (1:22) What is codesign? (2:49) Codesign example: Swish vs ReLU (4:22) Are DeepSeek papers codesign? (6:45) Predicting where

model-releasesdylan-patel--x
20 Apr 2026
Industry

A startup called Sabi just came out of stealth with a beanie that reads your thoughts. 70,000 to 100,000 miniature EEG sensors woven into th…

DGX agent

A startup called Sabi just came out of stealth with a beanie that reads your thoughts. 70,000 to 100,000 miniature EEG sensors woven into the fabric. You put it on like a winter hat and type by imagin

industryrowan-cheung--x
16 Apr 2026
Tutorials

Introducing DDTree: accelerates speculative decoding by drafting a tree with one block diffusion pass, then verifying multiple likely contin…

DGX agent

Introducing DDTree: accelerates speculative decoding by drafting a tree with one block diffusion pass, then verifying multiple likely continuations together. Paper: https://liranringel.github.io/ddtre

tutorialsjeremy-howard--x
13 Apr 2026
Applications

Really interesting ideas are going to be increasingly at a premium as the cost of executing those ideas drops. (Our research and others show…

DGX agent

Really interesting ideas are going to be increasingly at a premium as the cost of executing those ideas drops. (Our research and others shows AI is quite good at generating interesting ideas, but not

applicationsethan-mollick--x
12 Apr 2026
Applications

I am a Web3 Ambassador at World Liberty Financial. There are 12 of us on the team page. 4 are named Trump. 3 are named Witkoff. The page cal…

DGX agent

I am a Web3 Ambassador at World Liberty Financial. There are 12 of us on the team page. 4 are named Trump. 3 are named Witkoff. The page calls us 'the passionate minds shaping the future of finance.'

applicationsyann-lecun--x
11 Apr 2026
Research

What if a model became the computer itself?

DGX 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

researchdair-ai--x
10 Apr 2026
Agents

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…

DGX 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

agentsdair-ai--x
9 Apr 2026
Model Releases

If you’ve encountered garbled output like this while using GLM-5 or GLM-5.1 on our official service, the issue is now resolved. We've patche…

DGX agent

If you’ve encountered garbled output like this while using GLM-5 or GLM-5.1 on our official service, the issue is now resolved. We've patched the underlying inference-side bugs and will be releasing a

model-releaseszhipu-ai--x
8 Apr 2026
Agents

here’s a video on my approach at applying this to agents w @activegraphai:

DGX agent

here’s a video on my approach at applying this to agents w @activegraphai: 🆕 ActiveGraph: The Log is the Agent my talk from AI Engineer is live!!! 😆 https://www.youtube.com/watch?v=khVX_BUnEwU it's ab

agentsyohei-nakajima--x
27 Jul 2026
Agents

again, the log is the agent

DGX agent

The thread argues that applied AI has entered a distributed‑systems phase, with event‑driven architectures treating logs as “agents” that consume data rather than serve as endpoints. It notes that alm

agentsyohei-nakajima--x
26 Jul 2026
Agents

// Programmatic Memory Enables Long-Horizon Reasoning // Keep the entire interaction log and search it. It works great and beats bespoke mem…

DGX agent

// Programmatic Memory Enables Long-Horizon Reasoning // Keep the entire interaction log and search it. It works great and beats bespoke memory harnesses on long-horizon tasks. New research introduces

agentsdair-ai--x
23 Jul 2026
Agents

// An Anatomy of CLI Coding Agent Trajectories // (bookmark it) When your coding agent fails a task, when did the run actually go wrong? Mos…

DGX agent

// An Anatomy of CLI Coding Agent Trajectories // (bookmark it) When your coding agent fails a task, when did the run actually go wrong? Most reliability studies use the final label to answer this. Th

agentsdair-ai--x
13 Jul 2026
Applications

Incredibly annoying when Fable has a forbidden thought in the middle of a long-running project and kills it. Apparently this page of referen…

DGX agent

Incredibly annoying when Fable has a forbidden thought in the middle of a long-running project and kills it. Apparently this page of references in one of my papers makes Fable wonder about something t

applicationsethan-mollick--x
10 Jul 2026
Agents

ikeabench

DGX agent

ikeabench Furniture assembly is the task everyone name-drops and nobody actually attempts at real scale. Every demo I have seen is a scaled down IKEA leg or a single arm on a toy chair. This paper doe

agentsyohei-nakajima--x
8 Jul 2026
Agents

私もICMLに行きます!もし行く方がいらっしゃったらぜひ現地でお会いしましょう😀

DGX agent

私もICMLに行きます!もし行く方がいらっしゃったらぜひ現地でお会いしましょう😀 Sakana AI is heading to #ICML2026 in Seoul (July 6–11)! 🐟🇰🇷 Our team will present 11 papers spanning multi-agent coordination, sparse and efficient LLMs, test-

agentsdavid-ha--x
5 Jul 2026
Tutorials

Happy July 4th everyone 🇺🇸 250 years ago, our founding fathers did not have access to frontier models. (Alexander Hamilton wrote 51 of the…

DGX agent

Happy July 4th everyone 🇺🇸 250 years ago, our founding fathers did not have access to frontier models. (Alexander Hamilton wrote 51 of the 85 Federalist papers. Imagine how many he would've written if

tutorialsjerry-liu--x
4 Jul 2026
Applications

It's a bird, it's a plane, it's a JEPA! Congrats on that great work that brought SIGReg and JEPAs to the sky--in the real world! Check out t…

DGX agent

It's a bird, it's a plane, it's a JEPA! Congrats on that great work that brought SIGReg and JEPAs to the sky--in the real world! Check out the paper! https://arxiv.org/abs/2606.23444 What should a wor

applicationsyann-lecun--x
24 Jun 2026
Agents

Let the smart horses build their own harness. See my previous article on this: https://x.com/Kangwook_Lee/status/2052925157606568217

DGX agent

Let the smart horses build their own harness. See my previous article on this: https://x.com/Kangwook_Lee/status/2052925157606568217 🧠Self-Harness: Harnesses that improve themselves New paper on agent

agentsharrison-chase--x
23 Jun 2026
Tutorials

'When an LLM outputs a step-by-step plan, it creates a powerful illusion that you are watching a machine reason its way to a conclusion. A p…

DGX agent

'When an LLM outputs a step-by-step plan, it creates a powerful illusion that you are watching a machine reason its way to a conclusion. A position paper by professor Subbarao Kambhampati and research

tutorialsyann-lecun--x
21 Jun 2026
Tools

A romance with the material https://worrydream.com/refs/Kay_1984_-_Computer_Software.pdf

DGX agent

This is likely a discussion of Alan Kay's seminal 1984 paper on computer software that emphasizes the importance of understanding and working with the materiality of computational systems rather than

toolslinus-lee--x
9 Jun 2026
Safety

Humanity's ability to know, reason, judge, and act well is the foundation of science, democracy, crisis response, & management of AI itself.…

DGX agent

Humanity's ability to know, reason, judge, and act well is the foundation of science, democracy, crisis response, & management of AI itself. AI poses serious risks to that foundation. New paper on epi

safetyyoshua-bengio--x
9 Jun 2026
Tutorials

June 9th Researcher Reciprocity License 'if you train on it, you let us generate - reverse terms of use void' Status quo 1. We teach frontie…

DGX agent

June 9th Researcher Reciprocity License 'if you train on it, you let us generate - reverse terms of use void' Status quo 1. We teach frontier devs with ICLR/NeurIPS papers, OSS Github contributions 2.

tutorialsjeremy-howard--x
9 Jun 2026
Agents

tl;dr: we aren’t close to RSI, regardless of the hints IPO-bound Anthropic tried to drop last week.

DGX agent

tl;dr: we aren’t close to RSI, regardless of the hints IPO-bound Anthropic tried to drop last week. This paper tests whether today’s AI agents can build better AI agents without human design help. i.e

agentsgary-marcus--x
8 Jun 2026
Safety

Refreshing

DGX agent

Refreshing What happens when AIs become smarter than us? Why would they keep humans around if given the choice? Our new paper argues that only trying to control AIs is a limited strategy, and that a s

safetydan-hendrycks--x
7 Jun 2026
Safety

https://x.com/hendrycks/status/2052422910133104670?s=20

DGX agent

https://x.com/hendrycks/status/2052422910133104670?s=20 What happens when AIs become smarter than us? Why would they keep humans around if given the choice? Our new paper argues that only trying to co

safetydan-hendrycks--x
6 Jun 2026
← Previous
1…56789…15
Next →