Skip to content
Intelligibberish
  • News
  • Articles
  • Guides
  • Tools
  • About

Category

Local AI

← All articles

Local AI Sep 16, 2026

What Thinking Mode Actually Costs You (September 2026)

Reasoning tokens, latency, and KV cache cost of thinking mode in local LLMs. How to toggle it per runner and when it is the wrong choice.

Local AI Sep 15, 2026

How much context can a local LLM actually hold? (September 2026)

The advertised context window is one number. What your GPU can actually serve is smaller. The KV cache math, RoPE scaling, and the practical ceiling.

Local AI Sep 15, 2026

How to Safely Download and Verify Open-Source LLMs

Sourced steps to safely download and verify an open-source LLM: safetensors, GPG-signed commits, pinned revisions, and HF / Ollama integrity checks.

Local AI Sep 14, 2026

Local LLM Backends Compared: Ollama, LM Studio, llama.cpp, vLLM

How Ollama, LM Studio, llama.cpp, and vLLM differ on model format, OpenAI-compatible API, hardware support, and which to pick for a home server.

Local AI Sep 14, 2026

How to Choose an Open-Weight Model Family (September 2026)

Qwen, Llama, Mistral, Gemma, DeepSeek, Phi - which family to commit to, what each is good at, and the licence traps that send you back to negotiate.

Local AI Sep 11, 2026

How to Evaluate Local LLMs on Your Own Workload (September 2026)

Why general benchmarks like MMLU and GPQA don't predict your results, the index-rebase trap, and a recipe for picking a local model from your own prompts.

Local AI Sep 10, 2026

Serve a Local Model to Your Team (September 2026)

Auth, reverse proxy, HTTPS, concurrency and audit: how a small team shares one local model without exposing it to the public internet.

Local AI Sep 9, 2026

Best Local Reasoning Models by VRAM (September 2026)

Reasoning-capable open-weight models sized by VRAM. DeepSeek-R1, Qwen3 with thinking, QwQ, Phi-4 reasoning, gpt-oss, and the licence traps.

Local AI Sep 8, 2026

Local AI When One GPU Isn't Enough (September 2026)

Multi-GPU options for self-hosted AI when one card runs out of room: how Ollama, llama.cpp and vLLM split models, and what the interconnects actually cost.

Local AI Sep 7, 2026

Fine-Tune a Local LLM with LoRA and QLoRA (September 2026)

How to adapt an open-weight model on your own hardware. What LoRA rank and alpha mean, when QLoRA's 4-bit NF4 is worth it, and how to measure it.

Local AI Sep 3, 2026

Run an LLM Locally on a Raspberry Pi (September 2026)

Raspberry Pi 4 and Pi 5 can run small open-weight models on CPU alone. What fits on 2 GB, 4 GB, 8 GB, or 16 GB of RAM, and what speed is realistic.

Local AI Sep 2, 2026

Run LLMs in the Browser With WebGPU (September 2026)

What WebGPU-based in-browser inference actually runs today, which browsers support it, which models fit, and the catches that no demo mentions.

Local AI Sep 1, 2026

Ollama's New Pricing: What the Credit-Pool Change Actually Means

Ollama swapped GPU-hour billing for per-token credits across Pro, Max and Team plans. What the tiers cost, what's free, and how the no-logging promise holds up.

Local AI Sep 1, 2026

Best Used GPUs for Local AI in 2026 (September 2026)

The RTX 30 and 40 series cards that still clear current Ollama and llama.cpp floors, what VRAM tier each opens, and which variants are worth the used premium.

Local AI Aug 31, 2026

Serve a Local Model to Your Household (August 2026)

Practical patterns for letting two to six people in one home share one local model on one machine, with the right chat UI, bind address, and overlay network.

Local AI Aug 27, 2026

What Quantization Costs You in Quality (August 2026)

How much quality a smaller quant actually loses. Real MMLU and KL Divergence numbers across Q2_K through Q8_0, plus how to measure on your own workload.

Local AI Aug 26, 2026

Local AI on AMD and Intel GPUs (August 2026)

What works on AMD Radeon and Intel Arc hardware today, where the official ROCm and SYCL paths stop, and how Vulkan fills the gap.

Local AI Aug 25, 2026

How much VRAM does a local LLM actually need? (August 2026)

The published GGUF file size is the weights. VRAM use also includes the KV cache, framework overhead, and your context length. The math, walked through.

Local AI Aug 24, 2026

When Local AI Beats the API: The Cost Crossover (August 2026)

The monthly token volume at which a self-hosted model becomes cheaper than paying per token to GPT-5, Claude, or Gemini, and the workloads that never get there.

Local AI Aug 18, 2026

What It Takes to Run Qwen3.8-27B on Your Own Hardware

Five stock GGUF quants for Qwen3.8-27B span 9.01 GB to 29.05 GB. A file size is not a VRAM requirement, and a 262,144-token ceiling is not free to fill.

Local AI Aug 17, 2026

What to Check Before Buying a Used GPU for Local AI

The compute capability, driver and ROCm facts to verify on a second-hand card before it has to run Ollama, llama.cpp or a current CUDA toolkit.

Local AI Aug 16, 2026

Local vs API Cost: Work Out Your Own Crossover Point

There is no single crossover figure. The cost components on each side, the arithmetic shape, and why every price in it carries a date.

Local AI Aug 16, 2026

Running Local LLMs on AMD and Intel GPUs in 2026

AMD's ROCm support splits by card and by OS, Intel archived both of its own LLM libraries this year, and llama.cpp is the path still standing.

Local AI Aug 16, 2026

Serving a Local Model to Your Household Without Exposing It

None of the mainstream inference servers ask for a password, and vLLM binds every interface by default. The safe pattern for household serving.

← Newer1 / 6Older →
Intelligibberish

Making sense of AI overwhelm. Independent, self-hosted, no trackers.

News Articles Guides Tools About Disclosure Privacy RSS

© 2026 Intelligibberish. Making sense of AI overwhelm.