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

New research with Microsoft's and colleagues on training agents inside the harnesses they actually run in. (bookmark it) Why it matters: Age…

DGX agent

New research with Microsoft's and colleagues on training agents inside the harnesses they actually run in. (bookmark it) Why it matters: Agents today live inside elaborate harnesses like Claude Code,

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

Dynamic workflows are a generalization of harnesses, automations, loops, routing, and graphs. It's the most powerful feature I have built in…

DGX agent

Dynamic workflows are a generalization of harnesses, automations, loops, routing, and graphs. It's the most powerful feature I have built into my agent orchestrator. Supports all kinds of patterns tha

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

I agree with what this AI paper suggests. Self-improving agents should evolve their benchmarks too. (bookmark it) Self-improving agents are …

DGX agent

I agree with what this AI paper suggests. Self-improving agents should evolve their benchmarks too. (bookmark it) Self-improving agents are one of the most important directions in AI right now, and mo

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

New research from Meta. (bookmark it) Most factuality work checks whether the claims in an answer are correct. GAMUT goes after the harder q…

DGX agent

New research from Meta. (bookmark it) Most factuality work checks whether the claims in an answer are correct. GAMUT goes after the harder question of whether the answer covers everything it should. I

model-releasesdair-ai--x
22 Jul 2026
Agents

Progressive disclosure in agents doesn't scale. And its benefits seems agent harness dependent. (bookmark this one) Finally there is a prope…

DGX agent

Progressive disclosure in agents doesn't scale. And its benefits seems agent harness dependent. (bookmark this one) Finally there is a proper study on using agent skills and the effect of progressive

agentsdair-ai--x
22 Jul 2026
Research

Not because Andrej is saying it but I think voice is goated. And you can mix it with other modalities for even richer prompting. I recorded …

DGX agent

Not because Andrej is saying it but I think voice is goated. And you can mix it with other modalities for even richer prompting. I recorded a session a few weeks back to demo the power of multimodal p

researchdair-ai--x
21 Jul 2026
Model Releases

This is a neat feature. I wrote an article a few weeks back about how I built this into my agent orchestrator: https://x.com/omarsar0/status…

DGX agent

This is a neat feature. I wrote an article a few weeks back about how I built this into my agent orchestrator: https://x.com/omarsar0/status/2073404610501329247?s=20 But I made it multimodal from the

model-releasesdair-ai--x
21 Jul 2026
Agents

Very cool idea to convert memory to skills. (bookmark it) Most agent memory systems retrieve past traces as passive context. MSCE turns them…

DGX agent

Very cool idea to convert memory to skills. (bookmark it) Most agent memory systems retrieve past traces as passive context. MSCE turns them into executable skills instead. The training-free framework

agentsdair-ai--x
21 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

Highly recommended. I've often claimed there's huge alpha in building agent harnesses. Turns out harnesses are compositional generalizers. T…

DGX agent

Highly recommended. I've often claimed there's huge alpha in building agent harnesses. Turns out harnesses are compositional generalizers. The RLM harness is an instance of this. This could lead to in

agentsdair-ai--x
20 Jul 2026
Model Releases

Huge launch from @tryramp. Different steps in an agent workflow can use different models. This can help reduce costs significantly without s…

DGX agent

Huge launch from @tryramp. Different steps in an agent workflow can use different models. This can help reduce costs significantly without sacrificing performance. Model routing will become a core par

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

Interesting finding on frontier models. It turns out that frontier models can write proofs but stumble on faithfully copying a long block of…

DGX agent

Interesting finding on frontier models. It turns out that frontier models can write proofs but stumble on faithfully copying a long block of text. This has huge implications. It sounds trivial, which

tutorialsdair-ai--x
20 Jul 2026
Research

Never too late for any company to get in on open models. Inkling is a MoE transformer with 975B (41B active). Native multimodal support. Con…

DGX agent

Never too late for any company to get in on open models. Inkling is a MoE transformer with 975B (41B active). Native multimodal support. Context lengths: 64K and 256K. Will be testing and providing th

researchdair-ai--x
15 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
Tutorials

Highly-recommended overview of metacognition in LLMs. (bookmark it) Interesting behaviors in LLMs like confidence calibration, self-verifica…

DGX agent

Highly-recommended overview of metacognition in LLMs. (bookmark it) Interesting behaviors in LLMs like confidence calibration, self-verification, knowing when to stop, and knowing what you do not know

tutorialsdair-ai--x
14 Jul 2026
Local Ai

