AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “models”

GridTimelineEvolution
1,437 results
Model Releases

Decrease the power limit of your 5090 to at least 480W - the performance penalty for inference is negligible.

DGX agent

I run my inference machine in the living room, so noise and heat output are a significant concern. Ran a quick test using my daily driver model (Qwen 3.6-27b) and at 480W, the card outputs only 2.1% l

model-releasesr-localllama
4 Aug 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

LFM2.5-2.6B is out

DGX agent

Released today, with emphasis on agentic capabilities. I really like their models for simple, high volume tasks ('summarize these gazillion documents') and their 8b-a1b was my go-to for certain tasks

model-releasesr-localllama
4 Aug 2026
Model Releases

DeepSeek V4-Flash (284B MoE) at 33 tok/s single / 68 tok/s aggregate on 2× RTX 3090 + a used quad-Xeon DDR4 server — full config

DGX agent

Ran DeepSeek V4-Flash-0731 — the full official checkpoint, not a re-quant — on commodity used hardware. Sharing because I couldn't find anyone else publishing Ampere results for this engine. Why bothe

model-releasesr-localllama
3 Aug 2026
Model Releases

NousResearch keeps doing things on hermes

DGX agent

Has anyone followed nousresearch work on Hermes? I mean we are Q3 2026. We have some crazy models trickling down from HGX territory to multi gpu workstation. And we have nousresearch deploying the 0.2

model-releasesr-localllama
3 Aug 2026
Model Releases

[RELEASE] SupraBrain-50M-v0.1

DGX agent

Hey there! So today we're releasing SupraBrain-50M, a hybrid language model that combines Gated DeltaNet linear recurrence with Sliding-Window Attention and Surprise-Gated update mechanisms to deliver

model-releasesr-localllama
3 Aug 2026
Model Releases

Comfyui VRAM tracker

DGX agent

Hello! VRAM tracker is a node that track the full memory lifecycle of a comfyui run: when each weight is reserved, paged into VRAM, computed on, evicted, and freed. It renders it as an interactive HTM

model-releasesr-stablediffusion
2 Aug 2026
Model Releases

DSpark Benchmark Result on Deepseek v4 Flash 0731

DGX agent

TensorSharp supports DSpark on Deepseek v4 Flash 0731 now. Here is the benchmark result on 4x Nvidia A40 GPUs, cuda 12.8 with/without DSpark: Model: DeepSeek-V4-Flash-0731-UD-Q8_K_XL from https://hugg

model-releasesr-localllama
2 Aug 2026
Model Releases

Deepseek v4 flash 0731 still not holding up.

DGX agent

The biggest issue with preview was its inability to follow rules prompts and skills. It seems like no matter what you do it ignores them. I've tried first person and second person. I've tried Chinese

model-releasesr-localllama
1 Aug 2026
Model Releases

Now Suddenly too many choices for DGX Spark with Qwen 3.5 122B . What would be the next upgrade?

DGX agent

Laguna 2.1 at NVFP4 Deepseek v4 at Q2 Inkling-Small at IQ3 Which models you guys running now ? How it compares to 122b? Upcoming in few days : Ling 3.0 124B (Could be new king) LongCat 69B A3B ( very

model-releasesr-localllama
31 Jul 2026
Model Releases

A.X-K2 released

DGX agent

https://huggingface.co/skt/A.X-K2 https://huggingface.co/skt/A.X-K2-ALM https://huggingface.co/KRAFTON/A.X-K2-Raon-Speech-21B-A3B 688B-A33B + About South Korea's Soverign AI Foundation Model Project.

model-releasesr-localllama
29 Jul 2026
Model Releases

I pre-trained a 700m on 18B tokens optimized for Python and Wikitext | TheOneWhoWill/Shibai-700M-Base · Hugging Face

DGX agent

I know this is the 1000000th new sub billion parameter model out there and probably isn't as good as Qwen 3 0.6B or Qwen 3.5 0.8B but it still packs a decent punch. My intention to to continuously pre

model-releasesr-localllama
29 Jul 2026
Local Ai

Understand Kimi K3 from first principles: a recommended order for anyone trying to understand this beast

DGX agent

Everyone is talking about Kimi K3, but if you jump straight into the technical report, you’ll quickly realize it’s standing on years of research -- just like any breakthrough is! If you want to unders

local-air-localllama
29 Jul 2026
Model Releases

LoRA over GGUF: Train DeepSeek-V4-Flash in 90G VRAM

DGX agent

https://github.com/woct0rdho/transformers5-qwen3.5-recipe An update on my progress with low-VRAM LoRA training over GGUF base model: Now we can train DeepSeek-V4-Flash (284B-A13B) in 90 GiB VRAM, with

model-releasesr-localllama
28 Jul 2026
Model Releases

[PAPER] GPQA, MMLU-Pro, and MMMU-Pro were audited for broken questions, and up to 12% of them had to be removed. New drop in clean versions released

DGX agent

I was very curious why all the models were topping out on GPQA-Diamond around 92 or 93% (AA) and spent the last few weeks pouring over GPQA (Diamond and Extended), and then expanded to auditing MMLU-P

model-releasesr-localllama
28 Jul 2026
Model Releases

A quick coding capability test:4 Qwen 3.6-35B GGUF Variants

DGX agent

Test Prompts: 1.1. Algorithm & Logic (10 pts): 'Write a function in Python that finds the contiguous subarray with the largest sum (Kadane's algorithm). Include time and space complexity annotations.'

