Text so far
The best pet is a
Local AI
Learn how models run, what hardware they need, and how to build a practical local inference system.
Start here
Choose hardware, understand model size, then connect the concepts into a complete inference loop.
Choose between GPUs, workstation cards, unified memory, and CPU inference using realistic constraints.
02 / FundamentalsUnderstand model formats, bits per weight, memory tradeoffs, and why Q4 is a useful starting point.
03 / Learning pathFollow the fundamentals path below from tokenization through memory, attention, and inference.
Interactive fundamentals
Use the explainers to inspect tokenization and cached attention, then estimate what a model will do on real hardware.
Interactive explainer
Step through the small loop a language model repeats while generating text.
The best pet is a
The tokenizer splits text and gives every token a numeric ID.
[0.2, −0.7, …]Embeddings represent meaning. Attention mixes in useful context from the other tokens.
The best pet is a dog
Then the same loop starts again.
Interactive explainer
Compare the work required to generate the same next token with and without saved attention data.
Nothing is saved between steps.
Earlier positions can be reused.
Compare GPUs and unified-memory systems, check VRAM fit, and estimate tokens per second for your model.
Learn the fundamentals
Build a working mental model before comparing hardware or software.
Choose hardware
Start broad, then compare the devices and build types that fit your models.
Understand models
Connect model design to memory use, speed, quality, and local feasibility.
Build a local system
Start with the runtime choice, then wire up offloading, measurement, and remote access. Installation and security guides are next.
Latest Local AI writing
Chronological updates after the guided paths and interactive fundamentals.
A dual RTX 3090 local AI workstation with 48 GB of distributed VRAM, Threadripper Pro, WRX80, 128 GB ECC RAM and enough expansion room for larger multi-GPU experiments.
A step-by-step guide to using Tailscale and SSH for private remote access to a home local AI server, with Ollama and Open WebUI examples.
A beginner's guide to splitting a local LLM between GPU VRAM and system RAM, with practical llama.cpp settings and advice for dense and mixture-of-experts models.
A beginner's guide to Ollama, llama.cpp and vLLM: what an inference engine does, how model formats fit in, and which tool suits a laptop, home server or busy API.
A beginner's guide to chain-of-thought, reasoning models and test-time compute — from DeepSeek-R1 and GPT-o1 to the dot experiment and compressed reasoning — with practical advice for running distilled reasoning models on home hardware.
A beginner's guide to speculative decoding, draft models and multi-token prediction, including when they speed up local LLMs and when the extra work slows them down.
Kimi K3 explained without the research-paper fog: 2.8T parameters, 104B active, Kimi Delta Attention, MXFP4 weights, benchmark results, API pricing, and what running it locally really takes.
A beginner's guide to local LLM quantization: what bits per weight means, how popular GGUF formats compare, when to choose Q2 through Q8, and why Q4 is a strong starting point.
A comparison of WRX80, TRX40, and AMD EPYC motherboards for multi-GPU local AI builds, with UK marketplace prices, PCIe lanes, memory bandwidth, Threadripper Pro CCD layouts, remote management, and the risks of importing used server hardware.
How DeepSeek V4 Flash cuts inference cost with sparse experts, compressed attention, FP4/FP8 weights, disk-backed prefix caching and speculative decoding, plus API cost estimates and real local benchmarks on RTX PRO 6000, DGX Spark and Apple Silicon.
A concise guide to the M3 Ultra Mac Studio, M4 Max Mac Studio, and M5 Max MacBook Pro for local LLMs, including real benchmarks, current and used pricing, MLX and Metal software, Thunderbolt clustering, and an estimate for a possible M5 Ultra.
A practical guide to NVIDIA DGX Spark and other GB10 systems for local LLMs, covering real token speeds, memory bandwidth, MoE models, clustering, thermals, software support, pricing, Strix Halo, and Mac Studio alternatives.
A concise guide to AMD Strix Halo for local LLMs, covering real token speeds, memory bandwidth, MoE models, ROCm and Vulkan support, clustering, and the 192 GB Gorgon Halo refresh.
A comparison of GPUs, workstation cards, unified-memory devices, and CPU inference setups for local AI, focused on price, speed, memory capacity, software support, and practical tradeoffs.
A practical look at the RTX 3090 for local AI workloads, covering specs, VRAM, bandwidth, TFLOPS, used pricing, power limiting, LLM performance, image generation, and why it remains one of the best-value GPUs for running open models at home.