AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,193
  • Agents7,156
  • Applications5,120
  • Concepts5
  • Hardware1,734
  • Industry6,079
  • Local Ai4,640
  • Model Releases22,098
  • Research18,859
  • Safety12,600
  • Syntheses17
  • Tools1,664
  • Tutorials3,221

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,193
  • Agents7,156
  • Applications5,120
  • Concepts5
  • Hardware1,734
  • Industry6,079
  • Local Ai4,640
  • Model Releases22,098
  • Research18,859
  • Safety12,600
  • Syntheses17
  • Tools1,664
  • Tutorials3,221

Source
Human
83,193Total entries
1Added by human
83,192Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
1,942 results
21 Jun 2026

Your data changes and your multi-hop RAG goes stale? This one updates with embed-and-append -> open-weights Llama-3.3-70B, your own vLLM endpoint, no graph rebuild

Model ReleasesDGX agent

This post discusses a solution for keeping multi-hop retrieval-augmented generation (RAG) systems updated when data changes, using an embed-and-append approach with the open-weights Llama-3.3-70B mode

20 Jun 2026

An open handbook on LLM inference at scale (GPU internals, KV cache, batching, vLLM/SGLang/TensorRT-LLM) [P]

HardwareDGX agent

This handbook covers the technical aspects of running large language models efficiently at scale, focusing on GPU optimization techniques including GPU internals, key-value (KV) cache management, batc

TSAuditor: A time-series auditing framework [P]

DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
ResearchDGX agent

TSAuditor is a contamination auditing framework for time series foundation models that uses probe adaptation dynamics to detect when evaluation datasets may have been exposed during pretraining, valid

11 Jun 2026

I built a 100% local, CPU-only voice loop for Ollama — talk to your models hands-free (Silero VAD + Parakeet STT + Supertonic TTS 3)

Local AiDGX agent

