<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[The Distillery Blog]]></title>
        <description><![CDATA[Token optimization insights for Claude Code developers]]></description>
        <link>https://thedistillery.dev</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Mon, 11 May 2026 10:26:12 GMT</lastBuildDate>
        <atom:link href="https://thedistillery.dev/rss.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Mon, 11 May 2026 10:26:12 GMT</pubDate>
        <copyright><![CDATA[2026 The Distillery]]></copyright>
        <language><![CDATA[en]]></language>
        <item>
            <title><![CDATA[Claude Code Cost Optimization Guide: 30-60% Cost Reduction, Measured]]></title>
            <description><![CDATA[Claude Code costs drop 30-60% with context distillation, 20% on a reproducible benchmark. The methodology, the math, and the one-minute test.]]></description>
            <link>https://thedistillery.dev/blog/claude-code-cost-optimization-guide/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/claude-code-cost-optimization-guide/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Claude Code Token Usage: Why Each Session Costs More Than the Last]]></title>
            <description><![CDATA[Turn 1 sends 1,000 tokens. Turn 20 sends 50,000+. Why every Claude Code session costs more than the last, and the math behind the curve.]]></description>
            <link>https://thedistillery.dev/blog/claude-code-token-usage-why-each-session-costs-more/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/claude-code-token-usage-why-each-session-costs-more/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Claude Code vs Cursor: Which Actually Costs More? (Real Data)]]></title>
            <description><![CDATA[Cursor Pro: $20/mo flat. Claude Code at 4 sessions/day: $300-500/mo. The break-even point and when each is actually cheaper.]]></description>
            <link>https://thedistillery.dev/blog/claude-code-vs-cursor-which-actually-costs-more/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/claude-code-vs-cursor-which-actually-costs-more/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Claude Code vs GitHub Copilot: Total Cost of Ownership]]></title>
            <description><![CDATA[Copilot: $120-228/year flat. Claude Code: $540-4,800/year metered. 12-month cost compared at light, moderate, and heavy usage levels.]]></description>
            <link>https://thedistillery.dev/blog/claude-code-vs-github-copilot-total-cost/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/claude-code-vs-github-copilot-total-cost/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[DISTILLERY_BYPASS: The One Env Var That Gives You Full Control]]></title>
            <description><![CDATA[DISTILLERY_BYPASS turns off all optimization with no warning. The #1 reason developers see no savings. How to check, unset, and verify.]]></description>
            <link>https://thedistillery.dev/blog/distillery-bypass-env-var/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/distillery-bypass-env-var/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How The Distillery Reduces Claude Code Bills: A Technical Deep Dive]]></title>
            <description><![CDATA[Local Fastify proxy intercepts Claude Code, runs five distillers, forwards smaller payload to Anthropic. 30-60% cost cut, source on GitHub.]]></description>
            <link>https://thedistillery.dev/blog/how-the-distillery-reduces-claude-code-bills/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/how-the-distillery-reduces-claude-code-bills/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Benchmark Your Claude Code Token Savings]]></title>
            <description><![CDATA[Measure your Claude Code token savings in under a minute. The benchmark corpus, the two numbers that matter, and how to read the result.]]></description>
            <link>https://thedistillery.dev/blog/how-to-benchmark-claude-code-token-savings/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/how-to-benchmark-claude-code-token-savings/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Read Your Claude Code Bill: What You're Actually Paying For]]></title>
            <description><![CDATA[80-90% of your Claude Code bill is input tokens, not output. What each line on the Anthropic invoice actually means and where the cost goes.]]></description>
            <link>https://thedistillery.dev/blog/how-to-read-your-claude-code-bill/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/how-to-read-your-claude-code-bill/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Reduce Claude Code Costs for Your Team (Without Changing Anything)]]></title>
            <description><![CDATA[A 5-dev team on Claude Code burns $2,400/month in API tokens. The exact math and how to cut it 30-60% with no workflow change.]]></description>
            <link>https://thedistillery.dev/blog/how-to-reduce-claude-code-costs-for-your-team/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/how-to-reduce-claude-code-costs-for-your-team/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Same File Read 4 Times: How Claude Code Compounds Token Costs]]></title>
            <description><![CDATA[Claude re-reads package.json 4x per session. A 3,000-token file becomes 12,000 tokens billed, then compounds further. Why, and how to fix it.]]></description>
            <link>https://thedistillery.dev/blog/the-same-file-read-4-times/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/the-same-file-read-4-times/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What Is Context Engineering? (Why It's the Biggest Driver of Your AI Bill)]]></title>
            <description><![CDATA[80-90% of your Claude Code bill is context you didn't need to send. Context engineering is how you fix that — four levels, only one is hands-off.]]></description>
            <link>https://thedistillery.dev/blog/what-is-context-engineering/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/what-is-context-engineering/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why Claude Code Is So Expensive]]></title>
            <description><![CDATA[Why Claude Code costs $10-50/day: every API turn re-sends the full session context. Where the money goes and how to cut it 30-60% at the proxy.]]></description>
            <link>https://thedistillery.dev/blog/why-claude-code-is-so-expensive/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/why-claude-code-is-so-expensive/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why LLMs Waste Tokens (And What You Can Do About It)]]></title>
            <description><![CDATA[Your LLM has no memory between requests, so every API call re-transmits everything. Why the waste compounds and the three practical fixes.]]></description>
            <link>https://thedistillery.dev/blog/why-llms-waste-tokens/</link>
            <guid isPermaLink="true">https://thedistillery.dev/blog/why-llms-waste-tokens/</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>