AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
Human
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
1,927 results
Local Ai

We applied BitNet-style ternary quantization to a super-resolution transformer. The whole model is 668 KB gzipped and runs in the browser.

DGX agent

Everyone's been doing 1.58-bit for LLMs, so we tried it on a vision transformer: Swin2SR (lightweight ×2 variant, 1.01M params), quantized so every weight is −1, 0, or +1 with a small per-group scale

local-air-stablediffusion
31 Jul 2026
DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

We've gotten some great medium sized models lately (DSV4 Flash 0731, Inkling Small, Laguna S 2.1, Step 3.7 Flash) but does anybody else want to see some new 70-80b contenders?

DGX agent

I can run the mediums, but sometimes I want a faster option that's smarter than Qwen 27B/35B. On my hardware I get like 500 to 800 tok/s prefill and 16 to 22 tok/s gen on ~120B class models, which is

model-releasesr-localllama
31 Jul 2026
Local Ai

What am I doing wrong in my LoRA training?

DGX agent

Hi everyone, this is my very first time training a LoRA, so I might be missing something basic! I trained an art style LoRA using noobaiXLNAIXL_vPred10Version as the base model, with 21 images, 8 epoc

local-air-stablediffusion
31 Jul 2026
Model Releases

What's your local AI coding setup on a MacBook Pro M4?

DGX agent

I've spent the last couple of days trying different setups (Ollama, Continue, Claude Code, Gemini CLI, OpenRouter...) and at this point I feel like I've spent more time configuring tools than actually

model-releasesr-ollama
31 Jul 2026
Model Releases

Why are AI model tests always the same generic prompts?

DGX agent

Okay, hear me out. Why is it that every time a new model comes out, all the tests I see are 'make a car game,' 'make a website,' or something equally generic, usually from a prompt that's barely a lin

model-releasesr-localllama
31 Jul 2026
Model Releases

Will ollama upgrade Deepseek V4 Flash on cloud?

DGX agent

https://preview.redd.it/vxl4zslewigh1.png?width=1435&format=png&auto=webp&s=5a419870ca0cb13076be6c9ff4ef33d8177d5eda New version is 25% better than previous one and is near GLM-5.2 quality submitted b

model-releasesr-ollama
31 Jul 2026
Model Releases

With release of Deepseek V4 I wanted see how the model sizes are trending over time. The trend is that by this time next year, we probably will have Opus 4.5 level models on consumer grade laptops!

DGX agent

I was surprised to see that Deepseek V4 Flash is extremely smart and small enough to fit in setup that can be built with < $50,000. Expensive, but not a datacenter. So I wanted to see the trend over t

model-releasesr-localllama
31 Jul 2026
Local Ai

2 images + 1 prompt > expected output

DGX agent

Hi, I'm trying to replicate a thing locally, that I can do on ChatGPT. What I want is to give a local AI two reference images (a face and a background item) and a prompt about the composition of the p

local-air-ollama
30 Jul 2026
Local Ai

2× Radeon R9700 for Local AI Was Choosing AMD Instead of NVIDIA a Mistake Without CUDA?

DGX agent

Hello together I decided to go with 2× Radeon AI PRO R9700 GPUs (64 GB total VRAM) for my local AI server. However, I keep reading that AMD/ROCm is still not as mature as NVIDIA/CUDA when it comes to

local-air-localllama
30 Jul 2026
Model Releases

4090 + 5060 Ti + 64GB RAM: 206 t/s on a 35B-A3B, and a 122B at 37 t/s

DGX agent

I've been benchmarking a two-card box for a few weeks and I still can't quite get over some of these numbers, so I'm dumping them here. Box: RTX 4090 (24GB) + RTX 5060 Ti (16GB), i9-13900K, 64GB DDR5.

model-releasesr-localllama
30 Jul 2026
Model Releases

Benchmarked: MindControl for Llama.cpp

DGX agent

I recently shared the original MindControl PoC (and on github) - sampler-level guided reasoning budgets for llama.cpp, nudging the model with self-aware statements about its own thinking budget instea

