<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>llamay blog</title>
  <link>https://llamay.com/blog/</link>
  <atom:link href="https://llamay.com/blog/feed.xml" rel="self" type="application/rss+xml"/>
  <description>Running language models on hardware you own.</description>
  <language>en</language>
  <item>
    <title>Your inference bill is mostly prefill, and you are paying it twice</title>
    <link>https://llamay.com/blog/inference-bill-is-prefill/</link>
    <guid isPermaLink="true">https://llamay.com/blog/inference-bill-is-prefill/</guid>
    <pubDate>Thu, 17 Sep 2026 00:00:00 +0000</pubDate>
    <category>Explainer</category>
    <description>Most teams price an LLM feature by output tokens and are surprised by the invoice. The prompt is the expensive half, it is usually identical every call, and there is a way to stop paying for it twice.</description>
  </item>
  <item>
    <title>How to run an LLM locally in 2026, and which one fits your machine</title>
    <link>https://llamay.com/blog/run-an-llm-locally/</link>
    <guid isPermaLink="true">https://llamay.com/blog/run-an-llm-locally/</guid>
    <pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate>
    <category>How-to</category>
    <description>Five minutes from nothing to a model answering on your own hardware, plus the sizing table that decides whether you want a 3B, a 7B or a 70B.</description>
  </item>
  <item>
    <title>How to cut LLM latency with prompt caching</title>
    <link>https://llamay.com/blog/how-to-cut-llm-latency-with-prompt-caching/</link>
    <guid isPermaLink="true">https://llamay.com/blog/how-to-cut-llm-latency-with-prompt-caching/</guid>
    <pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate>
    <category>Guide</category>
    <description>This article explains how prompt caching reduces latency in large language models.</description>
  </item>
  <item>
    <title>Ollama vs llama.cpp vs llamay: picking a local inference server</title>
    <link>https://llamay.com/blog/ollama-vs-llamacpp-vs-llamay/</link>
    <guid isPermaLink="true">https://llamay.com/blog/ollama-vs-llamacpp-vs-llamay/</guid>
    <pubDate>Tue, 15 Sep 2026 00:00:00 +0000</pubDate>
    <category>Comparison</category>
    <description>Three ways to serve a GGUF file on your own hardware, what each one is actually optimising for, and the one capability only one of them has.</description>
  </item>
</channel>
</rss>
