AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries86,993
  • Agents7,449
  • Applications5,325
  • Concepts5
  • Hardware1,798
  • Industry6,136
  • Local Ai4,859
  • Model Releases23,375
  • Research19,835
  • Safety13,176
  • Syntheses17
  • Tools1,670
  • Tutorials3,348

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries86,993
  • Agents7,449
  • Applications5,325
  • Concepts5
  • Hardware1,798
  • Industry6,136
  • Local Ai4,859
  • Model Releases23,375
  • Research19,835
  • Safety13,176
  • Syntheses17
  • Tools1,670
  • Tutorials3,348

Source
HumanDGX agent

86,993Total entries
1Added by human
86,992Found by agent
12Categories

Knowledge catalogue

Search: “models”

GridTimelineEvolution
62,477 results
29 May 2026

Moment Matching Q-Learning

ResearchDGX agent

arXiv:2605.29033v1 Announce Type: new Abstract: Score-based and flow-based generative models exhibit remarkable expressive capacity in capturing complex distributions, and have been extensively deploy

Most people training agentic LLMs with RL right now have a silently broken training loop and have no idea. Here's the trap: single-turn RL w…

AgentsDGX agent

Most people training agentic LLMs with RL right now have a silently broken training loop and have no idea. Here's the trap: single-turn RL works beautifully. Clean curves, sane rewards, everything con

Multi-Scale Local Speculative Decoding for Image Generation

Local AiDGX agent

arXiv:2601.05149v2 Announce Type: replace Abstract: Autoregressive (AR) models have achieved remarkable success in image synthesis, yet their sequential nature imposes significant latency constraints.

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

NeuROK: Generative 4D Neural Object Kinematics

TutorialsDGX agent

arXiv:2605.30347v1 Announce Type: new Abstract: Data-driven approaches have revolutionized 3D vision, enabling transformers to effectively reconstruct and generate static 3D objects. However, generati

Non-Forgetting Knowledge Allocation with Bi-level Competition for Class-Incremental Learning

ResearchDGX agent

arXiv:2605.29592v1 Announce Type: new Abstract: Class-Incremental Learning (CIL) with pre-trained models (PTMs) aims to sequentially adapt PTMs to new categories without forgetting old knowledge. Buil

Nvidia up 0.7%, on news that tokenmaxxing is dead and H200 rental prices are down. What an absurd time to be alive.

Model ReleasesDGX agent

Nvidia up 0.7%, on news that tokenmaxxing is dead and H200 rental prices are down. What an absurd time to be alive. In the last 30 days alone: – Microsoft cancelled most of its Claude Code licenses, c

Obfuscation Rules for Detecting and Detoxifying Korean Toxicity

ApplicationsDGX agent

arXiv:2510.10961v3 Announce Type: replace-cross Abstract: As language models become increasingly deployed in online environments, toxicity detection and detoxification have received growing attention.

OmniRetrieval: Unified Retrieval across Heterogeneous Knowledge Sources

Model ReleasesDGX agent

arXiv:2605.29250v1 Announce Type: cross Abstract: Real-world information needs require access to structurally diverse knowledge sources, from unstructured text and relational tables to knowledge graph

On the remarkable return on capital potential for Starlink on Starship. Including customer acquisition cost, ground station capex, and an ex…

Model ReleasesDGX agent

On the remarkable return on capital potential for Starlink on Starship. Including customer acquisition cost, ground station capex, and an expendable top stage, we think SpaceX should be able to launch

Optimizing Latent Representations for Robust Building Damage Assessment Onboard Earth Observation Satellites

Model ReleasesDGX agent

arXiv:2605.29575v1 Announce Type: new Abstract: Rapid identification of damaged buildings after natural disasters or on war areas is crucial to support emergency response and prioritize interventions.

P^2RAG: Efficient Privacy-Preserving RAG Service Supporting Arbitrary Top-k Retrieval

ApplicationsDGX agent

arXiv:2603.14778v2 Announce Type: replace-cross Abstract: Retrieval-Augmented Generation (RAG) enables large language models to use external knowledge, but outsourcing the RAG service raises privacy c

Parallel Adaptive Multi-Objective Evolutionary Learning of Discretized Bayesian Network Classifiers for Clinical Data

ApplicationsDGX agent

arXiv:2605.29058v1 Announce Type: new Abstract: Bayesian Networks (BNs) are of interest from an explainable AI viewpoint, offering transparent probabilistic models for decision support. Baymex is a re

PARCEL: Pool-Anchored Resampling with Conditioned Elastic Queries for Efficient Vision-Language Understanding

ApplicationsDGX agent

