<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hydrate blog</title>
    <link>https://gethydrate.dev/blog/</link>
    <atom:link href="https://gethydrate.dev/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Writing from the Hydrate team on shared memory, multi-agent orchestration, and the economics of coding agents.</description>
    <language>en-GB</language>
    <item>
      <title>There was no standup. The launch shipped anyway.</title>
      <link>https://gethydrate.dev/blog/slept-through-beta-launch/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/slept-through-beta-launch/</guid>
      <pubDate>Tue, 12 May 2026 09:00:00 GMT</pubDate>
      <description>Two days before the Hydrate beta, the checklist was still a week of serial work and I was the lead developer with no team to ask. So I dogfooded the product. Three hours with Claude Code and ChatGPT produced the plan; an orchestrator Claude Code session ran it for the next fifty hours. Forty-eight commits, mostly while I was asleep.</description>
    </item>
    <item>
      <title>Testing memory features without paying the model</title>
      <link>https://gethydrate.dev/blog/ingest-decisions-areas-verified/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/ingest-decisions-areas-verified/</guid>
      <pubDate>Thu, 07 May 2026 09:00:00 GMT</pubDate>
      <description>The obvious way to test an LLM feature is to call the model and check what it said. Slow, expensive, and when the test fails you cannot tell if the model is confused or the code is broken. Hydrate has a clean seam in its pipeline so half the testing can happen without a model call. Free stage caught five real bugs. Paid stage cost three cents.</description>
    </item>
    <item>
      <title>Two Models, One Rule: How Solo Developers Cut AI Costs Without Cutting Quality</title>
      <link>https://gethydrate.dev/blog/model-routing-single-developer/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/model-routing-single-developer/</guid>
      <pubDate>Sat, 02 May 2026 09:00:00 GMT</pubDate>
      <description>Sonnet for new decisions. Haiku for established implementation. Hydrate is the bridge. The benchmark data behind the 97% cache hit rate that lets Haiku execute against warm context, and why the realistic solo split is 80% Haiku after your first sprint.</description>
    </item>
    <item>
      <title>What 100 developers on Claude Code actually costs in 2026, and what Hydrate does about it</title>
      <link>https://gethydrate.dev/blog/100-developers-claude-code-cost/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/100-developers-claude-code-cost/</guid>
      <pubDate>Fri, 01 May 2026 09:00:00 GMT</pubDate>
      <description>Anthropic quietly revised their Claude Code cost estimates upward. Average developer: $13/day. 90th percentile: $30/day. For a 100-person team that's $343,200 a year before onboarding, churn, or model choice. Here's the full breakdown with our benchmarked savings numbers.</description>
    </item>
    <item>
      <title>What Hydrate does between sessions</title>
      <link>https://gethydrate.dev/blog/what-hydrate-does-between-sessions/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/what-hydrate-does-between-sessions/</guid>
      <pubDate>Thu, 30 Apr 2026 09:00:00 GMT</pubDate>
      <description>Two features, one loop. The dream system runs offline consolidation between sessions: scanning your fact store, detecting contradictions across the full corpus, producing a clarity report. The inner monologue runs during sessions, tracking goals and uncertainty. Here is what the test results show, and how to use both.</description>
    </item>
    <item>
      <title>Cross-vendor AI memory: Mistral Vibe picked up where Claude Code left off</title>
      <link>https://gethydrate.dev/blog/vibe-cross-platform-memory/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/vibe-cross-platform-memory/</guid>
      <pubDate>Tue, 28 Apr 2026 09:00:00 GMT</pubDate>
      <description>Alice and Bob built a Go API in Claude Code. Carol joined on Mistral Vibe and started with their full project memory on her first tool call. Then she added a logging convention. Then Alice picked it up and extended it. Full round trip: Claude Code to Vibe to Claude Code, different vendors, one shared fact store.</description>
    </item>
    <item>
      <title>Two Claude Code agents, zero file reads, one codebase built from memory.</title>
      <link>https://gethydrate.dev/blog/tier-migration-verified/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/tier-migration-verified/</guid>
      <pubDate>Mon, 27 Apr 2026 09:00:00 GMT</pubDate>
      <description>We ran real Claude Code sessions inside Docker containers (hooks firing, agents receiving injected context) and asked each agent to work from that context alone. Alice built an entire Go REST API from 13 facts and an empty directory. Bob joined cold, listed every convention without reading a file, and closed with: &quot;this is all from injected hook context.&quot;</description>
    </item>
    <item>
      <title>We ran 18 sequential Claude Code sessions across three developers. Team sync cut costs 39%.</title>
      <link>https://gethydrate.dev/blog/team-bench-39-percent-cheaper/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/team-bench-39-percent-cheaper/</guid>
      <pubDate>Wed, 22 Apr 2026 09:00:00 GMT</pubDate>
      <description>Canon propagation is the mechanism. Round 2 sessions - where teammates build on each other's work - showed 51% cost reduction and 44% fewer turns. Carol's lint task went from 12 turns to 3. Here's the full methodology.</description>
    </item>
    <item>
      <title>Memory doesn't make AI agents smarter. It makes cheaper ones viable.</title>
      <link>https://gethydrate.dev/blog/memory-not-smarter-cheaper-models/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/memory-not-smarter-cheaper-models/</guid>
      <pubDate>Tue, 21 Apr 2026 09:00:00 GMT</pubDate>
      <description>12 benchmarks, 5 scenarios, one finding: memory doesn't improve quality - it shifts which model you need. A 2am P0 incident, 1.84x cheaper, identical result. The 96% cache hit rate is the whole ROI story.</description>
    </item>
    <item>
      <title>Tokenmaxxing isn't productivity - and we have the receipts</title>
      <link>https://gethydrate.dev/blog/tokenmaxxing-and-the-empirical-answer/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/tokenmaxxing-and-the-empirical-answer/</guid>
      <pubDate>Mon, 20 Apr 2026 09:00:00 GMT</pubDate>
      <description>TechCrunch reported developers with the largest token budgets ship 2x at 10x cost; AI users see 9.4x more code churn. We measured the same gap and shipped a fix. The Hybrid cell ships 7/7 at $0.20/session - 12% of raw-Opus cost.</description>
    </item>
    <item>
      <title>Hydrate is not just a Claude Code hook</title>
      <link>https://gethydrate.dev/blog/hydrate-is-not-just-a-hook/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/hydrate-is-not-just-a-hook/</guid>
      <pubDate>Sun, 19 Apr 2026 09:00:00 GMT</pubDate>
      <description>Hooks are the fastest-to-ship integration, but they're one of two paths. The other - MCP - works with every agent that speaks the protocol, and that's the path that actually makes Hydrate portable.</description>
    </item>
    <item>
      <title>Hydrate memory is now on Gemini CLI</title>
      <link>https://gethydrate.dev/blog/hydrate-on-gemini-cli/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/hydrate-on-gemini-cli/</guid>
      <pubDate>Sat, 18 Apr 2026 09:00:00 GMT</pubDate>
      <description>We shipped hydrate-mcp today. One Go binary, MCP over stdio, every MCP-capable agent gets Hydrate memory. Proven end-to-end on Gemini CLI.</description>
    </item>
    <item>
      <title>How to use Hydrate</title>
      <link>https://gethydrate.dev/blog/how-to-use-hydrate/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/how-to-use-hydrate/</guid>
      <pubDate>Sat, 18 Apr 2026 09:00:00 GMT</pubDate>
      <description>The practical guide - what installing Hydrate actually does, the five patterns that make it pay off, and the one case where you should turn it off.</description>
    </item>
    <item>
      <title>How and when to dehydrate</title>
      <link>https://gethydrate.dev/blog/how-and-when-to-dehydrate/</link>
      <guid isPermaLink="true">https://gethydrate.dev/blog/how-and-when-to-dehydrate/</guid>
      <pubDate>Sat, 18 Apr 2026 09:00:00 GMT</pubDate>
      <description>Dehydrate is a hygiene tool for CLAUDE.md, not a cost amplifier. When to reach for it, when to leave it alone, and the honest benchmark number from civichub.</description>
    </item>
  </channel>
</rss>