model-releasesr-localllama
27 Jul 2026
Local Ai

Give any Ollama-compatible client session memory + a shared knowledge wiki by swapping the chat URL

DGX agent

Hey folks — I built ContextMemory, an open-source agentic context gateway for apps that already talk to LLMs. The idea is simple: keep your existing POST /api/chat client (Ollama wire format), point i

local-air-ollama
27 Jul 2026
Local Ai

Ornith-397B running at Q4 on a single RTX PRO 6000 Blackwell 96GB - 2,354 tok/s prefill, ~20–24 tok/s decode

DGX agent

I've been building Krasis, an MoE-focused runtime for streaming big models through limited VRAM on NVIDIA consumer/workstation GPUs, and I think this is the most interesting result so far: Ornith-1.0-

local-air-localllama
27 Jul 2026
Model Releases

People are using Minecraft farms as AI agent benchmarks

DGX agent

Someone modelled sugarcane farming as an integer program. See, sugarcane only grows next to water. Water costs one tile and can feed at most four cane tiles. The layout therefore becomes a coverage pr

model-releasesr-chatgpt
24 Jul 2026
Model Releases

Deepseek V4 Flash ~105 t/s on two Nvidia 4090d 48G (ada) in vLLM

DGX agent

TLDR: I (with the help of AI) re-implemented every Blackwell-only kernel (DeepGEMM, FlashInfer sparse-MLA, block-scaled FP8) in Triton, because they simply don't exist for sm89. The performance is 2-3

model-releasesr-localllama
23 Jul 2026
Model Releases

GPT-5.5 Scores 10.6% on ActiveVision, Humans Hit 96.1% [R]

DGX agent