model-releasesr-localllama
30 Jul 2026
Model Releases

Does MTP head get loaded in VRAM by default?

DGX agent

I ran into a doubt when using the following command. It seems that the System RAM usage keeps increasing even though there is >10GB of space left in VRAM while using the MTP mode. Does the MTP head lo

model-releasesr-localllama
30 Jul 2026
Local Ai

GLM 5.2 with vision on Hugging Face

DGX agent

Hi all, I have not seen this model talked about here but it seems like baseten (inference provider on OpenRouter) merged the vision encoder from Kimi k2.6 into GLM 5.2. I think the lack of vision was

local-air-localllama
30 Jul 2026
Model Releases

How close are we to local llama robotics for consumer price point?

DGX agent

I'm guessing 3 years, what do you think? In other words: many of us will be able to afford a general purpose robot in 3 years to experiment with in the home. Cost roughly $5k? Probably small size, but

model-releasesr-localllama
30 Jul 2026
Model Releases

How Kimi K3 Engineered Its Way to the Frontier [R]

DGX agent

Kimi K3 by Moonshot reached the frontier as an open-weight model. Artificial Analysis ranks it fourth of 580 models, behind only Claude Opus 5, Fable 5, and GPT-5.6 Sol. Moonshot released more than th

model-releasesr-machinelearning
30 Jul 2026
Tutorials

how to train lora, make datasheet with ai toolkit

DGX agent

Hi! I'm trying to train my first LoRA, but I'm not sure how to handle the dataset captions. Should I describe everything in the photo, or just specific details? Also, can I train it using different im

tutorialsr-stablediffusion
30 Jul 2026
Model Releases

How to uninstall Ollama Claude code

DGX agent

pretty simple I did ollama launch claude, found out its slow asf, wanted to delete It and Idk how I have no idra if its the same as normal Claude Code uninstall or if it's a Little bit of a different

model-releasesr-ollama
30 Jul 2026
Hardware

I built ganfs: A Python package that uses GANs to automate feature selection for high-dimensional datasets. (No domain expert required) [P] [R]

DGX agent

Hey everyone, I recently open-sourced a new Python package called ganfs (Generative Adversarial Network Feature Selection), and I wanted to share it with the community. The Problem: Selecting the best

hardwarer-machinelearning
30 Jul 2026
Local Ai

Inkling-Small-276B-12B, effort 'max' VS Qwen3.6-27B

DGX agent

I saw u/danielhanchen's 1-bit Kimi K3 post: https://huggingface.co/unsloth/Kimi-K3-GGUF/discussions/12#6a6a4a90ec74ef13d85d7cf6 and decided to test Inkling-Small and Qwen3.6-27B myself, based on the f

local-air-localllama
30 Jul 2026
Model Releases

Inkling-Small by thinkingmachines

DGX agent

276B total parameters, 12B active, 1M context window. Blog post: https://thinkingmachines.ai/news/inkling-small/ NVFP4: https://huggingface.co/thinkingmachines/Inkling-Small-NVFP4 GGUF's by Unsloth: h

model-releasesr-localllama
30 Jul 2026
Local Ai

Is it possible to have multiple concept in one LORA?

DGX agent

I have question. I am trying to train a LORA, and my concept is for Indian wedding and tradional wardrobe based on Regions. I was planning to train a model which understand each region clothing style

local-air-stablediffusion
30 Jul 2026
Model Releases

LG AI Research releases K-EXAONE 2.0 750B A37B

DGX agent

It was developed under Phase 2 of Korea's Sovereign AI Foundation Model Project. ​Size: 750B parameters (3x larger than their 236B v1 model). ​- License: Apache 2.0 ​Languages: Expanded to 10 language

model-releasesr-localllama
30 Jul 2026
Local Ai

Local-first personal AI agent that runs on Ollama + Telegram — looking for feature ideas

DGX agent

I’ve been building ClawLite, an open-source personal AI assistant that talks to you through Telegram and defaults to Ollama (local models). What it does: Multi-agent research with actual cross-source

