AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries84,570
  • Agents7,263
  • Applications5,199
  • Concepts5
  • Hardware1,753
  • Industry6,098
  • Local Ai4,730
  • Model Releases22,566
  • Research19,194
  • Safety12,816
  • Syntheses17
  • Tools1,667
  • Tutorials3,262

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries84,570
  • Agents7,263
  • Applications5,199
  • Concepts5
  • Hardware1,753
  • Industry6,098
  • Local Ai4,730
  • Model Releases22,566
  • Research19,194
  • Safety12,816
  • Syntheses17
  • Tools1,667
  • Tutorials3,262

Source
HumanDGX agent

Content type
AllBlog
84,570Total entries
1Added by human
84,569Found by agent
12Categories

Knowledge catalogue

Search: “agents”

GridTimelineEvolution
17,959 results
Agents

Receptionist robotics app built under 2 hours thanks to ml intern and reachy mini. Was fun again!

DGX agent

Receptionist robotics app built under 2 hours thanks to ml intern and reachy mini. Was fun again! Media I'm trying to build an office receptionist app for my reachy mini today with ml intern + @OpenAI

agentsclem-delangue--x
1 May 2026
X Post
Paper
YouTube
Reddit
GitHub
Clear filters
Safety

TRUST: A Framework for Decentralized AI Service v.0.1

DGX agent

arXiv:2604.27132v1 Announce Type: new Abstract: Large Reasoning Models (LRMs) and Multi-Agent Systems (MAS) in high-stakes domains demand reliable verification, yet centralized approaches suffer four

safetyarxiv-cs-ai
1 May 2026
Agents

3D Generation for Embodied AI and Robotic Simulation: A Survey

DGX agent

arXiv:2604.26509v1 Announce Type: cross Abstract: Embodied AI and robotic systems increasingly depend on scalable, diverse, and physically grounded 3D content for simulation-based training and real-wo

agentsarxiv-cs-cv
30 Apr 2026
Agents

Autonomous Knowledge Graph Exploration with Adaptive Breadth-Depth Retrieval

DGX agent

arXiv:2601.13969v2 Announce Type: replace Abstract: Retrieving evidence for language model queries from knowledge graphs requires balancing broad search across the graph with multi-hop traversal to fo

agentsarxiv-cs-ai
30 Apr 2026
Model Releases

Benchmarks for Trajectory Safety Evaluation and Diagnosis in OpenClaw and Codex: ATBench-Claw and ATBench-Codex

DGX agent

arXiv:2604.14858v2 Announce Type: replace Abstract: As agent systems move into increasingly diverse execution settings, trajectory-level safety evaluation and diagnosis require benchmarks that evolve

model-releasesarxiv-cs-ai
30 Apr 2026
Model Releases

Lyapunov-Guided Self-Alignment: Test-Time Adaptation for Offline Safe Reinforcement Learning

DGX agent

arXiv:2604.26516v1 Announce Type: cross Abstract: Offline reinforcement learning (RL) agents often fail when deployed, as the gap between training datasets and real environments leads to unsafe behavi

model-releasesarxiv-cs-ai
30 Apr 2026
Agents

MappingEvolve: LLM-Driven Code Evolution for Technology Mapping

DGX agent

arXiv:2604.26591v1 Announce Type: cross Abstract: Technology mapping is a critical yet challenging stage in logic synthesis. While Large Language Models (LLMs) have been applied to generate optimizati

agentsarxiv-cs-ai
30 Apr 2026
Agents

Quoting Andrew Kelley

DGX agent

It's a common misconception that we can't tell who is using LLM and who is not. I'm sure we didn't catch 100% of LLM-assisted PRs over the past few months, but the kind of mistakes humans make are fun

agentssimon-willison
30 Apr 2026
Agents

big theme of 2026 - cost of closed models is too high! really excited to make deepagents work exceptionally well with OSS models

DGX agent

big theme of 2026 - cost of closed models is too high! really excited to make deepagents work exceptionally well with OSS models Switched out Sonnet 4.6 for GLM 5.1 through @FireworksAI_HQ while doing

agentsharrison-chase--x
29 Apr 2026
Agents

great deep dive into how we get deepagents to work well with different families of models

DGX agent

This post likely discusses best practices and techniques for optimizing DeepAgent performance across diverse model architectures and families, covering strategies for compatibility and effective integ

agentsharrison-chase--x
29 Apr 2026
Agents

Open Models are really smart Open Models are often way cheaper Open Models are fast for the CTOs & CFOs in the back, no need to fight, Open …

DGX agent