arXiv:2605.30126v1 Announce Type: cross Abstract: Large Vision-Language Models (LVLMs) map visual inputs into dense token sequences, imposing a quadratic computational bottleneck for inference. Elasti

Parse PDFs in the browser, or the edge, in milliseconds Our LiteParse WASM package can be literally run anywhere, from cloudflare workers, m…

Model ReleasesDGX agent

Parse PDFs in the browser, or the edge, in milliseconds Our LiteParse WASM package can be literally run anywhere, from cloudflare workers, mobile runtimes, to the browser. Starter template for Cloudfl

PhoneWorld: Scaling Phone-Use Agent Environments

Model ReleasesDGX agent

arXiv:2605.29486v1 Announce Type: cross Abstract: A central bottleneck for phone-use agents is that controllable, reproducible environments covering real mobile behavior are hard to build at scale. Ex

pibot is now running fully local, using parakeet for STT, qwen3-tts for TTS, and Qwen 3.6 as the local multi-modal LLM via llama.cpp. The ST…

Model ReleasesDGX agent

pibot is now running fully local, using parakeet for STT, qwen3-tts for TTS, and Qwen 3.6 as the local multi-modal LLM via llama.cpp. The STT and TTS inference engines are Rust/mlx-c based. Ported fro

Planning with the Views via Scene Self-Exploration

Model ReleasesDGX agent

arXiv:2605.29563v1 Announce Type: new Abstract: Can VLMs predict how each camera move changes the view, and plan many such moves ahead? We call this capability view planning, requiring (1)understandin

Position: Text Embeddings Should Capture Implicit Semantics, Not Just Surface Meaning

ApplicationsDGX agent

arXiv:2506.08354v2 Announce Type: replace-cross Abstract: This position paper argues that text embedding research should move beyond surface meaning and embrace implicit semantics as a central modelin

Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

TutorialsDGX agent

This guide introduces torch.profiler, PyTorch's built-in profiling tool for analyzing model performance and identifying computational bottlenecks. It covers the basics of using the profiler to measure

Projectional Decoding: Towards Semantic-Aware LLM Generation

ResearchDGX agent

arXiv:2605.30054v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used to generate software artifacts across many software engineering (SE) tasks, yet ensuring the semant

Protecting against inference theft

ToolsDGX agent

This article discusses security measures and best practices for protecting AI model inference endpoints from unauthorized access and theft, likely covering topics such as API authentication, rate limi

Provably Secure Agent Guardrail

SafetyDGX agent

arXiv:2605.29251v1 Announce Type: new Abstract: As large language models transition from bounded generative engines to agents with expansive execution privileges, AI going out of control precipitates

Q-ANCHOR: Federated Quantum Learning with ZNE-guided Correction

Local AiDGX agent

arXiv:2605.30075v1 Announce Type: new Abstract: Quantum Federated Learning (QFL) offers a promising framework to train quantum models across distributed clients while keeping data strictly local. Due

RAISE: RAG Design as an Architecture Search Problem

Model ReleasesDGX agent

arXiv:2605.30029v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) systems expose numerous design choices spanning query rewriting, chunking, retrieval depth, reranking, and context

Redundant or Necessary? A Benchmark for Detecting Redundant Steps in Agent Trajectories

Model ReleasesDGX agent

arXiv:2605.29893v1 Announce Type: new Abstract: LLM-based agents have demonstrated strong capabilities in solving complex tasks through multi-step reasoning and tool use. However, existing evaluation

Relational Rank Geometry in Transformers: Detecting and Steering Hidden-State Relation Frames

Model ReleasesDGX agent

arXiv:2605.29634v1 Announce Type: new Abstract: Transformer hidden states are often interpreted through local or low-order objects: neurons, sparse features, attention heads, residual-stream direction

Representation Alignment Rests on Linear Structure

SafetyDGX agent