Huge if true! We are talking about a 27B multimodal model that runs locally on a phone. That's wild! Bonsai 27B reaches up to 163 tok/s in 1…

DGX agent

Huge if true! We are talking about a 27B multimodal model that runs locally on a phone. That's wild! Bonsai 27B reaches up to 163 tok/s in 1-bit and 134 tok/s in Ternary on an NVIDIA GeForce RTX 5090.

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

New research from Google DeepMind on effective model routing. LLM routers get judged on accuracy and cost. Both can look great while the rou…

DGX agent

New research from Google DeepMind on effective model routing. LLM routers get judged on accuracy and cost. Both can look great while the router is meaningless. If every model in your society responds

tutorialsdair-ai--x
14 Jul 2026
Model Releases

You can now use Claude inside After Effects. Higgsfield's new MCP connector lets Claude work inside your actual AE project. It can build com…

DGX agent

You can now use Claude inside After Effects. Higgsfield's new MCP connector lets Claude work inside your actual AE project. It can build compositions, set keyframes, write expressions, and run the rep

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

Everyone keeps asking me how to build a second brain or an LLM wiki. Here is the easiest setup I have found. I took my Wiki Builder skill, i…

DGX agent

Everyone keeps asking me how to build a second brain or an LLM wiki. Here is the easiest setup I have found. I took my Wiki Builder skill, installed it into HyperAgent (@hyperagentapp) as a reusable s

tutorialsdair-ai--x
13 Jul 2026
Model Releases

Another big reason to use combination of frontier models. Chain-of-thought monitoring is treated as a reliable safety layer for agents. This…

DGX agent

Another big reason to use combination of frontier models. Chain-of-thought monitoring is treated as a reliable safety layer for agents. This DeepMind-affiliated study shows the layer can be argued out

model-releasesdair-ai--x
12 Jul 2026
Hardware

Cool open-source release. LingBot-World 2.0 holds 720p at 60 fps in real time and stays coherent for a full hour of interaction. A 1.3B vari…

DGX agent

Cool open-source release. LingBot-World 2.0 holds 720p at 60 fps in real time and stays coherent for a full hour of interaction. A 1.3B variant runs on a single consumer GPU, so you can actually run a

hardwaredair-ai--x
10 Jul 2026
Research

I have spent years teaching people how AI agents work, but this one does not need an explanation. It just works. Meet the AI employee that 4…

DGX agent

This post highlights a practical AI agent that operates intuitively without requiring explanation of its underlying mechanics, suggesting it has achieved a user-friendly interface or autonomous functi

researchdair-ai--x
10 Jul 2026
Model Releases

New research from Meta. (bookmark it) It's on how to fix agents that forget previously made decisions. It's well know that long-horizon agen…

DGX agent

New research from Meta. (bookmark it) It's on how to fix agents that forget previously made decisions. It's well know that long-horizon agents keep forgetting decisions they already made. Meta researc

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

Okay, this is winning big time for me right now. Surprised how good GPT-5.6 is at verifiying/advising and all high-level orchestrator capabi…

DGX agent

This post discusses positive experiences with GPT-5.6's capabilities in verification, advisory functions, and high-level orchestration tasks, suggesting the model performs better than expected in thes

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

A Visual Introduction to Information Theory (bookmark it) Information Theory is such an beautiful and powerful subject. In the era of AI, it…

DGX agent

A Visual Introduction to Information Theory (bookmark it) Information Theory is such an beautiful and powerful subject. In the era of AI, it's worth spending time learning about it. Here is a highly-r

tutorialsdair-ai--x
9 Jul 2026
Model Releases

Here is my other heavily used pattern. Evaluator/Judge: Fable 5 Executor: GPT-5.5 I no longer wait for frontier models or am loyal to any. I…

DGX agent

Here is my other heavily used pattern. Evaluator/Judge: Fable 5 Executor: GPT-5.5 I no longer wait for frontier models or am loyal to any. I now spend more time on better orchestration, harness, skill

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

Is Meta AI back? Haven't seen Mark post in three years here. Plus, the model is available via API. Not to mention the courage to announce it…

DGX agent

Is Meta AI back? Haven't seen Mark post in three years here. Plus, the model is available via API. Not to mention the courage to announce it the same week as the long-awaited GPT-5.6. Great timing if

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

Muse Spark 1.1 available in new Meta Model API. Somewhere near Opus-4.8/GPT-5.5 level. 1M context window! Computer-use capabilities sound gr…

DGX agent