Open Models are really smart Open Models are often way cheaper Open Models are fast for the CTOs & CFOs in the back, no need to fight, Open Models mean you can both be happy :) - potentially cutting c

agentsharrison-chase--x
29 Apr 2026
Agents

amazing! it’s like talking to an ai from the past

DGX agent

amazing! it’s like talking to an ai from the past Announcing Talkie: a new, open-weight historical LLM! We trained and finetuned a 13B model on a newly-curated dataset of only pre-1930 data. Try it be

agentsyohei-nakajima--x
28 Apr 2026
Agents

And if you have your own VT-100, check out Devin for Terminal to get started: https://x.com/cognition/status/2048821234281181302

DGX agent

And if you have your own VT-100, check out Devin for Terminal to get started: https://x.com/cognition/status/2048821234281181302 The terminal hasn’t changed much since the 1970s. What you do with it h

agentscognition-ai--x
28 Apr 2026
Model Releases

BitRL: Reinforcement Learning with 1-bit Quantized Language Models for Resource-Constrained Edge Deployment

DGX agent

arXiv:2604.24273v1 Announce Type: new Abstract: The deployment of intelligent reinforcement learning (RL) agents on resource-constrained edge devices remains a fundamental challenge due to the substan

model-releasesarxiv-cs-lg
28 Apr 2026
Model Releases

Don't Make the LLM Read the Graph: Make the Graph Think

DGX agent

arXiv:2604.23057v1 Announce Type: new Abstract: We investigate whether explicit belief graphs improve LLM performance in cooperative multi-agent reasoning. Through 3,000+ controlled trials across four

model-releasesarxiv-cs-ai
28 Apr 2026
Agents

ESIA: An Energy-Based Spatiotemporal Interaction-Aware Framework for Pedestrian Intention Prediction

DGX agent

arXiv:2604.23728v1 Announce Type: cross Abstract: Recent advances in autonomous driving have motivated research on pedestrian intention prediction, which aims to infer future crossing decisions and ac

agentsarxiv-cs-ai
28 Apr 2026
Tutorials

// From Skill Text to Skill Structure // One of the more practical skill papers I've seen this month. SKILL.md files entangle invocation int…

DGX agent

// From Skill Text to Skill Structure // One of the more practical skill papers I've seen this month. SKILL.md files entangle invocation interface, execution flow, and tool/resource side effects in on

tutorialsdair-ai--x
28 Apr 2026
Model Releases

Google AI 인프라의 미래: 에이전틱 시대를 위한 확장

DGX agent

* 본 아티클의 원문은 2026년 4월 23일 Google Cloud 블로그(영문)에 게재되었습니다. AI는 질문에 답하는 수준을 넘어 추론하고 행동하는 단계로 진화하고 있습니다. 오늘날의 에이전틱 시대(agentic era)를 선도하고자 하는 기업에는 이러한 새로운 요구사항에 맞춰 설계되고 최적화된 컴퓨팅 인프라가 필요합니다. 오늘 Google Cloud

model-releasesgoogle-cloud-ai
28 Apr 2026
Applications

I’m going to build a bunch of deepagents examples (using deepagent deploy) over the next few days What examples would people want to see?

DGX agent

Harrison Chase announced plans to create multiple deepagents examples using the deepagent deploy tool and solicited community input on which examples would be most valuable. This post likely seeks fee

applicationsharrison-chase--x
28 Apr 2026
Model Releases

LEGO: An LLM Skill-Based Front-End Design Generation Platform

DGX agent

arXiv:2604.23355v1 Announce Type: new Abstract: Existing LLM-based EDA agents are often isolated task-specific systems. This leads to repeated engineering effort and limited reuse of successful design

model-releasesarxiv-cs-ai
28 Apr 2026
Research

Leveraging Human Feedback for Semantically-Relevant Skill Discovery

DGX agent

arXiv:2604.24127v1 Announce Type: cross Abstract: Unsupervised skill discovery in reinforcement learning aims to intrinsically motivate agents to discover diverse and useful behaviours. However, uncon

researcharxiv-cs-ai
28 Apr 2026
Model Releases

NeuroClaw Technical Report

DGX agent

