<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scouq Library</title>
    <link>https://scouq.com/library</link>
    <description>Engineering articles, build-vs-buy guides, voice AI insights, and cold email infrastructure. Built by Scouq.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Jul 2026 22:47:06 GMT</lastBuildDate>
    <atom:link href="https://scouq.com/library/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://scouq.com/favicon.png</url>
      <title>Scouq Library</title>
      <link>https://scouq.com/library</link>
    </image>
    <item>
      <title>Custom Voice AI vs Off-the-Shelf: 2026 Buyer&apos;s Guide</title>
      <link>https://scouq.com/library/custom-voice-ai-vs-off-the-shelf-2026</link>
      <guid isPermaLink="true">https://scouq.com/library/custom-voice-ai-vs-off-the-shelf-2026</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <category>voice-ai</category>
      <description>A clear-eyed comparison of custom-built voice AI against off-the-shelf platforms. Real cost numbers, when each makes sense, and how to avoid the no-code trap that wastes your first 6 months.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Voice AI Receptionist: Should You Replace Your Front Desk?</title>
      <link>https://scouq.com/library/voice-ai-receptionist-replace-front-desk</link>
      <guid isPermaLink="true">https://scouq.com/library/voice-ai-receptionist-replace-front-desk</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <category>voice-ai</category>
      <description>The real cost of missing calls, what voice AI receptionists actually do in 2026, and a clear framework for deciding whether custom voice AI fits your business.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Welcome to the Scouq Library</title>
      <link>https://scouq.com/library/welcome-to-the-library</link>
      <guid isPermaLink="true">https://scouq.com/library/welcome-to-the-library</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <category>meta</category>
      <description>What the Scouq Library is, how it&apos;s organized, and what you&apos;ll find here.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>AI Voice Agents for HVAC Companies</title>
      <link>https://scouq.com/library/sample-voice-ai-vertical</link>
      <guid isPermaLink="true">https://scouq.com/library/sample-voice-ai-vertical</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <category>voice-ai</category>
      <description>How AI phone agents handle inbound calls for HVAC businesses — what works, what breaks, and what it actually costs to deploy one.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>ClickHouse vs TimescaleDB for Cold Email Analytics</title>
      <link>https://scouq.com/library/clickhouse-vs-timescaledb-extracted</link>
      <guid isPermaLink="true">https://scouq.com/library/clickhouse-vs-timescaledb-extracted</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <category>infra</category>
      <description>A practical comparison of ClickHouse and TimescaleDB for time-series analytics on email send data — what we chose and why.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Why We Deleted Electric Blue: A B&amp;W Chrome Design System</title>
      <link>https://scouq.com/library/bw-chrome-design-system</link>
      <guid isPermaLink="true">https://scouq.com/library/bw-chrome-design-system</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <category>design</category>
      <description>How we replaced a colorful, teal-and-blue dashboard UI with a strict black-and-white chrome design system. The design principles, Tailwind token strategy, and why it made the product better.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Cold Email at Scale on Google Workspace: 90 Inboxes, 3000 Sends/Day, 8% Reply Rate</title>
      <link>https://scouq.com/library/gws-cold-email-infrastructure</link>
      <guid isPermaLink="true">https://scouq.com/library/gws-cold-email-infrastructure</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <category>cold-email</category>
      <description>How we built a cold email infrastructure on Google Workspace with 90 dedicated inboxes, Smartlead warmup, and a per-send personalization pipeline. The setup, the numbers, and the rules that kept us out of spam.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Building a Cmd+K Palette in Next.js with cmdk: Lessons Learned</title>
      <link>https://scouq.com/library/cmd-k-palette-nextjs</link>
      <guid isPermaLink="true">https://scouq.com/library/cmd-k-palette-nextjs</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <category>nextjs</category>
      <description>How we built a production Cmd+K command palette in Next.js using cmdk. Search across 56,000+ symbols with sub-50ms response, keyboard navigation, and zero layout shift.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>From 400 Million to 2.5 Billion Rows: Scaling Our Data Pipeline</title>
      <link>https://scouq.com/library/scaling-data-pipeline-clickhouse</link>
      <guid isPermaLink="true">https://scouq.com/library/scaling-data-pipeline-clickhouse</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
      <category>clickhouse</category>
      <description>How Scouq scaled from 400M rows on QuestDB to 2.5 billion rows on ClickHouse. Real lessons on compression, async inserts, ReplacingMergeTree dedup, and partition management from a production financial data system.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Building in Public: Scouq&apos;s First 90 Days</title>
      <link>https://scouq.com/library/building-in-public-scouq-90-days</link>
      <guid isPermaLink="true">https://scouq.com/library/building-in-public-scouq-90-days</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <category>building-in-public</category>
      <description>From zero to 2.5 billion data points in 90 days. The real story of building Scouq — what we built, what broke, what we learned, and what comes next.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Why We Chose ClickHouse Over TimescaleDB</title>
      <link>https://scouq.com/library/clickhouse-vs-timescaledb</link>
      <guid isPermaLink="true">https://scouq.com/library/clickhouse-vs-timescaledb</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <category>clickhouse</category>
      <description>How Scouq chose ClickHouse over TimescaleDB for storing 2.5 billion market data points. A technical comparison of compression, query speed, and operational trade-offs at scale.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Free Stock Market Data APIs: A Developer&apos;s Guide (2026)</title>
      <link>https://scouq.com/library/free-stock-market-data-api</link>
      <guid isPermaLink="true">https://scouq.com/library/free-stock-market-data-api</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <category>market-data</category>
      <description>Compare the top free stock market data APIs — Alpha Vantage, Finnhub, Twelve Data, Yahoo Finance, and Polygon free tier. Rate limits, coverage, data quality, and what to know before committing.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>Detecting Silent Ingest Pipeline Failures: The Freshness Monitor Pattern</title>
      <link>https://scouq.com/library/freshness-monitor-pattern</link>
      <guid isPermaLink="true">https://scouq.com/library/freshness-monitor-pattern</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <category>monitoring</category>
      <description>How we built a freshness monitor to detect stale data pipelines before users notice. A pattern for time-series ingest systems that prevents silent failures from reaching production.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
    <item>
      <title>How We Moved 425 Million Rows from QuestDB to ClickHouse Without Data Loss</title>
      <link>https://scouq.com/library/clickhouse-migration-from-questdb</link>
      <guid isPermaLink="true">https://scouq.com/library/clickhouse-migration-from-questdb</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <category>clickhouse</category>
      <description>A production migration playbook — moving 425 million OHLCV rows across 23 Rust binaries from QuestDB to ClickHouse. Zero data loss, zero downtime, 5-10x compression improvement.</description>
      <author>miles@scouq.com (Miles Dirmann)</author>
    </item>
  </channel>
</rss>