The interesting finding from a new [arXiv paper](https://arxiv.org/abs/2607.16165) isn't that a frontier vision model failed a new benchmark, that happens weekly, but the specific shape of the failure

model-releasesr-machinelearning
23 Jul 2026
Local Ai

I run GLM-4.5-Air (110B) on 16Gb ram consumer machine and Qwen3-30B at 20 tok/s

DGX agent

In the past few months I’ve experimenting heavily and tortured my old 2016 Desktop PC to run the biggest Local LLM I can fit. I documented the whole process and research and I’ve published a repositor

local-air-ollama
23 Jul 2026
Model Releases

Trained a 32B FLUX.2 LoRA on a 24GB AMD 7900 XTX, native ROCm on Windows — full guide + patches

DGX agent

TL;DR: Everyone says QLoRA past ~13B is dead on a 24GB card. I got the full 32B FLUX.2 dev transformer QLoRA-training resident on the GPU on a 7900 XTX under native ROCm on Windows (no ZLUDA, no CUDA

model-releasesr-stablediffusion
23 Jul 2026
Model Releases

browser-search v2.0 — From the balaclava to the badge: your agent now browses everywhere

DGX agent

Today an AI agent trying to browse the web is like a thief in a balaclava sneaking around a police academy. Site protections block it, challenge it, turn it away. browser-search flips the script: your

model-releasesr-ollama
22 Jul 2026
Model Releases

SkewAdam: A tiered optimizer that cuts MoE state memory by 97% (fits a 6.7B MoE on a 40GB GPU) [R]

DGX agent

Paper:https://arxiv.org/abs/2607.19058 Code (GitHub):https://github.com/nuemaan/skewadam Hi everyone, I just published a preprint on a new optimizer designed to tackle the massive VRAM bottleneck in M

model-releasesr-machinelearning
22 Jul 2026
Model Releases

I built a new attention mechanism (wave field) — runs 128K context where standard attention OOMs, 80+ tok/s on laptop CPU

DGX agent

Hey r/LocalLLaMA — solo researcher here. I built a new attention architecture and want independent testers. Wave Field LLM replaces O(N²) dot-product attention with FFT wave convolution on a field. Tr

model-releasesr-localllama
15 Jul 2026
Model Releases

Arena AI Agentic User Benchmark Ranking

DGX agent

Arena AI's agentic benchmark ranks AI models on how well they orchestrate tools for real-world agentic tasks, based on signals like tool reliability, task completion, and steerability. The leaderboard

model-releasesr-chatgpt
5 Jun 2026
Model Releases

GPT-5.5 dominates $1,500 LLM hacking test while Gemini refuses to even try

DGX agent

A security researcher spent 1,500 running 13+ AI models against a deliberately vulnerable app, with GPT-5.5 achieving a 70% solve rate while Gemini refused to engage almost entirely. The test app cont

model-releasesr-chatgpt
4 Jun 2026
Model Releases

NuExtract3 released: open-weight 4B VLM for Markdown, OCR and structured extraction (self-hostable) [P]

DGX agent

NuExtract3 is a unified 4B vision-language reasoning model for document understanding that combines structured information extraction with image-to-Markdown conversion, suitable for OCR and RAG prepro

model-releasesr-machinelearning
22 May 2026
Model Releases

G4-MeroMero-31B-uncensored-heretic is Out Now, A finetune of Gemma 4 31B it designed for creative tasks, with KLD of 0.0100 and 15/100 Refusals!

DGX agent

G4-MeroMero-31B-uncensored-heretic is a fine-tuned variant of Gemma 4 31B optimized for creative tasks, featuring low KL divergence (0.0100) and minimal refusals (15/100). The model is designed to be

model-releasesr-ollama
17 May 2026
Model Releases

Public interpretability dataset and benchmark library for a novel transformer architecture [R]

DGX agent

This work presents an explainability library for transformer models that provides tools for understanding transformer behavior through attributions and concept-based explanations . The resource likely

model-releasesr-machinelearning
3 May 2026
Model Releases

SULPHUR 2 RELEASED

DGX agent

Stable Diffusion 2.0 is an open-source text-to-image model that includes improved text-to-image capabilities using the OpenCLIP encoder, generating higher quality images at resolutions of 512x512 and

model-releasesr-stablediffusion
3 May 2026
Local Ai

Flux 2 dev

DGX agent

FLUX 2 Dev is an open-weight, 32-billion-parameter AI model developed by Black Forest Labs for text-to-image generation and advanced image editing . The model is available in ComfyUI and Diffusers fra

local-air-stablediffusion
27 Apr 2026
Local Ai

Trying to make an Illustrious LoRA, does anyone know of a tool that can make manually editing .txt tag files easier? CivitAI's LoRA trainer service has a convenient GUI for editing tags, but I can't find anything like it locally.

DGX agent

This Reddit post discusses the challenge of manually editing tag files (.txt) when training a LoRA (Low-Rank Adaptation) model for Illustrious, noting that while CivitAI's LoRA trainer offers a conven

local-air-stablediffusion
27 Apr 2026
Model Releases

Deepseek v4 Pro

DGX agent

DeepSeek-V4-Pro is a Mixture-of-Experts language model with 1.6 trillion total parameters and 49 billion activated per token, supporting a 1 million token context length. Released under the MIT Licens

model-releasesr-ollama
24 Apr 2026
Local Ai

Benchmarking programs?

DGX agent

The Reddit post 'Benchmarking programs?' in r/ollama likely discusses tools and methods for measuring the performance of local language models running on Ollama. Available benchmarking tools for Ollam

local-air-ollama
21 Apr 2026
Model Releases

I built an MCP bridge that connects AI coding tools (Kiro, Claude, Cursor) to a local Ollama instance — still in development, feedback welcome

DGX agent

An MCP bridge project that enables integration between AI coding tools (Kiro, Claude, and Cursor) and local Ollama instances for offline model inference. The bridge facilitates communication between t

model-releasesr-ollama
20 Apr 2026
Local Ai

Best Ollama models/settings for an 8GB VPS (CPU only, ARM)? Running into memory & looping issues.

DGX agent

This Reddit thread discusses running Ollama on a resource-constrained 8GB CPU-only ARM VPS, addressing common challenges such as out-of-memory errors and model response looping. For purely CPU-only se

local-air-ollama
16 Apr 2026
Local Ai

LTX distilled 1.1 is the new king!

DGX agent

A Reddit thread from r/StableDiffusion discussing the release and community reception of LTX-Video's distilled 1.1 model, developed by Lightricks. LTX-Video is described as the first DiT-based video g

local-air-stablediffusion
16 Apr 2026
Local Ai

Need help setting up ollama.

DGX agent

A Reddit thread from the r/ollama community where a user seeks assistance with the initial setup and configuration of Ollama, a tool for running large language models locally. The discussion likely co

local-air-ollama
16 Apr 2026
Local Ai

Nucleus Image now supported in Ostris' AI-Toolkit.

DGX agent

Ostris' AI Toolkit is an all-in-one training suite for diffusion models , and Nucleus Image has been added to the list of supported models . The toolkit can be run as a GUI or CLI and is designed to b

local-air-stablediffusion
16 Apr 2026
Local Ai

NucleusAI/Nucleus-Image (Samples)

DGX agent

The Reddit post about NucleusAI/Nucleus-Image appears to be a community showcase of sample outputs from a text-to-image generative AI model called Nucleus-Image, developed by NucleusAI. The post is sh

local-air-stablediffusion
15 Apr 2026
Local Ai

Correct me if I’m wrong: Ollama can’t fine tune like Unsloth Studio

DGX agent

Ollama is a local inference engine designed for running pre-built LLMs on your own machine, and it does not include fine-tuning capabilities — this distinction is correct. Unsloth (and its Unsloth Stu

local-air-ollama
14 Apr 2026
Local Ai

Ernie Image Turbo is Capable of ...

DGX agent

ERNIE Image Turbo is an open text-to-image generation model developed by Baidu's ERNIE-Image team, serving as the distilled release of the full ERNIE-Image model and built on a single-stream Diffusion

local-air-stablediffusion
14 Apr 2026
Hardware

MoBo, CPU, RAM suggestion | I'm terrible at guessing hardware | no gpu

DGX agent

This Reddit thread from r/ollama features a user seeking community recommendations for motherboard, CPU, and RAM components to build a system optimized for running Ollama locally without a dedicated G

hardwarer-ollama
14 Apr 2026
Local Ai

AnimaYume - Anima finetune.

DGX agent

AnimaYume is a text-to-image model fine-tuned from Anima, a 2-billion-parameter anime-focused image generation model developed by CircleStone Labs in collaboration with Comfy Org, which is itself buil

local-air-stablediffusion
13 Apr 2026
Local Ai

Face vs body Zit Lora

DGX agent

This Reddit post from r/StableDiffusion discusses a community comparison or showcase involving a 'Zit LoRA' — a Stable Diffusion LoRA model — examining how it performs differently when applied to face

local-air-stablediffusion
13 Apr 2026
Local Ai

NO MORE PAYING FOR API! NEW SOLUTION!

DGX agent

A Reddit post from the r/ollama community discussing a free alternative to paid AI API services, likely centered around using Ollama to run large language models locally. The post probably highlights

local-air-ollama
13 Apr 2026
Model Releases

Ollama / Mistral with MCP to Mempalace

DGX agent

This Reddit post from r/ollama discusses integrating Ollama-served Mistral with MemPalace — a free, locally-run AI memory system — via the Model Context Protocol (MCP). MemPalace runs entirely on a us

model-releasesr-ollama
13 Apr 2026
← Previous
1…910111213…30
Next →