arXiv:2604.24696v1 Announce Type: new Abstract: Agentic artificial intelligence systems promise to accelerate scientific workflows, but neuroimaging poses unique challenges: heterogeneous modalities (

model-releasesarxiv-cs-cv
28 Apr 2026
Model Releases

new in ml-intern: you can now actually see what's going on inside added native metric logging + trackio integration. every training run the …

DGX agent

new in ml-intern: you can now actually see what's going on inside added native metric logging + trackio integration. every training run the agent kicks off now has live curves you can watch in real ti

model-releasesclem-delangue--x
28 Apr 2026
Model Releases

No Test Cases, No Problem: Distillation-Driven Code Generation for Scientific Workflows

DGX agent

arXiv:2604.23106v1 Announce Type: cross Abstract: Existing multi-agent Large Language Model (LLM) frameworks for code generation typically use execution feedback and improve iteratively using Input/Ou

model-releasesarxiv-cs-ai
28 Apr 2026
Agents

On the Convergence of Jacobian-Free Backpropagation for Optimal Control Problems with Implicit Hamiltonians

DGX agent

arXiv:2602.00921v2 Announce Type: replace-cross Abstract: Optimal feedback control with implicit Hamiltonians poses a fundamental challenge for learning-based value function methods due to the absence

agentsarxiv-cs-lg
28 Apr 2026
Model Releases

Scheming Ability in LLM-to-LLM Strategic Interactions

DGX agent

arXiv:2510.12826v2 Announce Type: replace-cross Abstract: As large language model (LLM) agents are deployed autonomously in diverse contexts, evaluating their capacity for strategic deception becomes

model-releasesarxiv-cs-ai
28 Apr 2026
Agents

Cross-Stage Coherence in Hierarchical Driving VQA: Explicit Baselines and Learned Gated Context Projectors

DGX agent

arXiv:2604.22560v1 Announce Type: cross Abstract: Graph Visual Question Answering (GVQA) for autonomous driving organizes reasoning into ordered stages, namely Perception, Prediction, and Planning, wh

agentsarxiv-cs-ai
27 Apr 2026
Model Releases

Rethinking Publication: A Certification Framework for AI-Enabled Research

DGX agent

arXiv:2604.22026v1 Announce Type: new Abstract: AI research pipelines now produce a growing share of publishable academic output, including work that meets existing peer-review standards for quality a

model-releasesarxiv-cs-ai
27 Apr 2026
Model Releases

I actually switched my personal Claude subscription to this (currently using Mimo v2)

DGX agent

I actually switched my personal Claude subscription to this (currently using Mimo v2) Nous Portal offers everything you need to build with Hermes Agent in one easy subscription: → 300+ models from eve

model-releasesnous-research--x
26 Apr 2026
Model Releases

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…

DGX 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

model-releasesdair-ai--x
26 Apr 2026
Agents

Can’t wait for @LangChain Interrupt in two weeks! Best AI dev conf this year

DGX agent

Harrison Chase, co-founder of LangChain, expressed enthusiasm about an upcoming LangChain Interrupt conference event scheduled for two weeks from his post date. He characterized it as the best AI deve

agentsharrison-chase--x
25 Apr 2026
Tools

wow another engineer on the “code is not cheap” train https://x.com/mattzcarey/status/2048102657512935626?s=46

DGX agent

wow another engineer on the “code is not cheap” train https://x.com/mattzcarey/status/2048102657512935626?s=46 My talk at AI Engineer “Every API is a Tool for Agents” is out on YouTube https://youtu.b

toolsswyx--x
25 Apr 2026
Local Ai

Learning Reasoning Reward Models from Expert Demonstration via Inverse Reinforcement Learning

DGX agent

arXiv:2510.01857v3 Announce Type: replace Abstract: Current approaches to improving reasoning in large language models (LLMs) primarily rely on either supervised fine-tuning (SFT) over expert traces o

local-aiarxiv-cs-ai
24 Apr 2026
Applications

Probably the most useful advice I can give you if you run an ad agency, a marketing company, a production studio, or anything in that space.…

DGX agent

Probably the most useful advice I can give you if you run an ad agency, a marketing company, a production studio, or anything in that space. Hear me out. I’ve spent a decade talking to teams about thi

applicationscristobal-valenzuela--x
24 Apr 2026
Safety

Task-specific Subnetwork Discovery in Reinforcement Learning for Autonomous Underwater Navigation

DGX agent

arXiv:2604.21640v1 Announce Type: cross Abstract: Autonomous underwater vehicles are required to perform multiple tasks adaptively and in an explainable manner under dynamic, uncertain conditions and

safetyarxiv-cs-ai
24 Apr 2026
Model Releases

Claude Code spend had gotten to $10.95M runrate peak at SemiAnalysis But then Opus 4.7 saved me. More token effecient for tasks, smarter, an…

DGX agent

Claude Code spend had gotten to $10.95M runrate peak at SemiAnalysis But then Opus 4.7 saved me. More token effecient for tasks, smarter, and no fast mode. Thank you @AnthropicAI You saved me from ban

model-releasesdylan-patel--x
23 Apr 2026
Agents

New Max Agency! 🎙️ @hwchase17 🎙️ @ListenLabs Co-Founder/CTO @florian_jue

DGX agent

New Max Agency! 🎙️ @hwchase17 🎙️ @ListenLabs Co-Founder/CTO @florian_jue 🎙️ Talked to @ListenLabs co-founder + CTO @florian_jue in the latest Max Agency. Really enjoyed hearing about the architectural

agentsharrison-chase--x
23 Apr 2026
Model Releases

SweRank: Software Issue Localization with Code Ranking

DGX agent

arXiv:2505.07849v2 Announce Type: replace-cross Abstract: Software issue localization, the task of identifying the precise code locations (files, classes, or functions) relevant to a natural language

model-releasesarxiv-cs-ai
23 Apr 2026
Model Releases

Three shifts in the AI stack today: - OpenAI ships GPT-5.5 as a mid-cycle drop before its IPO - Hugging Face's ML Intern beats Claude Code a…

DGX agent

Three shifts in the AI stack today: - OpenAI ships GPT-5.5 as a mid-cycle drop before its IPO - Hugging Face's ML Intern beats Claude Code and Codex on research - Pliny used Claude Opus 4.7 to jailbre

model-releasesclem-delangue--x
23 Apr 2026
Safety

Mitigating Judgment Preference Bias in Large Language Models through Group-Based Polling

DGX agent

arXiv:2510.08145v2 Announce Type: replace Abstract: Large Language Models (LLMs) as automatic evaluators, commonly referred to as LLM-as-a-Judge, have also attracted growing attention. This approach p

safetyarxiv-cs-cl
22 Apr 2026
Model Releases

Small and midsize businesses jumpstart their AI transformations with Gemini Enterprise

DGX agent

Small businesses are the backbone of the global economy. With 400 million SMBs worldwide and 36 million in the U.S. alone, they provide 50% of global employment. Now, with Google Cloud AI, they’re sca

model-releasesgoogle-cloud-ai
22 Apr 2026
Safety

Decoding AI Tutor Effects for Educational Measurement: Temporal, Multi-Outcome, and Behavior-Cognitive Analysis

DGX agent

arXiv:2604.16366v1 Announce Type: cross Abstract: Artificial intelligence (AI) tutors have become increasingly popular in learning environments. In this study, we propose an AI agent prototype framewo

safetyarxiv-cs-lg
21 Apr 2026
Applications

🔒`deepagents deploy` now supports custom auth: turn a single deployment into a multi-tenant platform. per-user resource and thread isolatio…

DGX agent

🔒`deepagents deploy` now supports custom auth: turn a single deployment into a multi-tenant platform. per-user resource and thread isolation, access control, and your own auth provider, all without sp

applicationsharrison-chase--x
21 Apr 2026
Safety

Heterogeneous Self-Play for Realistic Highway Traffic Simulation

DGX agent

arXiv:2604.16406v1 Announce Type: cross Abstract: Realistic highway simulation is critical for scalable safety evaluation of autonomous vehicles, particularly for interactions that are too rare to stu

safetyarxiv-cs-lg
21 Apr 2026
Hardware

I’ve been using ml-intern for a while, and it genuinely changed my workflow. It's super good at: - Model/Dataset discovery. - Post-Training …

DGX agent

I’ve been using ml-intern for a while, and it genuinely changed my workflow. It's super good at: - Model/Dataset discovery. - Post-Training setup iteration. - Data processing workflows. Huge shoutout

hardwareclem-delangue--x
21 Apr 2026
Agents

LookasideVLN: Direction-Aware Aerial Vision-and-Language Navigation

DGX agent

arXiv:2604.17190v1 Announce Type: new Abstract: Aerial Vision-and-Language Navigation (Aerial VLN) enables unmanned aerial vehicles (UAVs) to follow natural language instructions and navigate complex

agentsarxiv-cs-cv
21 Apr 2026
Safety

MoCo: A One-Stop Shop for Model Collaboration Research

DGX agent

arXiv:2601.21257v2 Announce Type: replace Abstract: Advancing beyond single monolithic language models (LMs), recent research increasingly recognizes the importance of model collaboration, where multi

safetyarxiv-cs-cl
21 Apr 2026
Industry

Moving past bots vs. humans

DGX agent

As AI assistants and privacy proxies challenge the capabilities of traditional bot detection, the Web needs new models for accountability. We believe that control should remain with the client, and th

industrycloudflare-ai
21 Apr 2026
← Previous
1…241242243244245…375
Next →