<title>Unravel — Summer 2026 Dispatch</title>
<style>
:root { --ground: #EDE7DA; /* desk the terminal sits on (light) */
--ink: #0B2A45;
--muted: #5C6470;
--faint: #8A8578;
--border: #D6CDBB;
--bg: #FBF8F2;
--surface: #FFFFFF;
--ink: #15263A; /* headings */
--body: #46566A; /* body text */
--muted: #808B9B;
--line: #ECE6DA;
--line-soft: #F2EDE3;
--accent: #B4623F; /* rust */
--accent-ink: #9C4E30; /* rust for text/links, more contrast */
--accent-wash: #FBEFE7;
--shadow-sm: 0 1px 2px rgba(21,38,58,.05), 0 1px 1px rgba(21,38,58,.03);
--shadow: 0 2px 4px rgba(21,38,58,.04), 0 12px 28px -8px rgba(21,38,58,.10);
--shadow-lg: 0 4px 8px rgba(21,38,58,.05), 0 24px 56px -16px rgba(21,38,58,.16);
--sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, system-ui, sans-serif;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) { --ground: #05070B; --ink: #EAEDF2; --muted: #97A0AE; --faint: #5A6472; --border: #1C222C; color-scheme: dark;
--bg: #0B121C; --surface: #121C29; --ink: #EDF1F6; --body: #AEB9C8; --muted: #75808F;
--line: #212C3A; --line-soft: #1A2432; --accent: #E0946E; --accent-ink: #E9A985; --accent-wash: #1E2735;
--shadow-sm: 0 1px 2px rgba(0,0,0,.3); --shadow: 0 2px 6px rgba(0,0,0,.35), 0 16px 36px -12px rgba(0,0,0,.5);
--shadow-lg: 0 4px 10px rgba(0,0,0,.4), 0 30px 64px -18px rgba(0,0,0,.6);
color-scheme: dark;
}
}
:root[data-theme="dark"] { --ground: #05070B; --ink: #EAEDF2; --muted: #97A0AE; --faint: #5A6472; --border: #1C222C; color-scheme: dark;
--bg: #0B121C; --surface: #121C29; --ink: #EDF1F6; --body: #AEB9C8; --muted: #75808F;
--line: #212C3A; --line-soft: #1A2432; --accent: #E0946E; --accent-ink: #E9A985; --accent-wash: #1E2735;
--shadow-sm: 0 1px 2px rgba(0,0,0,.3); --shadow: 0 2px 6px rgba(0,0,0,.35), 0 16px 36px -12px rgba(0,0,0,.5);
--shadow-lg: 0 4px 10px rgba(0,0,0,.4), 0 30px 64px -18px rgba(0,0,0,.6);
color-scheme: dark;
}
* { box-sizing: border-box; }@media (prefers-reduced-motion: reduce) { *, .cursor { animation: none !important; transition: none !important; } }body { margin: 0; background: var(--ground); color: var(--ink);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
padding: 0 18px;
}
a:focus-visible, .btn:focus-visible, button:focus-visible { outline: 2px solid var(--t-accent, #E58C60); outline-offset: 2px; border-radius: 3px; }@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }/* browser surfaces themed from the palette — the cheap tell that this was built */
::selection { background: rgba(232,142,97,.30); }html { scrollbar-color: var(--faint) transparent; scrollbar-width: thin; }::-webkit-scrollbar { width: 13px; height: 13px; }::-webkit-scrollbar-thumb { background: var(--faint); border-radius: 8px; border: 3px solid var(--ground); }html { scrollbar-color: var(--line) transparent; }::-webkit-scrollbar { width: 13px; }::-webkit-scrollbar-thumb { background: var(--line); border-radius: 8px; border: 3px solid var(--bg); }::-webkit-scrollbar-thumb:hover { background: var(--muted); }::-webkit-scrollbar-track { background: transparent; }@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }::selection { background: var(--accent-wash); color: var(--accent-ink); }/* ===== the terminal window — always dark, a real console on the desk ===== */
.term { --t-bg: #0C2033; --t-fg: #E9EFEA; --t-dim: #86A2AE; --t-accent: #E88E61; --t-green: #A9C9A0; --t-line: rgba(233,239,234,.10);
max-width: 760px; margin: 34px auto 12px; background: var(--t-bg); color: var(--t-fg);
border: 1px solid rgba(255,255,255,.09); border-radius: 12px; overflow: hidden;
box-shadow: 0 30px 70px rgba(0,0,0,.35), 0 2px 0 rgba(255,255,255,.05) inset;
font-family: "SF Mono", ui-monospace, "JetBrains Mono", "Cascadia Code", Menlo, Consolas, monospace;
animation: rise .55s cubic-bezier(.16,1,.3,1) both;
body { margin: 0; background: var(--bg); color: var(--body);
font-family: var(--sans); font-size: 17px; line-height: 1.62;
-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.term-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(255,255,255,.035); border-bottom: 1px solid var(--t-line); }.term-bar .d { width: 12px; height: 12px; border-radius: 50%; }.d1 { background: #C96A4A; } .d2 { background: #D9B679; } .d3 { background: #8FBF86; }.term-bar .ttl { margin-left: 10px; font-size: 12px; color: var(--t-dim); letter-spacing: .02em; }.term-body { padding: 26px clamp(20px, 4vw, 34px) 32px; font-size: 14.5px; line-height: 1.8; font-variant-numeric: tabular-nums; }a { color: var(--accent-ink); text-decoration: none; }a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }.cmd { margin: 0 0 22px; color: var(--t-dim); font-size: 13.5px; }.cmd .pr { color: var(--t-green); }.cmd .fl { color: var(--t-accent); }.wrap { max-width: 616px; margin: 0 auto; padding: 0 26px; }@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }.page { animation: rise .6s cubic-bezier(.16,1,.3,1) both; }.t-h1 { font-family: inherit; font-weight: 700; font-size: clamp(24px, 4.6vw, 35px); line-height: 1.14; letter-spacing: -0.02em; margin: 0 0 12px; color: var(--t-fg); }.t-h1 .hash { color: var(--t-dim); font-weight: 400; }.hl { color: var(--t-accent); }.t-sub { color: var(--t-dim); font-size: 15px; margin: 0 0 6px; max-width: 60ch; }/* masthead */
.mast { display: flex; align-items: center; justify-content: space-between; padding: 40px 0 0; }.brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--ink); }.brand .mk { width: 11px; height: 11px; border-radius: 3px; background: var(--accent); }.meta { font-size: 12.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }.sec { margin-top: 34px; }.sech { color: var(--t-green); font-size: 13px; letter-spacing: .02em; margin: 0 0 14px; }.sech::before { content: "## "; color: var(--t-dim); }.sec p { margin: 0 0 12px; max-width: 68ch; color: color-mix(in srgb, var(--t-fg) 92%, transparent); }.sec p:last-child { margin-bottom: 0; }.dim { color: var(--t-dim); }/* hero */
.hero { padding: 52px 0 8px; }.hero h1 { font-family: var(--sans); font-weight: 680; font-size: clamp(33px, 6.2vw, 46px); line-height: 1.08; letter-spacing: -0.032em; color: var(--ink); margin: 0; text-wrap: balance; }.hero .sub { font-size: 19px; line-height: 1.55; color: var(--body); margin: 20px 0 0; max-width: 34ch; }/* dot-leader rows */
.rows { display: flex; flex-direction: column; gap: 9px; margin-top: 2px; }.row { display: flex; align-items: baseline; gap: 12px; }.row .k { color: var(--t-fg); white-space: nowrap; }.row .k::before { content: "> "; color: var(--t-green); }.row .dots { flex: 1; align-self: center; border-bottom: 1px dotted color-mix(in srgb, var(--t-dim) 60%, transparent); min-width: 24px; }.row .v { color: var(--t-accent); font-weight: 700; font-size: 16px; white-space: nowrap; }.row .v .was { color: var(--t-dim); font-weight: 400; font-size: 13px; }/* section rhythm */
.sec { padding: 52px 0; border-top: 1px solid var(--line-soft); }.sec:first-of-type { border-top: none; }.sec > h2 { font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin: 0 0 24px; }.sec p { margin: 0 0 18px; color: var(--body); }.sec p:last-child { margin: 0; }.lede { font-size: 18.5px; line-height: 1.6; color: var(--ink); font-weight: 450; }.note { color: var(--muted); font-size: 15.5px; }em.k { font-style: normal; color: var(--ink); font-weight: 600; }/* link rows */
.ln { display: block; color: var(--t-fg); border: none; text-decoration: none; padding: 6px 0; border-top: 1px solid var(--t-line); transition: color .12s ease, padding-left .12s ease; }.ln:first-of-type { border-top: none; }.ln .b { color: var(--t-dim); }.ln .ar { color: var(--t-accent); float: right; transition: transform .12s ease; }.ln:hover { color: var(--t-accent); padding-left: 6px; }.ln:hover .ar { transform: translateX(4px); }/* the figures — restrained, editorial, no card, no accent bar */
.figures { display: flex; flex-wrap: wrap; gap: 40px 56px; padding: 26px 0 30px; margin: 4px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.figures .fig { display: flex; flex-direction: column; gap: 7px; }.figures .fig b { font-size: 30px; font-weight: 660; letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1; }.figures .fig span { font-size: 13.5px; color: var(--muted); line-height: 1.4; max-width: 20ch; }/* product rows */
.prow { display: flex; align-items: baseline; gap: 12px; color: var(--t-fg); text-decoration: none; border: none; padding: 8px 0; border-top: 1px solid var(--t-line); transition: padding-left .12s ease; }.prow:first-of-type { border-top: none; }.prow:hover { padding-left: 6px; }.prow .pn { color: var(--t-accent); font-weight: 700; white-space: nowrap; min-width: 62px; }.prow .dots { flex: 1; align-self: center; border-bottom: 1px dotted color-mix(in srgb, var(--t-dim) 55%, transparent); min-width: 16px; }.prow .pd { color: var(--t-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }/* link list */
.rows { display: flex; flex-direction: column; }.link-row { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line-soft); color: var(--ink); transition: padding-left .18s cubic-bezier(.16,1,.3,1); }.link-row:first-child { border-top: none; }.link-row:hover { padding-left: 6px; }.link-row .lr-main { flex: 1; }.link-row .lr-title { font-size: 17px; font-weight: 570; color: var(--ink); letter-spacing: -0.01em; }.link-row .lr-desc { font-size: 14.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }.link-row .chev { color: var(--accent-ink); flex-shrink: 0; align-self: center; transition: transform .18s cubic-bezier(.16,1,.3,1); }.link-row:hover .chev { transform: translateX(4px); }/* cta */
.cta-run { color: var(--t-dim); margin: 4px 0 16px; }.cta-run .pr { color: var(--t-green); }.cursor { display: inline-block; width: 8px; height: 1.05em; background: var(--t-green); margin-left: 5px; vertical-align: -2px; animation: blink 1.1s steps(1) infinite; }@keyframes blink { 50% { opacity: 0; } }.btn { display: inline-block; color: var(--t-accent); border: 1px solid var(--t-accent); border-radius: 7px; padding: 11px 20px; font-family: inherit; font-size: 14.5px; font-weight: 700; text-decoration: none; transition: background .14s ease, color .14s ease; }.btn:hover { background: var(--t-accent); color: var(--t-bg); }.cta-alt { margin-top: 14px; color: var(--t-dim); font-size: 13.5px; }.cta-alt a { color: var(--t-fg); text-decoration: none; border-bottom: 1px solid color-mix(in srgb, var(--t-accent) 45%, transparent); }/* products */
.prod-row { display: flex; align-items: baseline; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line-soft); color: var(--ink); transition: padding-left .18s cubic-bezier(.16,1,.3,1); }.prod-row:first-child { border-top: none; }.prod-row:hover { padding-left: 6px; }.prod-row .pn { font-size: 16.5px; font-weight: 620; color: var(--ink); min-width: 74px; letter-spacing: -0.01em; }.prod-row .pd { flex: 1; font-size: 14.5px; color: var(--muted); line-height: 1.45; }.prod-row .pv { font-size: 13.5px; color: var(--accent-ink); flex-shrink: 0; align-self: center; }/* ===== footer, on the desk (page tokens) ===== */
.foot { max-width: 760px; margin: 0 auto; padding: 18px 6px 60px; color: var(--faint); font-size: 12.5px; font-family: "SF Mono", ui-monospace, Menlo, monospace; line-height: 1.7; }.foot a { color: var(--muted); text-decoration: none; }.foot a:hover { color: var(--ink); }.foot .links { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 12px; }/* CTA */
.cta { margin: 44px 0; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 40px 36px; box-shadow: var(--shadow-lg); text-align: center; }.cta h3 { font-size: 25px; font-weight: 660; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 10px; }.cta p { font-size: 16px; color: var(--body); margin: 0 auto 26px; max-width: 40ch; }.btn { display: inline-block; background: var(--accent); color: #fff; font-weight: 590; font-size: 15.5px; letter-spacing: -0.01em; padding: 13px 26px; border-radius: 10px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease, filter .15s ease; }.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); filter: brightness(1.04); }.cta .reply { display: block; margin-top: 16px; font-size: 14px; color: var(--muted); }.cta .reply a { color: var(--body); border-bottom: 1px solid var(--line); }.theme-toggle { position: fixed; top: 14px; right: 14px; background: transparent; border: 1px solid var(--border); color: var(--muted); border-radius: 8px; padding: 5px 9px; cursor: pointer; font-size: 13px; line-height: 1; z-index: 10; font-family: monospace; }/* footer */
.foot { padding: 30px 0 64px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 13px; line-height: 1.7; }.foot .flinks { display: flex; gap: 20px; margin-bottom: 14px; }.foot .flinks a { color: var(--body); }.foot .fine { font-size: 12.5px; color: var(--muted); }.foot .fine a { color: var(--muted); border-bottom: 1px solid var(--line); }.theme-toggle { position: fixed; top: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); color: var(--muted); border-radius: 9px; cursor: pointer; font-size: 14px; box-shadow: var(--shadow-sm); z-index: 10; }.theme-toggle:hover { color: var(--ink); }</style>
<button class="theme-toggle" id="tt" aria-label="Toggle colour theme">◐</button>
<div class="term">
<div class="term-bar">
<span class="d d1"></span><span class="d d2"></span><span class="d d3"></span>
<span class="ttl">the-dispatch — summer 2026 — unravel</span>
</div>
<div class="term-body">
<div class="page">
<div class="wrap">
<p class="cmd"><span class="pr">unravel@dispatch</span> ~ % cat <span class="fl">q3-2026.md</span></p>
<header class="mast">
<div class="brand"><span class="mk"></span>Unravel</div>
<div class="meta">The Dispatch · Summer 2026</div>
</header>
<h1 class="t-h1"><span class="hash"># </span>A production engine, rebuilt in <span class="hl">two weeks</span>.</h1>
<p class="t-sub">The quarter in one screen: proof we ship fast, plus a few things you can use whether or not you ever hire us.</p>
<div class="hero">
<h1>A production engine, rebuilt in two weeks.</h1>
<p class="sub">The quarter in one read: proof we ship fast, and a few things worth keeping whether or not you ever hire us.</p>
</div>
<div class="sec">
<p class="sech">at_a_glance</p>
<div class="rows">
<div class="row"><span class="k">time to ship</span><span class="dots"></span><span class="v">2 weeks</span></div>
<div class="row"><span class="k">reverts after cutover</span><span class="dots"></span><span class="v">0 <span class="was">(was 28)</span></span></div>
<div class="row"><span class="k">less code, larger API</span><span class="dots"></span><span class="v">~50%</span></div>
<div class="row"><span class="k">shipped to prod, Jun–Aug</span><span class="dots"></span><span class="v">116</span></div>
<div class="row"><span class="k">team grew this year</span><span class="dots"></span><span class="v">15 → 20</span></div>
</div>
<section class="sec">
<h2>The rebuild</h2>
<div class="figures">
<div class="fig"><b>2 weeks</b><span>Java → Python rebuild, start to cutover</span></div>
<div class="fig"><b>0</b><span>rollbacks after launch</span></div>
<div class="fig"><b>~50%</b><span>less code, larger API surface</span></div>
</div>
<p class="lede">A client's AI music-video engine had outgrown its first codebase. Reverts were frequent and the mobile apps broke in ways nobody caught until users did.</p>
<p>We rebuilt it from Java to Python, contract-first and verified against the real mobile clients before a line shipped, then cut over in <em class="k">two weeks</em> with nothing rolled back. If your AI product has outgrown its first codebase and now costs you speed, that is the work we do.</p>
<p class="note">Across the quarter we shipped 116 updates to production and grew the team from 15 to 20.</p>
</section>
<div class="sec">
<p class="sech">case_study</p>
<p>A client's AI music-video engine, written in Java, had grown brittle: frequent reverts and mobile apps breaking in production. We rebuilt it in Python, contract-first and verified against the real clients, and shipped the cutover in <span class="hl">two weeks</span> with nothing rolled back.</p>
<p class="dim">if your AI product outgrew its code and now costs you speed, this is the work we do.</p>
<section class="sec">
<h2>Worth reading</h2>
<div class="rows">
<a class="link-row" href="https://usething.ai/unravel/prompt-caching-and-how-to-think-about-it">
<span class="lr-main"><span class="lr-title">Prompt caching, and how to think about it</span><span class="lr-desc">Where caching saves real money and latency with large models, and where it quietly does not.</span></span>
<span class="chev">→</span>
</a>
<a class="link-row" href="https://usething.ai/unravel/eval-metrics">
<span class="lr-main"><span class="lr-title">The metrics we judge AI output by</span><span class="lr-desc">How we measure whether a model's output is good, and keep our evals honest as the product changes.</span></span>
<span class="chev">→</span>
</a>
<a class="link-row" href="https://usething.ai/unravel/migration-work">
<span class="lr-main"><span class="lr-title">How we run a big migration without regret</span><span class="lr-desc">The questions we answer before a rewrite, so it ships in weeks instead of stalling for a year.</span></span>
<span class="chev">→</span>
</a>
</div>
</section>
<div class="sec">
<p class="sech">notebook <span class="dim">— free to read, useful even if you never hire us</span></p>
<a class="ln" href="https://usething.ai/unravel/prompt-caching-and-how-to-think-about-it"><span class="b">- </span>Prompt caching, and how to think about it<span class="ar">→</span></a>
<a class="ln" href="https://usething.ai/unravel/eval-metrics"><span class="b">- </span>The metrics we judge AI output by<span class="ar">→</span></a>
<a class="ln" href="https://usething.ai/unravel/migration-work"><span class="b">- </span>How we run a big migration without regret<span class="ar">→</span></a>
</div>
<section class="sec">
<h2>What we make</h2>
<a class="prod-row" href="https://steno.unravel.tech"><span class="pn">Steno</span><span class="pd">Meeting notes that write themselves, clean and searchable when the call ends.</span><span class="pv">steno.unravel.tech ↗</span></a>
<a class="prod-row" href="https://usething.ai"><span class="pn">thing</span><span class="pd">Ship your coding agents' output as live, commentable, versioned pages. This letter runs on it.</span><span class="pv">usething.ai ↗</span></a>
<a class="prod-row" href="https://tablo.unravel.tech"><span class="pn">Tablo</span><span class="pd">A tiny companion that watches your AI coding agents from a corner of the screen.</span><span class="pv">tablo.unravel.tech ↗</span></a>
</section>
<div class="sec">
<p class="sech">products <span class="dim">— we ship our own, too</span></p>
<a class="prow" href="https://steno.unravel.tech"><span class="pn">steno</span><span class="dots"></span><span class="pd">meeting notes, written for you</span></a>
<a class="prow" href="https://usething.ai"><span class="pn">thing</span><span class="dots"></span><span class="pd">ship agent output as live pages</span></a>
<a class="prow" href="https://tablo.unravel.tech"><span class="pn">tablo</span><span class="dots"></span><span class="pd">a cat that watches your agents</span></a>
</div>
<div class="cta">
<h3>Weighing a rebuild?</h3>
<p>Thirty minutes, and we'll tell you straight whether it's worth doing, what it would take, and how fast we could do it.</p>
<a class="btn" href="https://unravel.tech/call">Book a call</a>
<span class="reply">or reply to this email — it reaches us directly at <a href="mailto:kapil@unravel.tech">kapil@unravel.tech</a></span>
</div>
<div class="sec">
<p class="sech">lets_talk</p>
<p>Weighing a rebuild? Thirty minutes, and we tell you straight whether it is worth doing, what it would take, and how fast we could do it.</p>
<p class="cta-run"><span class="pr">%</span> book-a-call<span class="cursor" aria-hidden="true"></span></p>
<a class="btn" href="https://unravel.tech/call">Book a 30-minute call →</a>
<p class="cta-alt">or reply to this email — it reaches us directly. <a href="mailto:kapil@unravel.tech">kapil@unravel.tech</a></p>
<footer class="foot">
<div class="flinks">
<a href="https://unravel.tech">unravel.tech</a>
<a href="https://usething.ai">usething.ai</a>
<a href="mailto:kapil@unravel.tech">Contact</a>
</div>
<p class="fine">You're receiving The Dispatch because you've worked with Unravel or asked to hear from us. One short note a quarter. <a href="#">Unsubscribe</a> anytime.</p>
</footer>
</div>
</div>
<footer class="foot">
<div class="links">
<a href="https://unravel.tech">unravel.tech</a>
<a href="https://usething.ai">usething.ai</a>
<a href="mailto:kapil@unravel.tech">contact</a>
</div>
<p>// you get The Dispatch because you have worked with Unravel or asked to hear from us.<br>one short note a quarter. <a href="#">unsubscribe</a> anytime.</p>
</footer>
</div>
<script>
(function(){⋯ 10 unchanged lines