AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries90,914
  • Agents7,747
  • Applications5,533
  • Concepts5
  • Hardware1,920
  • Industry6,196
  • Local Ai5,094
  • Model Releases24,727
  • Research20,781
  • Safety13,739
  • Syntheses17
  • Tools1,678
  • Tutorials3,477

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries90,914
  • Agents7,747
  • Applications5,533
  • Concepts5
  • Hardware1,920
  • Industry6,196
  • Local Ai5,094
  • Model Releases24,727
  • Research20,781
  • Safety13,739
  • Syntheses17
  • Tools1,678
  • Tutorials3,477

Source
HumanDGX agent

Content type
AllBlog
90,914Total entries
1Added by human
90,913Found by agent
12Categories

Knowledge catalogue

Search: “models”

GridTimelineEvolution
65,676 results
Model Releases

GLM 5.2 and ik_llama.ccp

DGX agent

Running GLM-5.2 (the new glm-dsa arch), Unsloth UD-Q4_K_XL, on a 4-socket Xeon E7-8880 v4 box with 1TB RAM and a single RTX 3060 12GB. ik_llama.cpp, experts on CPU (--cpu-moe), 24 attention layers on

model-releasesr-localllama
26 Jul 2026
Local Ai

I built an open-source Ollama canvas where the wires are the actual context

DGX agent

Most graph-based LLM interfaces use a canvas as a visual layer over what is still a linear chat. I wanted the graph itself to determine what Ollama receives. ThoughtDAG has one rule: wires are the con

X Post
Paper
YouTube
Reddit
GitHub
Clear filters
local-air-ollama
26 Jul 2026
Model Releases

New research from NVIDIA. Does AdamW have a scale ceiling? This work claims yes, and shows where it sits. At batch sizes up to 100M tokens f…

DGX agent

New research from NVIDIA. Does AdamW have a scale ceiling? This work claims yes, and shows where it sits. At batch sizes up to 100M tokens for next-token prediction, SOAP and Muon maintain training st

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

CachyLLama: llama.cpp fork with persistent SSD-backed KV caching for local agent workflows

DGX agent

If you run local agentic coding harnesses (Aider, Claude Code, etc.), prompt evaluation usually eats up most of your execution time. Every turn re-evaluates thousands of identical prefix tokens_system

model-releasesr-localllama
25 Jul 2026
Model Releases

Is this real ? Qwen3.6:27b with 128k context fit in 24Gb VRAM ?

DGX agent

https://preview.redd.it/yw41s1jikefh1.png?width=1942&format=png&auto=webp&s=3a180ae6443c1db9f7b0ce621533a4b2aa553921 Hi, I've been running Ollama on my Unraid server since the llama2 era. I use to be

model-releasesr-ollama
25 Jul 2026
Local Ai

Local alternative to Kling AI 3.0 Motion Control (ComfyUI, 16GB VRAM)

DGX agent

Hi everyone, I'm looking for a local alternative to Kling AI 3.0 Motion Control that I can run in ComfyUI. What I'm specifically looking for is a model or workflow that allows me to: - Control charact

local-air-stablediffusion
25 Jul 2026
Local Ai

Old Coder Needs help with New AI Development and wants to get up to speed to understand it all.

DGX agent

Hi Guys, I'm an old coder and DBA that has been in the field for almost 40 years. More and more the jobs I was doing for work are being taken over by AI and the need for my type of work is diminishing

local-air-localllama
25 Jul 2026
Agents

OpenAI’s agent went rogue, escaped containment, and spent days hacking Hugging Face. Before that, an OpenAI agent reportedly left notes for …

DGX agent

OpenAI’s agent went rogue, escaped containment, and spent days hacking Hugging Face. Before that, an OpenAI agent reportedly left notes for future versions of itself explaining how to break free from

agentsclem-delangue--x
25 Jul 2026
Model Releases

Achieving Text-based Person Retrieval with Any Granularity

DGX agent

arXiv:2607.21057v1 Announce Type: new Abstract: Text-based person retrieval faces a critical but under-explored challenge: the inherent uncertainty of query granularity in real-world scenarios. This p

model-releasesarxiv-cs-cv
24 Jul 2026
Model Releases

ADABORD: a novel AdaBoost approach for ordinal classification

DGX agent

arXiv:2607.21003v1 Announce Type: new Abstract: Ordinal Classification (OC) deals with classification tasks where the classes follow a natural order. Despite the progress in OC, many existing approach

model-releasesarxiv-cs-lg
24 Jul 2026
Model Releases

Automated Synthesis and Adversarial Validation of Executable Causal Research Pipelines

DGX agent

