unravel-dispatch-summer-2026

v2v3 · +18 −16 · View latest

⋯ 32 unchanged lines
  }
}
:root[data-theme="dark"] {
  --ground: #0B0D12;
  --panel: #12151C;
  --panel-2: #191D26;
  --ink: #EAEDF2;
  --muted: #98A2B2;
  --faint: #646E7D;
  --border: #232833;
  --border-strong: #343B48;
  --accent: #7098FF;
  --accent-soft: #172038;
  --good: #47C97F;
  --shadow: 0 1px 2px rgba(0,0,0,.4), 0 14px 40px rgba(0,0,0,.35);
  --ground: #081A2B;
  --panel: #0E2C46;
  --panel-2: #16405C;
  --ink: #F7EFE3;
  --muted: #AEC1D0;
  --faint: #7E93A5;
  --border: rgba(247,239,227,.16);
  --border-strong: rgba(247,239,227,.30);
  --accent: #DB8A66;
  --accent-soft: #1C3346;
  --good: #9FBA9C;
  --shadow: 0 1px 2px rgba(0,0,0,.45), 0 14px 40px rgba(0,0,0,.4);
  color-scheme: dark;
}
⋯ 105 unchanged lines
    <p class="sub">A short note on what we built between June and August. A rebuild that paid for itself, a media product shipping every week, and a capability we can drop into your product.</p>
  </header>
  <p class="lead">We are an AI product studio. We design, build, and ship AI products and the engineering underneath them, in production, fast. Here is the last three months in one page.</p>
  <p class="lead">If you are building an AI product, three things from our last quarter are worth your time: how one rebuild killed a runaway cloud bill, how we ship generative video every week without quality falling apart, and a few notes you can use whether or not we ever work together.</p>
  <!-- QUARTER IN BRIEF -->
  <section class="block" style="margin-top:34px;">
⋯ 7 unchanged lines
        <li><b>Field notes</b> published openly, from prompt caching to migrating without regret.</li>
      </ul>
    </div>
    <p style="margin-top:18px;">What that buys you: a team that ships to production every week, not every quarter. The rest of this page is the parts worth stealing.</p>
  </section>
  <!-- FEATURE 1: MIGRATION -->
⋯ 10 unchanged lines
    </div>
    <p>The egress win came from moving an immutable, write-once media set onto zero-egress storage. On the old stack that same traffic was billed at cloud egress rates, a cost that doubles as vendor lock-in. Both mobile apps verified green before launch, because we tested against the actual client decoders instead of trusting a green status code.</p>
    <p style="margin-top:18px;"><strong>If this is you</strong> — an AI product that shipped, grew, and now costs too much and breaks too often — the fix is rarely a bigger team. It is a disciplined rebuild that cuts the bill and the bugs together. That is the work we do.</p>
  </section>
  <!-- FEATURE 2: MIXXI VELOCITY -->
⋯ 38 unchanged lines
  <section class="block">
    <p class="kicker">From our notebook</p>
    <h2 class="headline">What we wrote down.</h2>
    <p>We publish the useful parts of how we work. A few pieces from this quarter, open to read:</p>
    <p>We publish the useful parts of how we work, free to read and useful whether or not you ever hire us. A few from this quarter:</p>
    <ul class="reads">
      <li><a href="https://thing.unravel.tech/unravel/prompt-caching-and-how-to-think-about-it">Prompt caching, and how to think about it</a><span>Where caching actually saves money and latency with large language models, and where it quietly does not.</span></li>
      <li><a href="https://thing.unravel.tech/unravel/eval-metrics">The metrics we judge AI output by</a><span>How we measure whether a model's output is good, and keep our evals honest as the product changes.</span></li>
⋯ 30 unchanged lines
  <!-- CTA -->
  <div class="cta">
    <h2>Have something you want built?</h2>
    <p>If you are shipping an AI product, weighing a rebuild, or want live collaboration in your app, let's talk. A short call, no pitch deck required.</p>
    <h2>Weighing a rebuild or a cost cut?</h2>
    <p>Thirty minutes. We will tell you straight whether it is worth doing, what it would take, and how we would do it. No pitch deck required.</p>
    <a class="btn" href="https://unravel.tech/call">Book a 30-minute call →</a>
    <span class="alt">Or just reply to this email. It reaches us directly. <a href="mailto:kapil@unravel.tech">kapil@unravel.tech</a></span>
  </div>
⋯ 30 unchanged lines