A developer created a fully local, CPU-based voice interface for Ollama that enables hands-free conversation with AI models by combining three open-source components: Silero VAD (voice activity detect

Ideagram 4 - Safety Filter?

SafetyDGX agent

Ideogram 4 includes runtime safety filters powered by Hive for prompt and output moderation , with NSFW prompts blocked by displaying 'Image blocked by safety filter' . Users have reported false posit

Running Gemma 4 QAT 12B on an 8GB GPU at 16k context — measured the KV-cache tradeoffs

Model ReleasesDGX agent

This post discusses running Google's Gemma 4 QAT (Quantized Aware Training) 12B model on a GPU with 8GB of memory while maintaining a 16k token context window. The author likely shares performance ben

10 Jun 2026

Currently best way of image upscaling and restoration as of may 2026

Local AiDGX agent

As of May 2026, image upscaling tools split into two main categories: true-to-source models optimized for photo restoration, and creative reimaginers designed for AI art. Leading options include Topaz

Demo: Turn Research Into a Client-Ready Report with Row-Bot

Local AiDGX agent

Row-Bot is a local-first desktop AI assistant that orchestrates tools and models to handle reasoning and workflows while keeping data local. The demo likely showcases how Row-Bot's integrated tools, k

How can you just wipe past chat instances in Ollama?

Local AiDGX agent

Users can delete chat instances in Ollama's GUI by right-clicking and deleting each chat individually, though there is a feature request for a 'Select All' option to delete multiple chats at once. Alt

I made a tool to turn any image into Ideogram JSON prompt

Local AiDGX agent

A tool that describes any image and converts it into a structured Ideogram 4 JSON prompt, returning a working JSON prompt that can be passed directly to Ideogram's image generation endpoints. The tool

I took Andrej Karpathy's LLM Council concept to the next level (Docker, MCP, Skill, Search, local (Ollama)/cloud model support and much more)

Local AiDGX agent

A developer expanded on Andrej Karpathy's LLM Council concept by implementing an enhanced system with Docker containerization, Model Context Protocol (MCP) integration, skill modules, web search capab

Ideogram4 vs Flux.2 Dev vs GPT Image 2 vs Nano Banana Pro

Local AiDGX agent

A practical comparison of Ideogram 4.0, Nano Banana Pro, and GPT Image 2 across text rendering, design, photorealism, and real creator workflows. Ideogram 4.0 is the first open-weight challenger to ra

LTX 2.3 : Union Control & SDXL

Local AiDGX agent

LTX-2.3-22b Union Control is a unified control IC-LoRA (In-Context LoRA) trained on top of LTX-2.3-22b that enables multiple control signals to be used for video generation from text and reference fra

MTP doubled my generation, but at 64k context it cuts total latency by only ~3%. Measured the prefill wall on a 3090.

Local AiDGX agent

MTP (Multi-Token Prediction) doubled generation speed but provided only ~3% total latency reduction at 64k context length on an RTX 3090 GPU. The limited overall benefit at large context sizes suggest

Nanocoder hit 2,000 GitHub stars 🌟

Local AiDGX agent

Nanocoder is an open coding agent for the terminal built by a community collective rather than a company. It allows users to bring their own model, keep code on their machine, and owe nothing to anyon

RunPod AI Hub - Public Beta 1.34 live

Local AiDGX agent

RunPod Hub is a centralized catalog of preconfigured AI repositories that you can browse, deploy, and share, optimized for RunPod's Serverless infrastructure to deploy in minutes. The platform include

The car from One Piece at a Time from Johnny Cash.

IndustryDGX agent

'One Piece at a Time' is a 1976 country novelty song by Johnny Cash about a factory worker who steals Cadillac parts piece by piece over years. In 1977, Oklahoma collector Bill Patch built an actual m

Ugh, I’m completely lost. I can’t get VS Code on Windows to connect to Ollama, it’s installed on a local Ubuntu server and I’m struggling to configure it.

Local AiDGX agent

This post discusses troubleshooting steps for connecting Visual Studio Code running on Windows to an Ollama instance installed on a local Ubuntu server, addressing configuration and connectivity issue

What is the best open sourced image model?

Local AiDGX agent

The best open-source image generation models in 2026 include FLUX.1 [schnell], Stable Diffusion 3.5 Large, HiDream-I1-Full, SANA-Sprint 1.6B, and HunyuanImage-3.0 . FLUX.1 [dev] holds the crown for ph

9 Jun 2026

Haven't seen much about the Nvidia Cosmos 3 video model that dropped, what's up with that?

HardwareDGX agent

Nvidia Cosmos 3 is an open physical AI foundation model built on a mixture-of-transformers architecture that combines vision reasoning, world generation, and action prediction for reasoning, simulatio

How to use Row-Bot to turn unread emails into a daily action plan

TutorialsDGX agent

Row-Bot is a local-first desktop AI assistant that can check emails and integrate multiple tools in a single conversation turn . The application includes integrated tools, a personal knowledge graph,

I built a Windows GUI launcher to benchmark and manage multiple llama.cpp builds (useful for AMD GPU users juggling Vulkan/ROCm/HIP builds)

Model ReleasesDGX agent

A developer created a Windows GUI tool for managing and benchmarking different llama.cpp builds, addressing the needs of AMD GPU users who work with multiple compute backends like Vulkan, ROCm, and HI

Ideogram I2T2I working

Local AiDGX agent

I2T2I (image-to-text-to-image) is an image editing approach that converts an image to text, allows editing of the text, and then converts the edited text back to an image. Unlike inpainting or masking

Is ChatGPT slowly becoming everyone’s diary?

IndustryDGX agent

Growing numbers of users are adopting ChatGPT as a personal journaling tool, leveraging its interactive feedback and judgment-free environment for self-reflection and personal development. Users repor

Is inpainting possible with Ideogram 4?

Local AiDGX agent

Ideogram 4.0 supports inpainting workflows , and Magic Fill is its inpainting tool that allows editing specific regions of images to replace objects, add text, fix imperfections, and change background

Major update: my Ollama coding assistant now has a full autonomous agent + biggest release yet + qwen2.5-coder:7b

Local AiDGX agent

A user announced a major update to their Ollama coding assistant featuring Cline, an autonomous coding agent that operates within IDEs and can create, edit files, execute commands, and interact with t

NAVA FP8 ComfyUI

Local AiDGX agent

NAVA FP8 ComfyUI likely discusses FP8 precision quantization for ComfyUI, a technique that reduces memory usage and improves performance on compatible GPUs while maintaining reasonable output quality.

why does ollama unloads models automatically?

Local AiDGX agent

Ollama automatically unloads inactive models from memory based on inactivity parameters, with models being removed after a specified duration of non-use . By default, Ollama unloads a model after 5 mi

8 Jun 2026

[3090] Gemma4 QAT + MTP quick TPS numbers [TLDR 1.2-1.8x better]

Local AiDGX agent

I'd need to search for this specific Reddit post to provide accurate details about the actual findings and technical specifics of this GPU performance benchmark. This post likely discusses throughput

'can you generate an image of a screenshot of a website catalog displaying dozens of very interesting, unique plush toys. like alien plushes for example. something very bizarre, be creative with it.'

IndustryDGX agent

This Reddit post from r/ChatGPT appears to be a user request asking ChatGPT or another AI image generation tool to create a fictional website catalog screenshot featuring an eclectic collection of unu

Don't get me wrong, Ideogram's json prompting is certainly awesome for many people, but I prefer natural language and I find Krea 2 more aesthetically pleasing

Local AiDGX agent

Ideogram offers JSON prompting functionality that some users find powerful and useful, though others prefer natural language prompting interfaces. This post discusses a comparison between Ideogram and

Gemma 4 Chat Template now has preserve thinking

Model ReleasesDGX agent

Google added an empty thinking token to the Gemma 4 chat template, which stabilizes model output by suppressing 'ghost' thought channels that may appear even when thinking is deactivated. This update

Hi everyone, I'm building a local AI agent with Ollama and exploring dynamic PDF extraction. Since Ollama can't directly process PDFs, I'm extracting text and passing it via prompts. Should I use PDFPlumber, a vector database (RAG), or another approach for accurate document understanding? Guide me !

Local AiDGX agent

User seeks guidance on PDF processing methods for local AI agents built with Ollama, comparing approaches like PDFPlumber extraction, vector database RAG systems, and alternative techniques for accura

Ideogram 4

Local AiDGX agent

Ideogram 4 is Ideogram's first open-weight text-to-image model trained from scratch, introducing structured JSON prompting with multilingual text rendering and explicit layout controls. Released on Ju

Ideogram 4 comic

Local AiDGX agent

Ideogram 4 is an AI image generation model that features improved capabilities for creating text within images and generating visual content . The Reddit post likely showcases a comic or sequential ar

I've used ChatGPT for many different things, but I have literally NEVER found it to be helpful in creating a Powerpoint presentation. People who have succesfully used it for that, what advice do you have to offer?

IndustryDGX agent

This Reddit post from r/ChatGPT documents a user's frustration with ChatGPT's limitations for PowerPoint creation and solicits advice from others who have successfully used it for that purpose. The di

Local models to turn images into 3d models?

Local AiDGX agent

AI 2D to 3D image converter tools use artificial intelligence to transform two-dimensional images into three-dimensional models by analyzing depth, textures, and shapes, simplifying the traditionally

mtmd : add video input support by ngxson · Pull Request #24269 · ggml-org/llama.cpp

Model ReleasesDGX agent

PR #24269 added native video input to llama.cpp's multimodal (mtmd) system, merging on June 8, 2026. The implementation uses FFmpeg as a subprocess to decode video frames and expands a single video ma

Pipeline parallelism in llama.cpp may be wasting your VRAM

Model ReleasesDGX agent

Pipeline parallelism in llama.cpp distributes model layers across multiple GPUs, with each GPU holding a contiguous slice of layers . However, the Reddit post likely discusses inefficiencies in how pi

'Testing LCM on a GTX 750 Ti 4GB: Surprisingly Usable for Low-VRAM AI Image Generation'

Local AiDGX agent

This post documents testing Latent Consistency Models (LCM) on a GTX 750 Ti graphics card with 4GB of VRAM, demonstrating that this older, lower-end GPU can still run AI image generation models with a

Testing out characters with Ideogram 4

Local AiDGX agent

This Reddit post likely documents user tests of Ideogram Character, a feature that extracts defining features from a single reference image to generate consistent character variations across multiple

Was BitNet a dead end? What happened to ternary LLMs?

Local AiDGX agent

BitNet b1.58 uses ternary weights (-1, 0, 1) and achieves performance comparable to full-precision transformers , enabling efficient LLM inference on CPUs and edge devices. While research into efficie

Xiaomi just claimed 1,000+ tps on a 1T model using a standard 8-GPU server

HardwareDGX agent

Xiaomi achieved over 1,000 tokens per second output from a 1 trillion-parameter model using a single standard 8-GPU commodity node through extreme model-system codesign . The approach combines FP4 qua

7 Jun 2026

A new Ui for Reasoning steps 👀

IndustryDGX agent

A discussion on r/ChatGPT about a newly introduced user interface for displaying AI reasoning steps. The post likely features community reactions or details about how OpenAI is improving transparency

Added Epoch Travel via a morphing slider, Seed Travel, Prompt Travel and Lora Strength Travel for LoRA evaluation to Fizgig for Klein 9B. The new mode is called LoRA Royale.

Local AiDGX agent

Fizgig, a tool for the Klein 9B model, has introduced 'LoRA Royale,' a new evaluation mode featuring epoch travel via morphing slider, seed travel, prompt travel, and LoRA strength travel capabilities

Damn, do you think it will actually be good for us users or only superficial show for investors?

IndustryDGX agent

I can see this is a Reddit post from r/ChatGPT with a title expressing skepticism about whether some AI development or feature will genuinely benefit users or merely serve as marketing for investors.

I have distilled my flow matching model into the rectified flow model, so it can now generate in few steps and without cfg.

Local AiDGX agent

A researcher distilled their flow matching model into a rectified flow model, enabling high-quality generation in few steps without requiring classifier-free guidance (CFG). Rectified flow straightens

Ideogram working on Forge Neo

Local AiDGX agent

Forge Neo is an upgraded version of Forge UI built on the Gradio library , a lightweight Stable Diffusion web interface for image and video generation. It supports multiple new diffusion models includ

Image Gen limit?

IndustryDGX agent

ChatGPT Plus users can generate approximately 50 images per rolling 3-hour window , with a daily maximum of around 200 images . Recent product updates have introduced new image models and occasional t

Multi keyframe support in Pallaidium via. LTX 2.3

Local AiDGX agent

LTX-2.3 introduced multi-keyframe support that allows users to specify multiple image keyframes with precise timing control for structured video generation . This feature enables keyframe images to be

Need guidance setting up Local AI, Agents, MCP & RAG on an all-AMD Linux rig (7900 XTX / CachyOS)

Local AiDGX agent

This post seeks guidance on configuring local AI infrastructure on an AMD-based Linux system (7900 XTX GPU with CachyOS), specifically covering the setup of large language models via Ollama, AI agents

OpenAI plots biggest ChatGPT overhaul since launch

IndustryDGX agent

OpenAI is planning its biggest ChatGPT overhaul yet, aiming to turn it into a 'superapp' with coding tools and AI agents to boost revenue ahead of a potential stock market listing. The redesigned Chat

Prompt to extract all the memory ChatGPT stores

IndustryDGX agent

ChatGPT's memory feature stores conversation context and user preferences within individual chats. This Reddit post discusses prompts designed to retrieve or extract the stored memory data that ChatGP

Tired of bloated UIs for Ollama? Built a minimal IDE that infers your hardware and just works

Local AiDGX agent

A developer created a minimal IDE for Ollama that automatically detects hardware capabilities and provides a streamlined user interface without unnecessary complexity. The tool aims to simplify the us

Wasn't Krea 2 supposed to be released ?

Model ReleasesDGX agent

Krea 2, Krea's first foundation image model built from scratch, was announced on May 12, 2026 , with a focus on aesthetics, style transfer, and creative control . Krea 2 became available to everyone s

6 Jun 2026

Building a Custom Drones MuJoCo Environment [P]

ResearchDGX agent

This post likely covers the process of creating a custom drone simulation environment using MuJoCo, a physics engine commonly used in machine learning research. The project involves leveraging MuJoCo'

Built a fully-local paper-RAG across 2× 1080 Ti + a 3090. Three Ollama gotchas that each cost me a day.

Local AiDGX agent

A developer documented their experience building a fully-local paper Retrieval-Augmented Generation (RAG) system using two NVIDIA GTX 1080 Ti GPUs and one RTX 3090, sharing three significant challenge

Do you actually use different AI models for different parts of your life, or does one subscription eventually win?

IndustryDGX agent

This Reddit discussion explores user preferences and behaviors around AI model usage, examining whether people maintain subscriptions to multiple AI services or consolidate to a single primary platfor

I built a small Windows tool to monitor and manage Ollama more easily

Local AiDGX agent

A tiny Windows system tray tool that monitors local Ollama runtime with quick visual feedback about status, resource usage, and models . The app uses color-coded tray icons for quick status checks and

Ideogram 4 on comfyui

Local AiDGX agent

Ideogram 4.0 is an open-weights 9.3B parameter text-to-image model that received native support in ComfyUI on day zero of its release. The model excels at generating posters, layouts, and readable cop

← Previous
1…1112131415…33
Next →