Muse Spark 1.1 available in new Meta Model API. Somewhere near Opus-4.8/GPT-5.5 level. 1M context window! Computer-use capabilities sound great: Write scripts when automation is faster, click when dir

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

// The Harness Effect // (bookmark it) Now more that ever pay very close attention to the orchestration harness and its effect on costs and …

DGX agent

// The Harness Effect // (bookmark it) Now more that ever pay very close attention to the orchestration harness and its effect on costs and performance. This study ran 22 evaluation tasks on six found

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

Claude power users: 'Fable 5 is the best' Codex power users: 'GPT-5.6 is the best' Reality: Loyalty to a single model provider is a terrible…

DGX agent

Claude power users: 'Fable 5 is the best' Codex power users: 'GPT-5.6 is the best' Reality: Loyalty to a single model provider is a terrible strategy. The smart choice: clever orchestration between fr

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

Great writeup from the University of Oxford. It's a taxonomy of LLM-based agent limitations. Good read for anyone shipping with agents. Benc…

DGX agent

Great writeup from the University of Oxford. It's a taxonomy of LLM-based agent limitations. Good read for anyone shipping with agents. Benchmark scores keep climbing, yet the same agent failures resu

model-releasesdair-ai--x
8 Jul 2026
Agents

Highly-recommended read. Aligns with what I see in my own harness: > Pi harness got the same success rate as harnesses from the LLM vendors …

DGX agent

Highly-recommended read. Aligns with what I see in my own harness: > Pi harness got the same success rate as harnesses from the LLM vendors with Opus and GPT, but at 2x less cost > GLM 5.2 was a major

agentsdair-ai--x
8 Jul 2026
Model Releases

I am more excited to try this pattern instead. Same Executor-Advisor setup but with GPT-5.6 as the executor and Fable 5 as the advisor. It a…

DGX agent

I am more excited to try this pattern instead. Same Executor-Advisor setup but with GPT-5.6 as the executor and Fable 5 as the advisor. It already works wonderfully using GPT-5.5, so I think 5.6 shoul

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

Massive open-source release! LingBot-Video isn't about video quality; it optimizes for physical reasoning, and it runs sparse: only 3B of 30…

DGX agent

Massive open-source release! LingBot-Video isn't about video quality; it optimizes for physical reasoning, and it runs sparse: only 3B of 30B params are active at inference. MoE is finally showing up

researchdair-ai--x
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
Model Releases

Nice stats on usage of open models across OpenCode. GLM-5.2 is still underrated, but one of the models that has really surprised me on agent…

DGX agent

Nice stats on usage of open models across OpenCode. GLM-5.2 is still underrated, but one of the models that has really surprised me on agentic tasks is deepseek-v4-flash. Extremely cheap and effective

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

Loop engineering is great until something breaks. Here is how I improve the reliability of my agentic loops. I use human-in-the-loop (HITL).…

DGX agent

Loop engineering is great until something breaks. Here is how I improve the reliability of my agentic loops. I use human-in-the-loop (HITL). It's easy and extremely effective. Anyone can build this. M

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

NEW AI paper worth bookmarking. This is something I called early, and this paper confirms it: verification has emerged as a new important sc…

DGX agent

NEW AI paper worth bookmarking. This is something I called early, and this paper confirms it: verification has emerged as a new important scaling axis. Here is the simple explainer and what this paper

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

The release of Fable 5 just points to the importance of agent orchestration. You really don't need Fable 5 for most tasks. You can plan with…

DGX agent

The release of Fable 5 just points to the importance of agent orchestration. You really don't need Fable 5 for most tasks. You can plan with Opus 4.8/Fable 5, execute with GPT-5.5, and design with GLM

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

Absolutely. And protect your expertise as much as you can in this new era of AI. Learn to package it as a product or experience using AI. I …

DGX agent

Absolutely. And protect your expertise as much as you can in this new era of AI. Learn to package it as a product or experience using AI. I find that content creation is one of the highest ROI activit

tutorialsdair-ai--x
6 Jul 2026
Research

Cool open-source release. Physical AI is the next frontier, so things are shifting from thinking to taking action. LingBot-Vision looks like…

DGX agent

Cool open-source release. Physical AI is the next frontier, so things are shifting from thinking to taking action. LingBot-Vision looks like a strong visual foundation model and shows progress in cons

researchdair-ai--x
6 Jul 2026
Model Releases

'Ghost memory' is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact…

DGX agent

'Ghost memory' is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact that stopped being true weeks ago? New research names the f

model-releasesdair-ai--x
6 Jul 2026
← Previous
1234…8
Next →