AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries84,619
  • Agents7,270
  • Applications5,200
  • Concepts5
  • Hardware1,757
  • Industry6,100
  • Local Ai4,731
  • Model Releases22,595
  • Research19,194
  • Safety12,820
  • Syntheses17
  • Tools1,668
  • Tutorials3,262

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries84,619
  • Agents7,270
  • Applications5,200
  • Concepts5
  • Hardware1,757
  • Industry6,100
  • Local Ai4,731
  • Model Releases22,595
  • Research19,194
  • Safety12,820
  • Syntheses17
  • Tools1,668
  • Tutorials3,262

Source
HumanDGX agent

Content type
84,619Total entries
1Added by human
84,618Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
84,618 results
Model Releases

🚨ASI/AGI is imminent fans don’t realize that they ALREADY lost the argument around Astra. My argument (spelled out in detail in my Substack…

DGX agent

🚨ASI/AGI is imminent fans don’t realize that they ALREADY lost the argument around Astra. My argument (spelled out in detail in my Substack today) was that Astra was unlikely to be the dramatic leap f

model-releasesgary-marcus--x
3 Aug 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

Ask anything, anonymously. Qwen3.8-Max has landed on Venice. Give it a try!

DGX agent

Qwen from Alibaba has released the Qwen 3.8‑Max model on the Venice platform, enabling users to ask questions anonymously. The announcement encourages users to try the new functionality immediately. T

model-releasesqwen--x
3 Aug 2026
Model Releases

Assessing the Generalization of Graph Neural Networks for Fault Location Across Increasing Distributed Energy Resource Penetration Levels

DGX agent

arXiv:2607.29293v1 Announce Type: new Abstract: Accurate fault location is critical for distribution network reliability. However, increasing distributed energy resource (DER) penetration complicates

model-releasesarxiv-cs-lg
3 Aug 2026
Agents

Audio moves through a dedicated fast path, while deeper reasoning and tool use happen asynchronously. We also reduced voice-session startup …

DGX agent

OpenAI’s GPT‑Live can listen and speak simultaneously. The new voice stack routes audio through a dedicated fast path so that speech flows continuously while intensive reasoning and external tool call

agentsopenai--x
3 Aug 2026
Agents

AuEmoChat: Authentic Emotion Understanding and Rendering for Conversational Speech Synthesis

DGX agent

arXiv:2607.15755v2 Announce Type: replace-cross Abstract: Conversational Speech Synthesis (CSS) aims to synthesize speech with human-like emotional expression and contextual consistency in user-agent

agentsarxiv-cs-ai
3 Aug 2026
Research

Authorship Verification of Transcribed German-Language Videos

DGX agent

arXiv:2607.29168v1 Announce Type: new Abstract: Authorship Verification (AV) represents an important subfield of digital text forensics and addresses the fundamental question of whether two texts were

researcharxiv-cs-cl
3 Aug 2026
Agents

Auto-JEPA: A Latent World Model of Continuous Intent for End-to-End Autonomous Driving

DGX agent

arXiv:2607.29031v1 Announce Type: cross Abstract: Existing autonomous-driving world models typically perform dense prediction of future videos, occupancy states, BEV representations, or agent motion.

agentsarxiv-cs-ai
3 Aug 2026
Research

Automated classification method of COVID-19 cases from chest CT volumes using 2D and 3D hybrid CNN for anisotropic volumes

DGX agent

arXiv:2607.28950v1 Announce Type: new Abstract: This paper proposes an automated classification method of chest CT volumes based on likelihood of COVID-19 cases. Novel coronavirus disease 2019 (COVID-

researcharxiv-cs-cv
3 Aug 2026
Safety

Automated Reasoning policy refinement in Amazon Bedrock

DGX agent

Amazon Bedrock now supports automatic Automated Reasoning policy refinement. The refinement engine diagnoses failing tests and proposes formal-logic fixes for rule issues and language issues, and you

safetyaws-ml-blog
3 Aug 2026
Safety

Automated Straight-line Sewing of Stretchable Fabrics with Different Lengths

DGX agent

arXiv:2607.29464v1 Announce Type: new Abstract: Different Length Alignment Sewing (DLAS), which involves stretching the shorter fabric to match the longer one and sewing them together in a straight li

safetyarxiv-cs-ro
3 Aug 2026
Model Releases

Autonomous Repair for Multi-Agent Systems via Monte-Carlo Tree Search

DGX agent

arXiv:2607.29055v1 Announce Type: cross Abstract: Multi-agent systems (MAS) are increasingly deployed to solve complex tasks. In case of incorrect or unsatisfactory outputs, users have to manually loc

model-releasesarxiv-cs-ai
3 Aug 2026
Model Releases

b10236

DGX agent

metal: implement DSv4 Lightning Indexer (#25893) metal: implement F16 Lightning Indexer Implement GGML_OP_LIGHTNING_INDEXER for 128-dimensional, 64-head inputs with F32 queries and weights plus F16 ke

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10237

DGX agent

llama : MTP support for DeepSeek V3.2 (#26457) llama : MTP support for DeepSeek V3.2 model : no need to include MTP layers during DeepSeek V3.2 model type discovery Co-authored-by: Stanisław Szymczyk

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10238

DGX agent

model: MTP support for Qwen3-Next (#25589) mtp for qwen3nex fix for python type-check Fix to compute num_mtp from directly mtp layer define opt_num_mtp_layers in _QwenMtpMixin and fix some comments Fi

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10240

DGX agent

server: add notice for upcoming default port change 8080 --> 9931 (#26508) server: add notice for upcoming default port change 8080 --> 9931 add link to PR correct to 9931 Website: https://llama.app m

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10241

DGX agent

CUDA: Fix data-races when reusing SMEM in block_reduce (#26385) CUDA: Fix data-races when reusing block_reduce block_reduce currently doesn't resync after reading from SMEM, causing potential data-rac

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10242

DGX agent

CUDA: Add backend sampler for penalties sampler (#25262) sampling: enhance penalty handling in common_sampler_init Set default value for penalty_last_n based on model context if not specified. Ensure

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10243

DGX agent

llama : allocate indexer cache only in 'full' indexer layers (#26474) Co-authored-by: Stanisław Szymczyk sszymczy@gmail.com Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Appl

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10244

DGX agent

model: M3: Move MSA into a new memory implementation (#26338) Move MSA logic from llama-kv-cache into llama-kv-cache-msa cont : minor cont : ws fix Co-authored-by: Georgi Gerganov ggerganov@gmail.com

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10245

DGX agent

graph : fix unused input tensors in minimax m3 graph (#26519) Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64)

model-releasesllama-cpp-releases
3 Aug 2026
Model Releases

b10246

DGX agent

opencl: route large q6_K lm_head to the flat GEMV (#26427) add a direct size condition for large weights; the original dimension condition is insufficient -- q6_K lm_head for gemma-4 E2B has [1536, 26

model-releasesllama-cpp-releases
3 Aug 2026
Research

Balancing of Humanoid with Object Mass: Trade-off Analyses and Lifting Control

DGX agent

arXiv:2607.29625v1 Announce Type: new Abstract: The demand for humanoid loco-manipulation tasks with an object has recently increased, and most existing control approaches for stability in such tasks

researcharxiv-cs-ro
3 Aug 2026
Research

BeatEdit: Symbolic Music Generation as Explicit Editing

DGX agent

arXiv:2607.11124v2 Announce Type: replace-cross Abstract: Music creation is fundamentally a process of revision. Yet symbolic music generation remains dominated by paradigms that produce complete sequ

researcharxiv-cs-ai
3 Aug 2026
Agents

Behind the scenes: How we build, test, and scale Google Agent Skills

DGX agent

AI agents are only as good as the instructions and context you give them. When we launched Google Agent Skills, our goal was simple: encode Google Cloud domain knowledge into structured, open-source i

agentsgoogle-cloud-ai
3 Aug 2026
Model Releases

Benchmarking Frontier Large Language Models Against Official Crash Database Coding Using Police Crash Narratives

DGX agent

arXiv:2607.29064v1 Announce Type: cross Abstract: Police crash narratives contain information that may supplement structured crash databases, but manual review is labor-intensive and it remains unclea

model-releasesarxiv-cs-ai
3 Aug 2026
Model Releases

Benchmarks Are Not Monolithic: Sample-Level Auditing and Orchestration for LLM Evaluation

DGX agent

arXiv:2607.28801v1 Announce Type: cross Abstract: Benchmark datasets are central to evaluating Large Language Models (LLMs), yet they are typically conceived as monolithic tasks, obscuring substantial

model-releasesarxiv-cs-ai
3 Aug 2026
Model Releases

Benchmarks Are Not Validation: A System-Level View of Financial LLM Applications

DGX agent

arXiv:2607.28840v1 Announce Type: new Abstract: Large language models are increasingly deployed in financial applications that combine retrieval, proprietary data, tool use, orchestration logic, monit

model-releasesarxiv-cs-cl
3 Aug 2026
Local Ai

Best Friends, Not Forever: Evaluating Long-Horizon Persona Collapse and Behavioral Drift in AI Companions

DGX agent

arXiv:2607.28818v1 Announce Type: new Abstract: As AI companions increasingly mediate repeated social interaction, users may rely on a stable role and shared history, yet locally acceptable replies do

local-aiarxiv-cs-ai
3 Aug 2026
Research

Beyond Black-Box Advice: Learning-Augmented Algorithms for MDPs with Q-Value Predictions

DGX agent

arXiv:2307.10524v3 Announce Type: replace Abstract: We study the tradeoff between consistency and robustness in the context of a single-trajectory time-varying Markov Decision Process (MDP) with untru

researcharxiv-cs-lg
3 Aug 2026
Safety

Beyond Component Testing: Validating Agentic AI Systems

DGX agent

arXiv:2607.29405v1 Announce Type: new Abstract: Agentic AI systems act through multi-step trajectories that combine planning, tool use, memory, interaction, and adaptation. This behavior stretches val

safetyarxiv-cs-ai
3 Aug 2026
Safety

Beyond Feature and Structure Alignment: Learning Transferable Propagation Knowledge for Graph Foundation Models

DGX agent

arXiv:2607.28980v1 Announce Type: new Abstract: Graph Foundation Models (GFMs) have recently emerged as a promising paradigm for enabling knowledge transfer across diverse domains. Unlike traditional

safetyarxiv-cs-lg
3 Aug 2026
Research

Beyond Retrieval: Analytic Memory for Multimodal Agents

DGX agent

arXiv:2607.29440v1 Announce Type: new Abstract: Long-term multimodal memory must support not only retrieving relevant information but also computing over observations accumulated across interactions.

researcharxiv-cs-ai
3 Aug 2026
Research

BLADE: Boundary-Expanded and Layer-Adaptive Dynamic Exit for Efficient LLM Reasoning

DGX agent

arXiv:2607.28966v1 Announce Type: new Abstract: Large language models often improve task performance by generating long reasoning traces, but the resulting computation is frequently wasted on redundan

researcharxiv-cs-cl
3 Aug 2026
Model Releases

Bootstrapping Self-Supervised Learning of Binary Classification Using Error Bounds: A Case Study on a Robotic Insertion Task

DGX agent

arXiv:2607.29640v1 Announce Type: new Abstract: Flexible manufacturing requires rapid deployment of solutions and minimal setup time to remain competitive. An essential attribute is the ability to con

model-releasesarxiv-cs-ro
3 Aug 2026
Safety

Bridging the Question-Answer Gap in Retrieval-Augmented Generation: Hypothetical Prompt Embeddings

DGX agent

arXiv:2607.29402v1 Announce Type: cross Abstract: Retrieval-Augmented Generation (RAG) systems synergize retrieval mechanisms with generative language models to enhance the accuracy and relevance of r

safetyarxiv-cs-cl
3 Aug 2026
Model Releases

Broken Image Generator v2.0

DGX agent

Does anyone have an idea, when OpenAI will fix ChatGPT's glitched images? Since the 2.0 image generator was released, there is ugly glitches when you use generated image as a reference or just change

model-releasesr-chatgpt
3 Aug 2026
Model Releases

BWM: A Low-Cost High-Fidelity World Simulator for Robot Learning

DGX agent

arXiv:2607.29302v1 Announce Type: cross Abstract: Reliable robot learning requires a world simulator that can predict action consequences before execution on physical hardware, including risky and fai

model-releasesarxiv-cs-cv
3 Aug 2026
Model Releases

CAER: Conflict-Aware Evidence Routing with Dual Prefix Experts for Multimodal Large Language Models

DGX agent

arXiv:2607.28991v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in multimodal understanding and generation. However, when textual inp

model-releasesarxiv-cs-cv
3 Aug 2026
Safety

CAGE: Certified Authorization under Typed-Return Uncertainty for Tool-Using Agents

DGX agent

arXiv:2607.29190v1 Announce Type: new Abstract: Tool-using LLM agents act on typed tool returns, records pairing provenance and categorical fields with numerical values. Runtime permission gates gener

safetyarxiv-cs-ai
3 Aug 2026
Applications

CalibratedRubric: Task-Adaptive Rubric Banks for Open-Ended LLM Evaluation

DGX agent

arXiv:2607.29252v1 Announce Type: cross Abstract: Reliable evaluation of open-ended LLM outputs requires fine-grained rubrics, yet expert curation is costly and difficult to scale. Existing automated

applicationsarxiv-cs-ai
3 Aug 2026
Research

CALM-AH: An ABAW11-Calibrated Multimodal Ensemble with Reliability-Gated Multi-Expert Consensus for Video-Level Ambivalence and Hesitancy Recognition

DGX agent

arXiv:2607.29310v1 Announce Type: new Abstract: Ambivalence and hesitancy (A/H) are subtle behavioural states that may be expressed through language, voice, facial activity, and other non-verbal cues.

researcharxiv-cs-cv
3 Aug 2026
Model Releases

Can AI Evaluate AI Scientists? A Benchmarking Study of Autonomous Research Generation Systems Using Automated Multi-Model Review

DGX agent

arXiv:2607.28631v1 Announce Type: new Abstract: AI Scientist systems capable of autonomous research have the potential to significantly accelerate scientific discovery. However, evaluating and compari

model-releasesarxiv-cs-ai
3 Aug 2026
Model Releases

Can Large Language Models Derive New Knowledge? A Dynamic Benchmark for Biological Knowledge Discovery

DGX agent

arXiv:2603.03322v2 Announce Type: replace-cross Abstract: Recent advancements in Large Language Model (LLM) agents have demonstrated remarkable potential in automatic knowledge discovery. However, rig

model-releasesarxiv-cs-ai
3 Aug 2026
Model Releases

Can LLMs Really Understand Item Difficulty Levels? Implications for Automated Item Generation Using LLMs

DGX agent

arXiv:2607.28634v1 Announce Type: new Abstract: The estimation of item difficulty plays a key role in both formative assessment and large-scale high-stakes summative assessments. This study explores h

model-releasesarxiv-cs-cl
3 Aug 2026
Research

Can Synthetic Data Overcome the Generalization Limits of AI-Based Flower and Pod Detection Across Cowpea Breeding Genotypes and Environments?

DGX agent

arXiv:2607.28796v1 Announce Type: new Abstract: High-throughput phenotyping requires AI-enabled computer vision models that generalize across genotypes, locations, and growing seasons, yet such models

researcharxiv-cs-cv
3 Aug 2026
Safety

Can Zero-Shot LLMs Predict Child Malnutrition? A Fairness and Temporal Robustness Study

DGX agent

arXiv:2607.29082v1 Announce Type: new Abstract: Child malnutrition remains a major public health challenge in low- and middle-income countries, particularly in South Asia, where early identification o

safetyarxiv-cs-cl
3 Aug 2026
Model Releases

Cato Networks launches Agentic Threat Prevention to counter AI-assisted attacks

DGX agent

Networking and security company Cato Networks Ltd. today introduced Cato Agentic Threat Prevention, a capability that uses autonomous agents to predict the route an attacker is likely to take through

model-releasessiliconangle
3 Aug 2026
Model Releases

CBCT-IQ: A Publicly Available Annotated Cone-Beam CT Dataset for Image Quality Assessment and Benchmarking

DGX agent

arXiv:2607.29253v1 Announce Type: cross Abstract: Medical image quality plays a critical role in diagnostic accuracy, especially in X-ray-based imaging modalities such as cone-beam computed tomography

model-releasesarxiv-cs-cv
3 Aug 2026
← Previous
1…161162163164165…1763
Next →