Tag
#local-llm
Every story tagged local-llm, newest first.

Which local LLMs fit in 8, 12, 16, 24 or 32GB of VRAM
At Q4_K_M and 8K context, 8GB comfortably holds Gemma 2 9B (5.8 GB) and 24GB holds Gemma 3 27B (17.5 GB). Full tables for every common VRAM tier, computed the same way our GPU checker computes them.
Ahmad J · Sep 6, 2026 · 8 min read

How to run a local LLM on your own machine with Ollama
Install Ollama, pull a model, and chat with it offline in about ten minutes. No cloud account, no API key, and nothing leaves your machine: the model runs entirely on your own hardware.
Ahmad J · Aug 13, 2026 · 4 min read

Local vs. Cloud AI Processing: The Real Trade-Offs
Where you run AI, on the device or in a datacenter, decides its latency, cost, privacy, and control. A precise breakdown of the real trade-offs, why memory (not compute) limits local models, and why most 2026 systems route between both.
Ahmad J · Aug 12, 2026 · 4 min read

How to fine-tune a small language model with LoRA
Adapt a small open model to your task with LoRA and QLoRA: choose the right base, build a clean chat-format dataset, train lightweight adapters on a single GPU, read the loss honestly, and know when fine-tuning is the wrong tool entirely.
Ahmad J · Aug 12, 2026 · 4 min read

Memory Bandwidth, Not Compute, Limits Local LLM Speed
Why TFLOPS don't matter for inference: token generation is memory-bound, and the bottleneck is how fast weights reach your chip.
Ahmad J · Aug 11, 2026 · 5 min read
More stories
Tutorial · aiHow to build a basic RAG pipeline for a local LLMAug 10, 2026 · 4 min read
Article · securityThe Local Illusion: The Real Security Risks of Running a Local LLMAug 9, 2026 · 6 min read
Article · aiQuantization Explained: What Q4, Q8, and FP16 Actually Do to a Local ModelAug 6, 2026 · 8 min read
Article · aiHow to Evaluate a Local LLM for a Real Task: A Repeatable Testing FrameworkAug 5, 2026 · 11 min read
Guide · smartphonesThe best smartphones for on-device AI in 2026Aug 3, 2026 · 11 min read
Tutorial · aiHow to choose the right quantization for a local LLMMay 24, 2026 · 4 min read