<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Anything LLM</title><description>Practical guides to running open-weight LLMs locally: Ollama, llama.cpp, VRAM needs, GGUF quantization, privacy, and local vs cloud.</description><link>https://anything-llm.com/</link><item><title>Feeding Web Pages to a Local Model Without Wrecking the Context</title><link>https://anything-llm.com/blogs/feeding-web-pages-to-a-local-model/</link><guid isPermaLink="true">https://anything-llm.com/blogs/feeding-web-pages-to-a-local-model/</guid><description>Raw HTML is mostly not content, and locally every token costs VRAM and wall-clock time. Why markdown is the format a small model can actually read.</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><category>tools</category><category>context</category><category>performance</category></item><item><title>Giving a Local Model Access to the Live Web</title><link>https://anything-llm.com/blogs/giving-a-local-model-web-access/</link><guid isPermaLink="true">https://anything-llm.com/blogs/giving-a-local-model-web-access/</guid><description>A local model&apos;s knowledge stops at its training cutoff. Wiring search into it closes the gap — and quietly ends the guarantee that nothing leaves your box.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate><category>tools</category><category>privacy</category><category>local-vs-cloud</category></item><item><title>What a Tool Call Looks Like From the Model&apos;s Side</title><link>https://anything-llm.com/blogs/how-a-local-model-calls-a-tool/</link><guid isPermaLink="true">https://anything-llm.com/blogs/how-a-local-model-calls-a-tool/</guid><description>Local models don&apos;t run code or reach the network. Tool calling is a text protocol plus a loop you write — and small models fail at it in specific ways.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><category>tools</category><category>serving</category><category>model-selection</category></item><item><title>Choosing a Local LLM Runtime: Ollama, LM Studio, or llama.cpp</title><link>https://anything-llm.com/blogs/choosing-a-local-llm-runtime/</link><guid isPermaLink="true">https://anything-llm.com/blogs/choosing-a-local-llm-runtime/</guid><description>How the main local LLM runtimes differ in practice — packaging, control, and API surface — and a decision framework for picking one and moving on.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate><category>ollama</category><category>lm-studio</category><category>llama-cpp</category><category>getting-started</category></item><item><title>How to Pick a Local Model for the Job You Have</title><link>https://anything-llm.com/blogs/picking-a-local-model-for-the-job/</link><guid isPermaLink="true">https://anything-llm.com/blogs/picking-a-local-model-for-the-job/</guid><description>A repeatable way to choose an open-weight model for a specific task — filter by what fits, shortlist by design intent, then decide on your own work.</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate><category>model-selection</category><category>getting-started</category><category>hardware</category></item><item><title>Why Your Local Model Is Slow: A Diagnostic Order</title><link>https://anything-llm.com/blogs/why-your-local-model-is-slow/</link><guid isPermaLink="true">https://anything-llm.com/blogs/why-your-local-model-is-slow/</guid><description>Local inference feels sluggish for a handful of reasons. Check them in this order — memory spill first — and you&apos;ll find the cause without guessing.</description><pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate><category>performance</category><category>hardware</category><category>vram</category><category>ollama</category></item><item><title>Serving a Local Model Over HTTP to Your Own Apps</title><link>https://anything-llm.com/blogs/serving-a-local-model-over-http/</link><guid isPermaLink="true">https://anything-llm.com/blogs/serving-a-local-model-over-http/</guid><description>How local LLM runtimes expose an HTTP endpoint, why the OpenAI-compatible shape matters, and how to wire your own scripts and tools into a local model.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate><category>serving</category><category>ollama</category><category>getting-started</category><category>performance</category></item><item><title>What to Look For in a GPU for Local Inference</title><link>https://anything-llm.com/blogs/choosing-a-gpu-for-local-llms/</link><guid isPermaLink="true">https://anything-llm.com/blogs/choosing-a-gpu-for-local-llms/</guid><description>The GPU properties that actually govern local LLM performance — capacity first, then bandwidth — and why the spec people shop on matters least.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate><category>hardware</category><category>vram</category><category>performance</category></item><item><title>Working Within 8 GB of VRAM</title><link>https://anything-llm.com/blogs/what-you-can-run-on-8gb-of-vram/</link><guid isPermaLink="true">https://anything-llm.com/blogs/what-you-can-run-on-8gb-of-vram/</guid><description>8 GB is enough for real local LLM work if you spend it deliberately. How to budget weights against context, and which trade-offs to make first.</description><pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate><category>vram</category><category>hardware</category><category>quantization</category><category>performance</category></item><item><title>Local vs Cloud LLMs: Privacy, Cost, and When Each Wins</title><link>https://anything-llm.com/blogs/local-vs-cloud-llms-privacy-cost-tradeoffs/</link><guid isPermaLink="true">https://anything-llm.com/blogs/local-vs-cloud-llms-privacy-cost-tradeoffs/</guid><description>An honest comparison of running LLMs locally versus using cloud APIs — privacy, cost, latency, capability, and which to choose for real use cases.</description><pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate><category>local-vs-cloud</category><category>privacy</category><category>hardware</category><category>performance</category></item><item><title>Local LLMs on Apple Silicon: What Unified Memory Changes</title><link>https://anything-llm.com/blogs/local-llms-on-apple-silicon/</link><guid isPermaLink="true">https://anything-llm.com/blogs/local-llms-on-apple-silicon/</guid><description>Why Macs punch above their weight for local inference, where the bandwidth ceiling bites, and how to think about memory when CPU and GPU share a pool.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate><category>hardware</category><category>vram</category><category>performance</category><category>getting-started</category></item><item><title>Understanding GGUF and Quantization Levels</title><link>https://anything-llm.com/blogs/understanding-gguf-and-quantization-levels/</link><guid isPermaLink="true">https://anything-llm.com/blogs/understanding-gguf-and-quantization-levels/</guid><description>What GGUF is, how to read quantization labels like Q4_K_M, and how to choose a quant that balances quality and memory for your hardware.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate><category>gguf</category><category>quantization</category><category>hardware</category><category>getting-started</category></item><item><title>GPU Layer Offload, and Why Partial Is the Worst Place to Be</title><link>https://anything-llm.com/blogs/gpu-layer-offload-explained/</link><guid isPermaLink="true">https://anything-llm.com/blogs/gpu-layer-offload-explained/</guid><description>How local runtimes split a model between GPU and CPU, why a few spilled layers cost so much speed, and how to decide what to cut instead.</description><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><category>performance</category><category>vram</category><category>hardware</category><category>llama-cpp</category></item><item><title>What a Long Context Window Costs on Local Hardware</title><link>https://anything-llm.com/blogs/what-a-long-context-window-costs/</link><guid isPermaLink="true">https://anything-llm.com/blogs/what-a-long-context-window-costs/</guid><description>Context isn&apos;t free locally — it takes memory for the KV cache and time on every turn. How to size a context window to what you actually use.</description><pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate><category>vram</category><category>performance</category><category>hardware</category><category>context</category></item><item><title>How Much VRAM and RAM Do You Actually Need to Run an LLM?</title><link>https://anything-llm.com/blogs/how-much-vram-and-ram-you-need/</link><guid isPermaLink="true">https://anything-llm.com/blogs/how-much-vram-and-ram-you-need/</guid><description>A practical guide to sizing local LLMs: how to estimate VRAM and RAM from parameters and quantization, plus what happens when a model doesn&apos;t fit.</description><pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate><category>hardware</category><category>vram</category><category>quantization</category><category>getting-started</category></item><item><title>Prompt Processing vs Token Generation: Two Different Speeds</title><link>https://anything-llm.com/blogs/prompt-processing-vs-token-generation/</link><guid isPermaLink="true">https://anything-llm.com/blogs/prompt-processing-vs-token-generation/</guid><description>Local inference has two phases with opposite bottlenecks. Knowing which one you&apos;re waiting on tells you whether to change the model or the prompt.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate><category>performance</category><category>hardware</category><category>vram</category></item><item><title>Run Your First Local LLM with Ollama</title><link>https://anything-llm.com/blogs/run-your-first-local-llm-with-ollama/</link><guid isPermaLink="true">https://anything-llm.com/blogs/run-your-first-local-llm-with-ollama/</guid><description>A hands-on getting-started guide to running an open-weight LLM locally with Ollama — install, pull a model, chat, and call the local API.</description><pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate><category>getting-started</category><category>ollama</category><category>local-vs-cloud</category></item><item><title>CPU-Only Inference: When It&apos;s Genuinely Enough</title><link>https://anything-llm.com/blogs/cpu-only-inference-when-it-works/</link><guid isPermaLink="true">https://anything-llm.com/blogs/cpu-only-inference-when-it-works/</guid><description>No GPU is not the same as no local LLM. Where CPU inference works well, what governs its speed, and which workloads suit it best.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate><category>hardware</category><category>performance</category><category>getting-started</category><category>llama-cpp</category></item><item><title>Is That Quantization Good Enough? Test It, Don&apos;t Guess</title><link>https://anything-llm.com/blogs/is-that-quant-good-enough/</link><guid isPermaLink="true">https://anything-llm.com/blogs/is-that-quant-good-enough/</guid><description>Stepping down a quant level to fit your GPU is usually worth it — but the only way to know for your work is a small repeatable check you run yourself.</description><pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate><category>quantization</category><category>gguf</category><category>performance</category><category>model-selection</category></item><item><title>Running a GGUF Your Runtime&apos;s Library Doesn&apos;t Offer</title><link>https://anything-llm.com/blogs/running-a-gguf-that-is-not-in-the-library/</link><guid isPermaLink="true">https://anything-llm.com/blogs/running-a-gguf-that-is-not-in-the-library/</guid><description>Curated model libraries are a subset. How to find, vet, and load an arbitrary GGUF file yourself when the quant or model you want isn&apos;t listed.</description><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><category>gguf</category><category>ollama</category><category>quantization</category><category>model-selection</category></item><item><title>Model Load Time, Cold Starts, and Keeping a Model Warm</title><link>https://anything-llm.com/blogs/model-load-time-and-keeping-it-warm/</link><guid isPermaLink="true">https://anything-llm.com/blogs/model-load-time-and-keeping-it-warm/</guid><description>The first request after an idle period pays to read gigabytes from disk. Why that happens, when to prevent it, and what keeping a model resident costs.</description><pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate><category>performance</category><category>ollama</category><category>serving</category><category>hardware</category></item><item><title>What Happens When Two Requests Hit Your Local Model at Once</title><link>https://anything-llm.com/blogs/handling-concurrent-requests-locally/</link><guid isPermaLink="true">https://anything-llm.com/blogs/handling-concurrent-requests-locally/</guid><description>Local runtimes handle concurrency very differently from hosted APIs. What queueing and batching cost you, and how to plan for more than one caller.</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate><category>serving</category><category>performance</category><category>vram</category><category>hardware</category></item><item><title>Running a Local LLM in a Container: What&apos;s Worth the Trouble</title><link>https://anything-llm.com/blogs/running-a-local-llm-in-docker/</link><guid isPermaLink="true">https://anything-llm.com/blogs/running-a-local-llm-in-docker/</guid><description>Containers make a local model reproducible and portable — but GPU passthrough and model storage are the two things that decide whether it&apos;s worth it.</description><pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate><category>serving</category><category>hardware</category><category>getting-started</category><category>maintenance</category></item><item><title>Exposing a Local Model on Your Network Without Regretting It</title><link>https://anything-llm.com/blogs/exposing-a-local-model-on-your-network/</link><guid isPermaLink="true">https://anything-llm.com/blogs/exposing-a-local-model-on-your-network/</guid><description>Local runtimes bind to loopback for a reason. What changes when you make one reachable from other machines, and how to do it deliberately.</description><pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate><category>serving</category><category>privacy</category><category>maintenance</category></item><item><title>Running Locally: What Actually Leaves Your Machine</title><link>https://anything-llm.com/blogs/what-actually-leaves-your-machine/</link><guid isPermaLink="true">https://anything-llm.com/blogs/what-actually-leaves-your-machine/</guid><description>Inference staying local doesn&apos;t mean nothing goes out. The traffic a local LLM setup really generates, and how to verify rather than assume.</description><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate><category>privacy</category><category>local-vs-cloud</category><category>serving</category></item><item><title>Keeping a Local Model Library From Eating Your Disk</title><link>https://anything-llm.com/blogs/managing-model-files-on-disk/</link><guid isPermaLink="true">https://anything-llm.com/blogs/managing-model-files-on-disk/</guid><description>Model files accumulate fast and quietly. Where runtimes store them, how to audit what you have, and a simple policy for what to keep.</description><pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate><category>maintenance</category><category>gguf</category><category>getting-started</category><category>model-selection</category></item><item><title>Updating Models and Runtimes Without Breaking What Works</title><link>https://anything-llm.com/blogs/updating-models-and-runtimes-safely/</link><guid isPermaLink="true">https://anything-llm.com/blogs/updating-models-and-runtimes-safely/</guid><description>Local LLM tooling moves fast, and updates change behaviour. How to upgrade deliberately, verify nothing regressed, and keep a way back.</description><pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate><category>maintenance</category><category>performance</category><category>model-selection</category><category>ollama</category></item></channel></rss>