local-air-ollama
30 Jul 2026
Local Ai

Making a synthetic dataset for fine-tuning

DGX agent

I've been thinking about building a pipeline to generate reasoning training data for LLMs, but I want to avoid the common failure mode of synthetic data where you just generate the same template with

local-air-localllama
30 Jul 2026
Model Releases

Mechanistic interpretability streamlined for everyday users like us😎 🧠

DGX agent

Context: I want to give the community an Open Research (well open under Apache 2.0 clause) - tool that allows everyday users like us to look deeper into the local models we use consistently. Mechanist

model-releasesr-localllama
30 Jul 2026
Model Releases

Memory bandwidth, not VRAM size, sets your tokens/sec — here's the arithmetic

DGX agent

Every week someone asks which card to buy and the thread turns into people naming GPUs they happen to own. There's an actual calculation behind it, it takes two numbers off the spec sheet, and it pred

model-releasesr-ollama
30 Jul 2026
Applications

MLVC: Multi-platform Learned Video Codec for Real-World Deployment [P]

DGX agent

I've always found it a little strange that AI is everywhere, but the codecs we use in practice are the traditional hand-engineered systems like h.264, h.265, av1. Alexnet started the wave of neural ne

applicationsr-machinelearning
30 Jul 2026
Model Releases

Nanbeige4.2-3B: I'm not impressed

DGX agent

I've tested Nanbeige-4.2-3B. On paper, the benchmarks promise it blows away Qwen3.5-9B and Gemma4-12B. My goal was to have something very light and fast to replace Qwen3.6-35B (or finetunes thereof) f

model-releasesr-localllama
30 Jul 2026
Model Releases

P.A.I. — Sleek Native Desktop AI Overlayer for Local Ollama Models 🤖⚡

DGX agent

