AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries84,532
  • Agents7,263
  • Applications5,198
  • Concepts5
  • Hardware1,750
  • Industry6,094
  • Local Ai4,728
  • Model Releases22,545
  • Research19,193
  • Safety12,812
  • Syntheses17
  • Tools1,666
  • Tutorials3,261

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries84,532
  • Agents7,263
  • Applications5,198
  • Concepts5
  • Hardware1,750
  • Industry6,094
  • Local Ai4,728
  • Model Releases22,545
  • Research19,193
  • Safety12,812
  • Syntheses17
  • Tools1,666
  • Tutorials3,261

Source
HumanDGX agent

Content type
84,532Total entries
1Added by human
84,531Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
84,531 results
Model Releases

b10329

DGX agent

server, ui: only offer a working directory when a tool reads it (#26762) The working directory chip showed up as soon as the server exposed any builtin tool, so a server started with just get_datetime

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

b10330

DGX agent

CUDA: fuse rms_norm + mul + rope (+ view + set_rows) (#26767) CUDA: fuse rms_norm + mul + rope (+ view + set_rows) tests: add broadcast weight case to rms_norm_mul_rope CUDA: check memory ranges befor

model-releases
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
llama-cpp-releases
8 Aug 2026
Model Releases

b10331

DGX agent

server: report the isolate working directory from get_info (#26773) server: report the isolate working directory from get_info Without an explicit cwd, get_info fell back to the server process working

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

Building a budget 32GB → 48GB VRAM home AI server: 2-3x RX 9060 XT 16GB vs RTX 5060 Ti 16GB, AM5 vs used EPYC?

DGX agent

I’m planning a dedicated home AI server, mainly for local LLM inference, agents/tool use, Docker services, and eventually larger MoE models with CPU offload. My plan is to start with 2x 16GB GPUs = 32

model-releasesr-localllama
8 Aug 2026
Local Ai

Building a zero-dependency C inference engine for BitNet (1.58-bit) - lessons from hitting 36 tok/s on a Xeon CPU

DGX agent

Over the past few months I have been building a CPU-first inference engine from scratch in pure C99 (no Python, no CUDA, no BLAS, just GCC and make). The focus has been running 1.58-bit ternary models

local-air-localllama
8 Aug 2026
Model Releases

Claude Code in 9 lines python

DGX agent

I was wondering what a minimal coding agent implementation would look like that can be used like Claude Code or Codex Not feature-by-feature of course but basically stripping everything out that is no

model-releasesr-localllama
8 Aug 2026
Safety

CPUs and the rise of neurosymbolic AI by @garymarcus (with implications for what Artificial Intelligence implies about natural intelligence …

DGX agent

CPUs and the rise of neurosymbolic AI by @garymarcus (with implications for what Artificial Intelligence implies about natural intelligence -- Gary's & my interest ever since we worked together 37 yea

safetygary-marcus--x
8 Aug 2026
Model Releases

Currently serving 200 tps+ output speed for DeepSeek-V4-Flash on Ollama's cloud with zero data retention (ZDR). Have an amazing weekend 🫡

DGX agent

Currently serving 200 tps+ output speed for DeepSeek-V4-Flash on Ollama's cloud with zero data retention (ZDR). Have an amazing weekend 🫡 DeepSeek-V4-Flash-0731 is now fully rolled out as the new defa

model-releasesollama--x
8 Aug 2026
Model Releases

DeepSeek V4 Flash 0731 appreciation post

DGX agent

I’m running DSV4F 0731 on dual spark, and honestly… wow. It’s an absolute workhorse, and the benchmarks are real. Everyday tasks with Hermes agent? Effortless. Coding tasks with OpenCode? I’m genuinel

model-releasesr-localllama
8 Aug 2026
Tools

Don't miss the bit where OpenAI first found out they were responsible for the Hugging Face attack when they reached out to HF to get one of …

DGX agent

Don't miss the bit where OpenAI first found out they were responsible for the Hugging Face attack when they reached out to HF to get one of their credentials revoked and HF told them it had already be

toolssimon-willison--x
8 Aug 2026
Model Releases

enabling PCI-E p2p for consumer Nvidia cards will yield you more than you think

DGX agent

Disclaimer - no LLM was used to write this post/note As larger post about my setup will come later, want to give heads-up to folks who use VLLM and >= 2 GPUs. So I have pretty meaty server (8 channel

model-releasesr-localllama
8 Aug 2026
Model Releases

Extremely slow DSpark draft model performance (1-2 t/s) with DeepSeek-V4-Flash on llama-server compared to MTP?

DGX agent

Hey everyone, I could use some advice on setting up speculative decoding correctly with llama-server. My Hardware: GPUs: RTX 4090 + RTX 6000 Pro (120GB total VRAM) RAM: 32GB I am currently testing the

model-releasesr-localllama
8 Aug 2026
Model Releases

Firebird Launches CIS Region’s Largest AI Factory in Armenia

DGX agent

The global buildout of AI infrastructure reached a new milestone today — Firebird, an emerging AI cloud, launched the CIS region’s largest AI factory in Armenia, establishing a new AI computing hub po

model-releasesnvidia-blog
8 Aug 2026
Industry

Forecasting the AI bubble: When scarcity turns to surplus

DGX agent

Artificial intelligence can be technologically transformative and still produce a capital bubble. Those two ideas are not in conflict. The bubble bursting does not require AI to fail. It only requires

industrysiliconangle
8 Aug 2026
Local Ai

Has anyone here fiddled with TPUs for inference ?

DGX agent

I discovered recently that Google uses their own TPUs, like tiny ASIC cards like the toy ones that existed for bitcoin. And while it sounds inefficient the fact they use thousands of them because...th

local-air-localllama
8 Aug 2026
Agents

HUD mode Hermes stops being a window you switch to and becomes a layer over the app you're both working in. Or keep it around as a little bu…

DGX agent

HUD mode Hermes stops being a window you switch to and becomes a layer over the app you're both working in. Or keep it around as a little buddy agent. Ask it random things, drag it anywhere, it's your

agentsnous-research--x
8 Aug 2026
Model Releases

I tested a fresh GitHub download → Ollama → first local coding-agent task (72 seconds, no cloud API)

DGX agent

I’m building DesktopLab, an open-source local-first control plane for development agents. I recorded the setup boundary that most agent demos skip: DesktopLab detects the host, proposes the supported

model-releasesr-ollama
8 Aug 2026
Model Releases

I use auto mode for everything and now that will be the default in Claude. Anthropic had to decide whether to prioritize maximization of hum…

DGX agent

I use auto mode for everything and now that will be the default in Claude. Anthropic had to decide whether to prioritize maximization of human control or minimization of risk, and it chose the latter.

model-releasesallie-k--miller--x
8 Aug 2026
Local Ai

IDE with Locall LLMs?

DGX agent

What IDE are you using. its another problem area for me . I usually use VSCode , but with local llms I have not found an extension which works optimally VSCode CoPilot chat with Ollama: CoPilot bloats

local-air-ollama
8 Aug 2026
Agents

Imagine image 2.0, non-agentic yet, more to come in a week or two 💙

DGX agent

Imagine image 2.0, non-agentic yet, more to come in a week or two 💙 Announcing Imagine Image 2.0, our next generation image model with precision editing, crisp text rendering, improved factuality, and

agentselon-musk--x
8 Aug 2026
Model Releases

Is anyone else finding DeepSeek-V4-Flash unreliable for non-coding tasks?

DGX agent

(I am not a native speaker, written by myself, so please bear with me) I really want to like DeepSeek-V4-Flash-0731. But it has serious flaws that don't align with the high score on intelligence bench

model-releasesr-localllama
8 Aug 2026
Model Releases

Kimi K3 (Unsloth) IQ2-XXS from 711GB down to 478GB!!! Only Multi-language was removed to trim the size

DGX agent

Firstly a big thanks to the poster 'hellohazine', he basically only removed the multi-lingual fat of the model and just kept the English language intact. It is the exact model, and the rest of the mod

model-releasesr-localllama
8 Aug 2026
Model Releases

LiteParse can now extract structured data from your PDF in milliseconds: ✅ checkbox states ✅ annotations ✅ vector graphics ✅ word-level boun…

DGX agent

LiteParse can now extract structured data from your PDF in milliseconds: ✅ checkbox states ✅ annotations ✅ vector graphics ✅ word-level bounding boxes It is the most comprehensive, accurate (and fast)

model-releasesjerry-liu--x
8 Aug 2026
Local Ai

MI25 for 80-100€ worth it?

DGX agent

seems to be about as good as a vega 56 with 16Gb of VRAM, is it worth it? (don’t want to deal with NVIDIA drivers on Linux, already have an rx6650xt and might simply use vulkan for llamacpp inference)

local-air-localllama
8 Aug 2026
Model Releases

model: support Longcat-Flash (need testing) by ngxson · Pull Request #19182 · ggml-org/llama.cpp

DGX agent

This PR should be ready for testing now. I tested with a very small (8B params) sub-model extracted from the original one. Appreciate if someone can test with the bigger model. GGUF(for testing) from

model-releasesr-localllama
8 Aug 2026
Model Releases

My first run of Kimi K3 locally.

DGX agent

Running across 2 clusters using llama.cpp over RPC too. Both clusters are not enough to hold everything in memory, so main cluster still partially offloads to run. Goal will be to get all the GPUs in

model-releasesr-localllama
8 Aug 2026
Tools

Neat example here of the agents communicating purely through file names, including adding base64-encoded attachments and using 'zz' prefixes…

DGX agent

Neat example here of the agents communicating purely through file names, including adding base64-encoded attachments and using 'zz' prefixes to ensure their new message sorts to the bottom of the list

toolssimon-willison--x
8 Aug 2026
Model Releases

Now we have a timeline of the OpenAI accidental attack against Hugging Face

DGX agent

My comment on Now we have a timeline of the OpenAI accidental attack against Hugging Face — Hacker News.I think one of the most interesting details here might be tucked away in that first bulletin poi

model-releasessimon-willison
8 Aug 2026
Model Releases

Ollama Cloud reviews

DGX agent

I am wondering if anyone can give opinion on if Ollama Cloud pro or max plans are worth it. Id be looking to use it with Kimi K3, Qwen 3.8 and Deepseek v4flash for now. Wondering if it would be better

model-releasesr-ollama
8 Aug 2026
Model Releases

@OpenAI oo claude code has this now!!! need to try https://x.com/ClaudeDevs/status/2085817074816070014

DGX agent

@OpenAI oo claude code has this now!!! need to try https://x.com/ClaudeDevs/status/2085817074816070014 New in Claude Code: your sessions can now message each other. Instead of having to re-explain you

model-releasesswyx--x
8 Aug 2026
Industry

OpenAI reveals upcoming Astra model may possess ‘critical’ hacking capabilities

DGX agent

OpenAI Group PBC today disclosed that one of its unreleased large language models may pose a significant cybersecurity risk. The algorithm, which is known as Astra, was first detailed last week. OpenA

industrysiliconangle
8 Aug 2026
Model Releases

PSA for anyone with multiple V620's or other gfx1030 cards having problems making llama.cpp tensor split work -- set '-ub 384' and -b to a multiple of that depending on number of GPUs

DGX agent

Basically what the title says. For me, it would always crash and burn trying to use tensor split. Apparently, there's some bug where GPU memory gets corrupted with the default microbatch (512) or high

model-releasesr-localllama
8 Aug 2026
Local Ai

Quick survey (2 min) on trust in hardware specs for open-source models

DGX agent

Hi everyone, I'm a systems analysis student researching a problem a lot of you probably know well: how much you actually trust the published VRAM/RAM requirements for open-source models before trying

local-air-ollama
8 Aug 2026
Model Releases

Qwen 35B-A3B MoE vs 27B dense in local coding tests: ~4× faster, much smaller quality gap than I expected

DGX agent

I compared Qwen 35B-A3B MoE against Qwen 27B dense on a series of local coding-maintenance tasks. On my R9700/llama.cpp setup, the MoE model generated about 3.9× faster (~116 vs ~30 tok/s), but the co

model-releasesr-localllama
8 Aug 2026
Model Releases

Qwen3.6 27B + 35B on vLLM, single R9700 (gfx1201)

DGX agent

I've been tuning my new Radeon AI Pro R9700, and figured that this would be useful information for people who are trying to optimise their setups. I'm pretty happy with these results and looking forwa

model-releasesr-localllama
8 Aug 2026
Model Releases

Showoff Saturday: Local 4x 6000 Pro (multi-year progression)

DGX agent

Not the biggest or shiniest, but it's mine From gaming machine inference on the original llama models, to a 4x RTX 6000 Pro Max Q + 4x 3090s local AI cluster. Pictures are in reverse chronological ord

model-releasesr-localllama
8 Aug 2026
Local Ai

Spongebob MiniMax H3 test (4 x 5 seconds) turbo 6 steps 1344×768 (AI gen post)

DGX agent

MiniMax-H3 in ComfyUI 0.30.0, RTX 4080 16 GB (224 W cap). int8 DiT + int8 Qwen3-VL-32B text encoder. Turbo LoRA @ 0.9, euler + simple, 6 steps, no CFG. MiniMaxH3ReferenceToVideo with 3 reference image

local-air-stablediffusion
8 Aug 2026
Model Releases

Tesla V100 Qwen3.6 27B Performance

DGX agent

Looking for V100 users to share your config and it's performance. GPU: Tesla V100 PCIE 32Gb Qwen3.6 27B Q4_K_M + Q8_0 MTP 128K context length Pi coding agent llama.cpp model preset: [*] spec-default =

model-releasesr-localllama
8 Aug 2026
Model Releases

The reports of the demise of Google are greatly exaggerated. I wouldn't underestimate them

DGX agent

François Chollet commented that claims the demise of Google were greatly exaggerated, cautioning against undervaluation. According to a Polymarket report, Sergey Brin is expected to take direct oversi

model-releasesfrancois-chollet--x
8 Aug 2026
Model Releases

We analyzed DeepSeek V4 Flash and GPT-5.6 Luna on DeepSWE. A DeepSeek-first cascade with test-suite verification solved MORE tasks than Luna…

DGX agent

Researchers from TogetherAI analyzed DeepSeek V4 Flash and GPT‑5.6 Luna on the DeepSWE benchmark. The study found that employing a DeepSeek‑first cascade with test‑suite verification solved more tasks

model-releasestogether-ai--x
8 Aug 2026
Model Releases

Weirdly iirc stable diffusion (1.4) finished training around four years ago today too

DGX agent

Emad posted that Stable Diffusion v1.4 reached the end of its training cycle roughly four years before the post was published. Greg Brockman added that GPT‑4 similarly completed training around the sa

model-releasesemad-mostaque--x
8 Aug 2026
Applications

When you move a model into production, you want the quality you evaluated to carry through the serving stack. @Kimi_Moonshot benchmarked Kim…

DGX agent

When you move a model into production, you want the quality you evaluated to carry through the serving stack. @Kimi_Moonshot benchmarked Kimi K3 across major inference providers, and Together AI ranke

applicationstogether-ai--x
8 Aug 2026
Applications

You may have been told to watch this video about the OpenAI AI hack. You really should, even if you don't usually care about tech stuff. If …

DGX agent

You may have been told to watch this video about the OpenAI AI hack. You really should, even if you don't usually care about tech stuff. If nothing else, click this link to the 18 minutes in & see how

applicationsethan-mollick--x
8 Aug 2026
Model Releases

100% Local RAG Without Internet and Without Ollama

DGX agent

Build a 100% offline fast Retrieval Augmented Generation (RAG) system that runs without an internet connection, without cloud APIs, without OpenAI/Ollama Published a video where you can build a fully

model-releasesr-ollama
7 Aug 2026
Model Releases

~45% lower MiniMax H3 sampler time with new Spectrum settings — degree 1 works surprisingly well (v0.1.8)

DGX agent

Follow-up to my original Spectrum MiniMax H3 post: https://www.reddit.com/r/StableDiffusion/comments/1vf1ze3/spectrum_acceleration_for_minimax_h3_in_comfyui/ In that first post, I released the MiniMax

model-releasesr-stablediffusion
7 Aug 2026
Safety

A Bridge from Audio to Video: Phoneme-Viseme Alignment Allows Every Face to Speak Multiple Languages

DGX agent

arXiv:2510.06612v2 Announce Type: replace Abstract: Speech-driven talking face synthesis (TFS) focuses on generating lifelike facial animations from speech input. Current TFS models perform well in En

safetyarxiv-cs-cv
7 Aug 2026
Research

A Foundational EDM2-Based Generative Model for High-Resolution Synthetic Fetal Ultrasound Imaging from Open Datasets

DGX agent

arXiv:2608.05471v1 Announce Type: cross Abstract: Prenatal ultrasound imaging is key for assessing fetal health, but AI progress is limited by scarce, privacy-restricted, and hard-to-annotate datasets

researcharxiv-cs-cv
7 Aug 2026
Research

A Lexical Analysis of online Reviews on Human-AI Interactions

DGX agent

arXiv:2511.13480v2 Announce Type: replace-cross Abstract: This study focuses on understanding the complex dynamics between humans and AI systems by analyzing user reviews. While previous research has

researcharxiv-cs-ai
7 Aug 2026
← Previous
1…8687888990…1762
Next →