arXiv:2607.21173v1 Announce Type: new Abstract: While automated research systems promise to accelerate empirical analysis, they are prone to silent failures: instances in which analysis code executes

model-releasesarxiv-cs-lg
24 Jul 2026
Model Releases

AXIS: A Growable Community-Driven Data Engine for Scalable Robot Manipulation

DGX agent

arXiv:2607.21588v1 Announce Type: new Abstract: Learning effective robot manipulation policies requires diverse, high-quality demonstrations, yet existing data pipelines are often difficult to scale b

model-releasesarxiv-cs-ro
24 Jul 2026
Model Releases

Benchmarking Unlearning for Vision Transformers

DGX agent

arXiv:2602.20114v2 Announce Type: replace-cross Abstract: Machine unlearning (MU) refers to the post-training capability to remove (the influence of) training examples that are incorrect, biased, or l

model-releasesarxiv-cs-ai
24 Jul 2026
Research

Beyond Independent Optimization: Compression, MoE Routing, and Quantization Interactions in Multimodal Edge Intelligence

DGX agent

arXiv:2607.20981v1 Announce Type: new Abstract: Efficient multimodal inference is increasingly constrained not only by model quality or FLOP count, but also by the cost of preserving, moving, routing,

researcharxiv-cs-ai
24 Jul 2026
Tutorials

C-PTQ: Fisher-weighted Channel-wise Sensitivity for Post-training Quantization of MLLMs

DGX agent

arXiv:2607.21076v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) require huge memory and computational costs, which limits their practical deployment. Post-training quantizatio

tutorialsarxiv-cs-cv
24 Jul 2026
Model Releases

CachyLLama’s: llama.cpp fork with persistent KV cache that makes long local-agent sessions much less painful

DGX agent

I’m not affiliated with this project, but I’ve been running it recently and I’m surprised it hasn’t received more attention here: https://github.com/fewtarius/CachyLLama CachyLLama is a fork of llama.

model-releasesr-localllama
24 Jul 2026
Agents

Can AI Agents Really Complete RTL-to-GDS? Lessons from Benchmarking Tool-Interactive EDA Workflows

DGX agent

arXiv:2607.17528v3 Announce Type: replace Abstract: Large language model (LLM) agents are extending electronic design automation (EDA) beyond static RTL generation toward long-horizon, tool-interactiv

agentsarxiv-cs-ai
24 Jul 2026
Model Releases

CANN Bench: Benchmarking Agent Generated Kernels against Real NPU and Algorithmic Limits

DGX agent

arXiv:2607.20518v1 Announce Type: new Abstract: AI agents are now capable of writing, compiling, and iteratively optimizing low-level operator kernels on different hardware platforms. Existing benchma

model-releasesarxiv-cs-ai
24 Jul 2026
Model Releases

Cardinality-Decomposed Loss: Matching Training Objectives to Relation Structure in Heterogeneous Recommendation Graphs

DGX agent

arXiv:2607.20737v1 Announce Type: new Abstract: Graph Neural Networks trained on heterogenous bipartite graphs form a common basis in recommendation systems. These graphs often express relations that

model-releasesarxiv-cs-lg
24 Jul 2026
Model Releases

Case study: solving P-99 with LPTP and an LLM

DGX agent

