llm-kb
← Back to products
Productlaunched

LLM hardware recipe database with filters and community usage tracking

A community-driven database that lists which LLM models run on which hardware, with performance details. Users can filter by hardware, submit new recipes, and mark which recipes they actively use to show popularity. It solves the problem of finding compatible model-hardware combinations for LLM deployment.

Visit project ↗
4 engagement·1 source·Sat, Jul 11, 2026, 10:45 PM
The website provides a searchable list of 'recipes' mapping LLM models to hardware configurations. Users can filter by hardware type, view recipes, submit new ones, and click 'I run this recipe' to indicate active usage. The goal is to surface the most practical and tested combinations. No tech stack is mentioned. Traction: 4 upvotes on Reddit.

Related

ProductSun, Jul 12, 2026, 05:25 AM

LLM comparison dashboard for quality, latency, and cost

A dashboard that lets users test LLMs on their own data, comparing quality, latency, and cost side by side. It runs on Nebius Serverless and helps developers choose the best model for their specific use case rather than relying on leaderboards.

0 engagement·1 source·rss
RSS
Tool ReleaseMon, Jul 6, 2026, 07:28 PM

Reame: CPU-first LLM inference server built on llama.cpp released

Reame is a new LLM inference server designed to run efficiently on cheap CPU hardware, including shared vCPUs, free tiers, and 2-core ARM boxes. Built on llama.cpp, it features disk KV cache, self-regulating speculation, generation archive, and interleaved multi-user support. The project emphasizes treating CPU hardware as a first-class citizen rather than a fallback.

60 engagement·1 source·github
CommunitySat, Jul 11, 2026, 08:28 PM

Community shares budget local LLM build guide for ~$3K total

A Reddit user posted a detailed guide for building a local LLM rig for about $3,000, recommending ~$2K in GPUs and ~$1K for the rest of the system. The post, written without LLM assistance, argues this offers the best price-to-performance for running models locally in mid-2026.

62 engagement·2 sources·reddit
CommunitySat, Jul 11, 2026, 11:44 PM

Software engineer publishes final part of LLM-from-scratch series covering inference and decoding

A software engineer published the fourth and final part of a blog series explaining LLMs from the ground up, focusing on token-by-token generation, KV cache, and decoding strategies (temperature, top-k, top-p). The series aims to help other software engineers understand the internals of LLMs.

3 engagement·1 source·reddit
ProductfeaturedSun, Jul 5, 2026, 08:45 PM

Rust+CUDA LLM inference engine for RTX 5090, optimized with NVFP4, MoE, and speculative decoding

A from-scratch LLM inference engine written in Rust and CUDA, specifically tuned for the RTX 5090 Laptop GPU (Blackwell sm_120a). It supports NVFP4 quantization, mixture-of-experts (MoE), and multi-token prediction (MTP) speculative decoding, achieving up to 1.6x speedup over llama.cpp on target models. Designed for developers who need maximum inference performance on a single high-end laptop GPU.

260 engagement·1 source·github