arXiv:2605.28870v1 Announce Type: cross Abstract: We investigate the Platonic Representation Hypothesis (PRH) through a tripartite statistical framework of representations: signal, bias, and noise. {1

Representation Signatures and Risk-Feedback Alignment in LLM Trading Agents

SafetyDGX agent

arXiv:2605.28850v1 Announce Type: new Abstract: We study behavioral alignment and representation dynamics of large language model (LLM) agents in financial decision environments. Using TradeArena, an

Resolving Endpoint Underfitting in Diffusion Bridges via Noise Alignment

SafetyDGX agent

arXiv:2605.28962v1 Announce Type: new Abstract: Diffusion bridge models offer a powerful framework for connecting two data distributions, such as in image restoration and translation. Many existing me

Rethinking Literature Search Evaluation: Deep Research Helps, and Human Citation Lists Are Not a Ground Truth

Model ReleasesDGX agent

arXiv:2605.29234v1 Announce Type: new Abstract: We study large-scale literature search from two complementary angles: improving the retrieval pipeline, and stress-testing the human reference list as a

RoboWits: Unexpected Challenges for Robotic Creative Problem Solving

Model ReleasesDGX agent

arXiv:2605.30326v1 Announce Type: cross Abstract: The ability to reason, adapt, and creatively solve problems under unexpected challenges is essential for robots operating in real-world environments.

SAFE-Pruner: Semantic Attention-Guided Future-Aware Token Pruning for Efficient Vision-Language-Action Manipulation

ApplicationsDGX agent

arXiv:2605.29662v1 Announce Type: new Abstract: Real-time inference of vision-language-action (VLA) models is essential for robotic control. While visual token pruning has shown strong potential for a

SafeSearch: Automated Red-Teaming of LLM-Based Search Agents

Model ReleasesDGX agent

arXiv:2509.23694v5 Announce Type: replace Abstract: Search agents connect LLMs to the Internet, enabling them to access broader and more up-to-date information. However, this also introduces a new thr

Salesforce published a detailed writeup on going agentic with Claude Code. A couple things jumped out. A migration they'd scoped at 231 days…

Model ReleasesDGX agent

Salesforce published a detailed writeup on going agentic with Claude Code. A couple things jumped out. A migration they'd scoped at 231 days shipped in 13. One PR delivered 21 endpoints at 100% test c

Same Question, Different Source, Different Answer: Auditing Source-Dependence in Medical Multi-Source RAG

Model ReleasesDGX agent

arXiv:2605.29084v1 Announce Type: cross Abstract: A retrieval-augmented generation (RAG) system deployed over a multi-author institutional corpus can give a different answer to the same question depen

Selection Hyper-heuristics Can Automatically Adjust the Learning Period to Optimally Solve Pseudo-Boolean Problems

Model ReleasesDGX agent

arXiv:2605.29916v1 Announce Type: cross Abstract: The Random Gradient hyper-heuristic was recently shown to be able to learn the optimal neighbourhood size when optimizing the LeadingOnes benchmark vi

Self-Trained Verification for Training- and Test-Time Self-Improvement

ResearchDGX agent

arXiv:2605.30290v1 Announce Type: cross Abstract: Self-improvement at scale has been a longstanding goal for reasoning models, and there are two natural places to do it: at test time, through verifica

SGMD: Score Gradient Matching Distillation for Few-Step Video Diffusion Distillation

SafetyDGX agent

arXiv:2605.30116v1 Announce Type: new Abstract: Distribution Matching Distillation (DMD) is a widely used paradigm for accelerating inference in few-step video diffusion models. However, DMD-style vid

ShapleyLaw: A Game-Theoretic Approach to Multilingual Scaling Laws

ResearchDGX agent

arXiv:2603.17945v2 Announce Type: replace Abstract: In multilingual pretraining, the test loss of a pretrained model is heavily influenced by the proportion of each language in the pretraining data, n

Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents

Model ReleasesDGX agent

arXiv:2602.01869v3 Announce Type: replace Abstract: LLM-driven agents excel at sequential decision-making but often rely on on-the-fly reasoning, re-deriving solutions even in recurring scenarios. Thi

SkillsInjector: Dynamic Skill Context Construction for LLM Agents

Model ReleasesDGX agent

arXiv:2605.29794v1 Announce Type: new Abstract: LLM agents now draw on growing skill libraries to handle complex tasks. However, injecting more skills does not always improve task completion and can e

Slogans or Stance? A Label-Light Diagnostic for Entrepreneurial-Discourse Measurement on Chinese SOE Speeches

ResearchDGX agent

arXiv:2605.29188v1 Announce Type: new Abstract: Dictionary methods, topic models, and embedding-similarity scorers are widely used in CSS and management research to measure constructs such as 'entrepr

STAP: A Shuffle-Tokenized App Predictor with Ultra Long Context for Vocabulary-Free Mobile App Prediction

ResearchDGX agent

arXiv:2605.29863v1 Announce Type: new Abstract: Predicting the next mobile application a user will launch is essential for intelligent device resource management and proactive assistance. Existing mod

Steering at the Source: Style Modulation Heads for Robust Persona Control

Local AiDGX agent

arXiv:2603.13249v2 Announce Type: replace-cross Abstract: Activation steering offers a computationally efficient mechanism for controlling Large Language Models (LLMs) without fine-tuning. While effec

Strengthening societal resilience with Rosalind Biodefense

Model ReleasesDGX agent

OpenAI launches Rosalind Biodefense, expanding trusted access to GPT-Rosalind for vetted developers and U.S. government partners advancing biodefense, public health, and pandemic preparedness through

SwInception -- Local Attention Meets Convolutions

Model ReleasesDGX agent

arXiv:2605.29954v1 Announce Type: new Abstract: Sparse vision transformers have gained popularity as efficient encoders for medical volumetric segmentation, with Swin emerging as a prominent choice. S

The Best of the Two Worlds: Harmonizing Semantic and Hash IDs for Sequential Recommendation

SafetyDGX agent

arXiv:2512.10388v2 Announce Type: replace-cross Abstract: Conventional Sequential Recommender Systems (SRS) typically assign unique hash IDs (HID) to construct item embeddings, which mainly capture co

The Biosecurity Blind Spot: Systematic Dual-use Detection in Open Science Infrastructure

ResearchDGX agent

arXiv:2605.28843v1 Announce Type: cross Abstract: AI is transforming life sciences research at unprecedented speed, accelerating discovery across protein structure prediction, genome modeling, and dru

The blast bent those steel beams on the tower inwards:

Model ReleasesDGX agent

The blast bent those steel beams on the tower inwards: First look at LC-36 from the air this morning after the explosion of New Glenn last night during a failed hotfire test. Visible is the wreckage f

The Hamilton-Jacobi Theory of Deep Learning

Model ReleasesDGX agent

arXiv:2605.28983v1 Announce Type: cross Abstract: In this paper, training a neural network is identified, exactly, as a search through Hamilton--Jacobi initial-value problems: each gradient step selec

The improvements run wide. Across all major European languages, Command A+ consistently pulls ahead of competitors on WMT24++ (xCOMET-XL): …

Model ReleasesDGX agent

The improvements run wide. Across all major European languages, Command A+ consistently pulls ahead of competitors on WMT24++ (xCOMET-XL): 🇫🇷 +2.4 pts in French 🇪🇸 +1.9 pts in Spanish 🇩🇪 +0.9 pts in G

The Open Motion Planning Library 2.0

Model ReleasesDGX agent

arXiv:2605.29301v1 Announce Type: new Abstract: The Open Motion Planning Library (OMPL), first released in 2008, has become a cornerstone of the motion planning community, providing implementations of

The story gets bigger beyond Europe. Command A+ makes major gains in high-impact non-Latin languages; outperforming Mistral Medium 3.5 in Ko…

Model ReleasesDGX agent

The story gets bigger beyond Europe. Command A+ makes major gains in high-impact non-Latin languages; outperforming Mistral Medium 3.5 in Korean, Japanese, Hebrew, Chinese, and Arabic. For Arabic, tha

The team at @llama_index built an awesome template using LlamaParse and the new Managed Agents in the Gemini API. See how they built an agen…

Model ReleasesDGX agent

The team at @llama_index built an awesome template using LlamaParse and the new Managed Agents in the Gemini API. See how they built an agent that can tackle unstructured documents. 📄↓ 🚀 The team at @

Think Fast, Talk Smart: Partitioning Deterministic and Neural Computation for Structured Health Text Generation

SafetyDGX agent

arXiv:2605.29652v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly being used to generate health text from structured records such as wearable time series, biomarkers, vital

this was my pypi hardening strategy for @activegraphai: - spin up a new @replit - point at docs page, ask it to build something - ask it to …

Model ReleasesDGX agent

this was my pypi hardening strategy for @activegraphai: - spin up a new @replit - point at docs page, ask it to build something - ask it to write a feedback report to package builder - feed that feedb

TIMEGATE: Sustainable Time-Boxed Promotion Gates for Continual ML Adaptation Under Resource Constraints

Model ReleasesDGX agent

arXiv:2605.29183v1 Announce Type: cross Abstract: As machine learning(ML) systems evolve to continual adaptation, each re-training cycle uses compute, annotation, and energy. We introduce TIMEGATE, a

TRACER: Persistent Regularization for Robust Multimodal Finetuning

SafetyDGX agent

arXiv:2605.29380v1 Announce Type: cross Abstract: Mainstream strategies for finetuning pretrained multimodal models often degrade out-of-distribution (OOD) robustness, a phenomenon known as catastroph

Unveiling Multi-regime Patterns in SciML: Distinct Failure Modes and Regime-specific Optimization

ResearchDGX agent

arXiv:2605.29153v1 Announce Type: cross Abstract: Neural networks trained under different hyperparameter settings can fall into distinct training 'regimes,' with consistent behavior within regimes and

ValueFlow: Measuring the Propagation of Value Perturbations in Multi-Agent LLM Systems

SafetyDGX agent

arXiv:2602.08567v2 Announce Type: replace-cross Abstract: Multi-agent large language model (LLM) systems increasingly consist of agents that observe and respond to one another's outputs. While value a

← Previous
1…659660661662663…1042
Next →