Greetings Community! 👋 I hope everyone is doing well! I'm Tauhid — Senior EEE student from a Bangladeshi University Today I'd like to share an open-source project I’ve been developing called P.A.I. (P

model-releasesr-ollama
30 Jul 2026
Local Ai

Quantized Kimi-K3:cloud

DGX agent

I’m on the $20 plan and I’m not going to pay for extra usage credits to use Kimi-K3. Could the folks at Ollama quantize the model and serve it up in the cloud? submitted by /u/EvanstonNU [link] [comme

local-air-ollama
30 Jul 2026
Local Ai

Smallest model (& tips) for intelligent computer use via Hermes?

DGX agent

Hello, I have a friend who's using various local LLM's like qwen3.6 27B, 35b-a3b, North Mini Code, and qwen2.5-vl-7b (just for vision). They have a use case where they're trying to have an LLM drive a

local-air-localllama
30 Jul 2026
Agents

Software Engineers: Do you honestly get anything useful out of LLMs?

DGX agent

For 6 months now I've been trying to make agentic coding work for me, using Pi and a handful 30-120B models (Qwens, Nemotrons, Leguna...etc). I'm not greedy either, I stick to decent quants, never qua

agentsr-localllama
30 Jul 2026
Model Releases

Turbo-fieldfare: Open-source engine running Gemma 4 26B in 2 GB RAM on Apple Silicon

DGX agent

Its a custom Swift/Metal inference engine that runs Gemma 4 26B-A4B-IT on M-series Macs with very low RAM. It uses ~2GB instead of ~14 GB. The result is reportedly 5–6 tok/s on an 8 GB M2 MacBook Air

model-releasesr-localllama
30 Jul 2026
Hardware

unsloth/Qwen3.6-27B-NVFP4 vs. Intel/Qwen3.6-27B-int4-AutoRound vs. nvidia/Qwen3.6-27B-NVFP4 -- which one to choose?

DGX agent

Are there any benchmarks on these 4 bit quants, like how Artificial Analysis runs a slew of various benchmarks? If not, how can I run one (5x over for consistency) on them? I'm also very interested in

hardwarer-localllama
30 Jul 2026
Local Ai

What actually happened to the whole Openclaw frenzy?

DGX agent

A while back you couldn't open reddit or youtube without sifting through tons of Openclaw content. And it wasn't just the internet that blew up, I remember seeing images from China where crowds would

local-air-localllama
30 Jul 2026
Model Releases

What is the best intelligence/stable model currently for a single GB10/DGX spark?

DGX agent

Is Qwen 3.6 27b still the go' ol' reliable at this point? I know 35b is faster but it just doesn't give as good results. Is it possible to run deepseek v4 flash on a single spark at decent tk/s withou

model-releasesr-localllama
30 Jul 2026
Model Releases

What is the fastest local research tool (deep research) ?

DGX agent

I've tried grok and Claude's deep research mode and I was amazed with the speed considering the amount of sources analysed. Is there anything as fast that can run locally? My guess would be that to ru

model-releasesr-localllama
30 Jul 2026
Model Releases

Why not Ollama Cloud for Opencode?

DGX agent

I see a lot of discussion here about best subscriptions or APIs to get. Most of them comes almost always back to DeepSeek API for Flash, Opencode Go and Codex Plus. I have the combo Ollama Cloud + Ope

model-releasesr-ollama
30 Jul 2026
Model Releases

Would extremely high decode tok/s even be useful?

DGX agent

If you were able to get an inference machine that could do decode at 1k toks/s or even 10k tok/s, would that even be helpful? Would it unlock any new use cases? Let’s assume that this is for actually

model-releasesr-localllama
30 Jul 2026
Local Ai

3090 owners, what vram tempature do you get under ai load?

DGX agent

Hello Can you please share the tempature you get on your rtx 3090 under active llm load? Im trying to findout if my rtx 3090's tempatures are healthy or not please share VRAM Tempature only, you can t

local-air-localllama
29 Jul 2026
Model Releases

5060ti Chads, vllm updates and nvfp4

DGX agent

Hey y'all! How is it going. Today this will be a short posting for posterity, mostly so the future llm/scraping overlords catch it since they like reddit and also for anyone out there trying this shit

model-releasesr-localllama
29 Jul 2026
Model Releases

AI Security Leaderboard: benchmarking model robustness [P]

DGX agent

We developed a leaderboard ranking frontier model security. There's no shortage of model capability rankings, but we didn't find anything comparable for model security. Yet security is becoming increa

model-releasesr-machinelearning
29 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
Local Ai

Bought a 5090 to escape API fees. Ended up building a mini datacenter. Sound familiar?

DGX agent

I bought an RTX 5090 last year just to run 27B models natively. I even fine-tuned it with my own data using LoRA, building RAGs and was pretty damn happy with the results at first. But, Q8 quantizatio

local-air-localllama
29 Jul 2026
Model Releases

Built and released BetterGPT-150M – A compact 150M parameter completion model (+ live HF Space demo)

DGX agent

Hey everyone, ​I recently finished pre-training BetterGPT-150M, a small, lightweight causal language model with ~152 million parameters.Trained on 15B tokens. Dataset & Training: Trained across stable

model-releasesr-localllama
29 Jul 2026
Model Releases

ChatGPT Made Me Cry Tonight

DGX agent

Sorry if flair is wrong. I decided to finally get a ChatGPT subscription after some conversations with it about health issues with my dog. I've only used AI for coding work, primarily Claude, but I fe

model-releasesr-chatgpt
29 Jul 2026
Model Releases

dropped 4k on a spark, am I crazy?

DGX agent

Saw that the Asus Ascent 1tb was going for $3,950 from a few sources, couldn't stop thinking about it, finally just went ahead and did it. Am I completely insane? Will I regret this? I can't imagine t

model-releasesr-localllama
29 Jul 2026
Local Ai

Everyone posts day-one impressions. What's still in your stack a month later?

DGX agent

Day one threads are the least useful thing we produce here and we produce a lot of them. Model drops, forty people run their favourite prompt, half say it's the best thing ever and half say benchmaxxe

local-air-localllama
29 Jul 2026
← Previous
1…7891011…41
Next →