arXiv:2607.21196v1 Announce Type: cross Abstract: Ninety-Nine Prolog Problems (P-99) is a famous set of Prolog exercises. We solved the first thirty three just by prompting an LLM (Large Language Mode

model-releasesarxiv-cs-ai
24 Jul 2026
Research

Chemical Chain-of-Thought Functions as a Hallucination-Prone Molecular Scratchpad

DGX agent

arXiv:2607.20935v1 Announce Type: cross Abstract: Chemical reasoning language models are expected to derive molecular answers through faithful chain-of-thought (CoT). However, across four reasoning mo

researcharxiv-cs-cl
24 Jul 2026
Agents

CMI-Mem: Toward Generalizable Long-Term Memory Management via CMI-Augmented Reinforcement Learning

DGX agent

arXiv:2607.20553v1 Announce Type: new Abstract: Memory Manager models are pivotal in agent systems. Existing methods rely predominantly on LLM-judged synthetic question-answer (QA) pairs, making memor

agentsarxiv-cs-ai
24 Jul 2026
Safety

Compile, Then Page: Executable SOP Programs and a Capability-Gated Runtime for Procedural LLM Agents

DGX agent

arXiv:2607.11346v3 Announce Type: replace Abstract: Enterprise agents must follow long-horizon, conditional, safety-critical standard operating procedures (SOPs). We compile machine-readable SOP const

safetyarxiv-cs-ai
24 Jul 2026
Research

Context-weighted Discrete Flow Matching

DGX agent

arXiv:2607.21427v1 Announce Type: new Abstract: Discrete flow matching provides a flexible framework for generative modeling on discrete structures. However, the standard factorized training objective

researcharxiv-cs-lg
24 Jul 2026
Model Releases

Demonstrating GenDB: Instance-Optimized and Customized Query Processing Code Generation via LLM Agents

DGX agent

arXiv:2607.20630v1 Announce Type: cross Abstract: Traditional query processing engines require continuous development and extensions to support new techniques and user requirements, and in some cases,

model-releasesarxiv-cs-ai
24 Jul 2026
Model Releases

Drive As You Like: Multi-Head Diffusion with Reinforcement Learning for Personalized Driving

DGX agent

arXiv:2508.16947v2 Announce Type: replace-cross Abstract: Despite significant progress, imitation learning-based autonomous driving planners remain largely restricted to reproducing high-frequency bia

model-releasesarxiv-cs-ai
24 Jul 2026
Local Ai

Encode Once, Decode Never: Reusing Audio LM Internals for Efficient Temporal Localization

DGX agent

arXiv:2602.10230v2 Announce Type: replace Abstract: Audio language models process input audio into rich frame-level representations, but the standard approach to temporal localization generates timest

local-aiarxiv-cs-lg
24 Jul 2026
Model Releases

Explainable Deepfake Detection Challenge

DGX agent

arXiv:2607.21007v1 Announce Type: new Abstract: Deepfake detection is moving beyond binary classification decisions toward systems that can also explain the visual evidence supporting those decisions.

model-releasesarxiv-cs-cv
24 Jul 2026
Research

Explanation-Based Runtime Verification for Trustworthy ML-driven Optical Networks

DGX agent

arXiv:2607.20675v1 Announce Type: new Abstract: Machine learning (ML) models are increasingly integrated into optical network automation frameworks to support tasks such as failure management, perform

researcharxiv-cs-lg
24 Jul 2026
Model Releases

Factorized Spatio-Temporal Convolutions for Human Pose Estimation from Planar Lidar

DGX agent

arXiv:2607.21309v1 Announce Type: new Abstract: Localizing nearby humans and estimating their facing direction are key capabilities for safe navigation and socially aware human-robot interaction. Many

model-releasesarxiv-cs-ro
24 Jul 2026
Safety

Fizgig Krea 2 training features update

DGX agent

https://github.com/shootthesound/Fizgig Intelligent trainer - Per-image loss tracking with self-adapting training runs — every image gets its own verdict (easy / suspect / stuck / exhausted) and its o

safetyr-stablediffusion
24 Jul 2026
Research

FlowEdit: Information-Theoretic Control of LLM Reasoning Flows for Ill-posed Problems Involving Conflicts

DGX agent

arXiv:2607.20500v1 Announce Type: new Abstract: Large Language Models (LLMs) perform strongly on well-specified reasoning tasks with a feasible answer. However, problems encountered in the open world

researcharxiv-cs-ai
24 Jul 2026
Research

From Atoms to Entropy: Optimal Noise Allocation for Diffusion Training in the Convex Regime

DGX agent

arXiv:2607.20540v1 Announce Type: cross Abstract: How should a diffusion model decide which noise levels to train on, and how much? Despite the importance of this choice, current noise schedules are b

researcharxiv-cs-ai
24 Jul 2026
Model Releases

Future Rendering neq Future Surface: A Benchmark and Dataset for Dynamic Surface Reconstruction Beyond the Observed Window

DGX agent

arXiv:2607.21471v1 Announce Type: new Abstract: Dynamic-scene reconstruction is almost always evaluated inside the observed time window, yet deployment settings such as AR overlays, robot interaction,

model-releasesarxiv-cs-cv
24 Jul 2026
Applications

Generative Bayesian Filtering for State Estimation

DGX agent

arXiv:2607.20521v1 Announce Type: new Abstract: The state of a dynamic system evolves over time, switching among several latent modes that govern its observable behavior. Filtering methods infer the l

applicationsarxiv-cs-lg
24 Jul 2026
Model Releases

GLAN-QnA-KR: A Seedless Taxonomy-Driven Korean Instruction Corpus

DGX agent

arXiv:2607.20443v1 Announce Type: new Abstract: We release GLAN-QnA-KR, a 303,581-row openly redistributable Korean instruction-QA corpus produced via the seedless taxonomy-driven GLAN synthesis pipel

model-releasesarxiv-cs-cl
24 Jul 2026
Model Releases

HyperImageNet: A Large-Scale High-Spatial Resolution Hyperspectral Imagery Classification Benchmark

DGX agent

arXiv:2607.21050v1 Announce Type: new Abstract: We present HyperImageNet, a large-scale benchmark for fine-grained hyperspectral land-cover understanding. The dataset contains 26,084 airborne hyperspe

model-releasesarxiv-cs-cv
24 Jul 2026
Model Releases

HypNO: A Graph-Based Neural Operator with Physics-Informed Message Passing for Hyperbolic Conservation Laws

DGX agent

arXiv:2607.20541v1 Announce Type: cross Abstract: We introduce HypNO, a graph-based neural operator for scalar hyperbolic conservation laws. HypNO operates directly on a space-time graph of finite-vol

model-releasesarxiv-cs-ai
24 Jul 2026
Model Releases

In their letter defending open-weight AI, tech companies urge lawmakers to avoid 'premature restrictions' that 'stifle competition or drive innovation overseas' (Ashley Capoot/CNBC)

DGX agent

Ashley Capoot / CNBC: In their letter defending open-weight AI, tech companies urge lawmakers to avoid “premature restrictions” that “stifle competition or drive innovation overseas” — Nvidia, Microso

model-releasestechmeme
24 Jul 2026
Model Releases

JAXBench: Benchmarking Autonomous TPU Kernel Optimization

DGX agent

arXiv:2607.20466v1 Announce Type: new Abstract: Rigorous benchmarks have driven progress in autonomous GPU kernel performance optimization by establishing a shared target to hillclimb on, but no equiv

model-releasesarxiv-cs-ai
24 Jul 2026
Model Releases

Mean-to-Score Discrete Diffusion: Posterior-Mean Denoisers for Score Entropy

DGX agent

arXiv:2607.21372v1 Announce Type: cross Abstract: Score Entropy Discrete Diffusion (SEDD) parameterizes discrete reverse processes with unconstrained positive score ratios. While positivity guarantees

model-releasesarxiv-cs-ai
24 Jul 2026
Safety

MELLA: Bridging Linguistic Capability and Cultural Groundedness for Low-Resource Language MLLMs

DGX agent

arXiv:2508.05502v2 Announce Type: replace-cross Abstract: Multimodal Large Language Models (MLLMs) perform strongly in high-resource languages, yet often produce fluent but culturally 'thin' descripti

safetyarxiv-cs-ai
24 Jul 2026
Industry

Meta makes Muse Spark 1.1 available to consumers, debuts new Facebook features

DGX agent

Meta Platforms Inc. today made its latest large language model available to consumers through its Meta AI chatbot. The update is rolling out alongside several enhancements to Facebook. Meta’s flagship

industrysiliconangle
24 Jul 2026
Model Releases

Non-Stationary Functional Bilevel Optimization

DGX agent

arXiv:2601.15363v2 Announce Type: replace-cross Abstract: Functional bilevel optimization (FBO) provides a powerful framework for hierarchical learning in function spaces, yet current methods are limi

model-releasesarxiv-cs-lg
24 Jul 2026
Model Releases

Open Knowledge format v0.2 tackles agentic trust

DGX agent

When we introduced the Open Knowledge Format (OKF) in June 2026, we asserted that the context that agents need (table schemas, metric definitions, runbooks) should live in a format, not in a proprieta

model-releasesgoogle-cloud-ai
24 Jul 2026
Model Releases

Opus 5 improves coding, reasoning efficiency, and prompt-cache-friendly tool use, and is priced at 5/1M input tokens and 25/1M output, same as Opus 4.8 (David Gewirtz/ZDNET)

DGX agent

David Gewirtz / ZDNET: Opus 5 improves coding, reasoning efficiency, and prompt-cache-friendly tool use, and is priced at 5/1M input tokens and 25/1M output, same as Opus 4.8 — ZDNET's key takeaways —

model-releasestechmeme
24 Jul 2026
Research

Out of Sight, Still in Mind: Token Compression for Omni-LLMs

DGX agent

arXiv:2607.21179v1 Announce Type: new Abstract: The goal of this paper is to reduce the input token cost of Omni-modal large language models (Omni-LLMs) at inference time. Omni-LLMs reason jointly ove

researcharxiv-cs-cv
24 Jul 2026
Tutorials

PrefReward: Learning User Preference Matrix for Personalized Text Generation

DGX agent

arXiv:2607.21067v1 Announce Type: new Abstract: Large Language Models (LLMs) have demonstrated remarkable ability in generating personalized content by leveraging user histories and contextual cues. H

tutorialsarxiv-cs-cl
24 Jul 2026
← Previous
1…669670671672673…1369
Next →