<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Marcel Fahle</title>
    <description>The latest articles on Forem by Marcel Fahle (@marcelfahle).</description>
    <link>https://forem.com/marcelfahle</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F264781%2Fffedf5e5-fe36-44e6-8e41-7acb17475e80.jpeg</url>
      <title>Forem: Marcel Fahle</title>
      <link>https://forem.com/marcelfahle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/marcelfahle"/>
    <language>en</language>
    <item>
      <title>BOLD: Ask Your Video Library Anything</title>
      <dc:creator>Marcel Fahle</dc:creator>
      <pubDate>Sun, 04 Jan 2026 14:28:10 +0000</pubDate>
      <link>https://forem.com/marcelfahle/bold-ai-for-the-spoken-word-3bj8</link>
      <guid>https://forem.com/marcelfahle/bold-ai-for-the-spoken-word-3bj8</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mux-2025-12-03"&gt;DEV's Worldwide Show and Tell Challenge Presented by Mux&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Bold turns your video library into something you can actually talk to. Ask a question, get the answer — not a list of search results to dig through. The actual answer, pulled from your content, with a timestamp to prove it.&lt;/p&gt;

&lt;p&gt;Upload your training videos, and Bold figures out what's in there. Not just transcripts (those are noisy garbage). We extract what's actually being taught. Then when someone asks a question, they get the answer. Click the timestamp, land on the exact moment.&lt;br&gt;
It's not search. It's answers.&lt;/p&gt;
&lt;h2&gt;
  
  
  My Pitch Video
&lt;/h2&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="BQ02ayiNgCwHkrs01wu4XpoM8QlA8uYn0101" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;BQ02ayiNgCwHkrs01wu4XpoM8QlA8uYn0101&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://yo.fm" rel="noopener noreferrer"&gt;https://yo.fm&lt;/a&gt; (demo using the Yo! Podcast by Rob Hope)&lt;br&gt;
&lt;a href="https://boldvideo.com" rel="noopener noreferrer"&gt;https://boldvideo.com&lt;/a&gt; (marketing site - in progress)&lt;/p&gt;

&lt;p&gt;Want to poke around? Drop a comment or reach out — happy to set up a test library for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Story Behind It
&lt;/h2&gt;

&lt;p&gt;I've been building video infrastructure for almost two decades. Started with a headless video platform — just encoding, hosting, delivery — and some of those original customers are still streaming with me today.&lt;/p&gt;

&lt;p&gt;A couple years ago, LLMs got good enough that I could finally solve the problem I'd been thinking about forever: video is impossible to search. You can't skim it. You can't Ctrl+F it. Once it's in a library, it's basically dead content.&lt;/p&gt;

&lt;p&gt;Then I got into the coaching world through SaaS Academy and kept hearing the same thing: "We have 500 hours of training content and nobody can find anything." These programs invested serious money into video, and it was just... sitting there. Collecting dust.&lt;/p&gt;

&lt;p&gt;So we built Bold to fix that. We extract what's actually being taught in each video — the signal, not the noise — and then search intelligently. The result: answers that actually come from your library, with timestamps to prove it.&lt;/p&gt;

&lt;p&gt;Oh, and fun Mux story: years ago when Mux was just getting started, I actually interviewed for a job there. Talked with Matt and everything. Didn't work out, but I fell in love with the platform anyway. Been building on it ever since.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The transcription problem:&lt;/strong&gt;&lt;br&gt;
Most tools use Whisper or pull YouTube auto-captions. Fine for casual stuff, but it butchers industry terminology. We integrate with AssemblyAI, Deepgram, Speechmatics, Sonix, and Rev — and pick the best one based on your domain. Plus custom dictionaries so "Kubernetes" doesn't become "Cooper Netties."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why "just search transcripts" doesn't work:&lt;/strong&gt;&lt;br&gt;
Raw transcripts are noisy. Ums, tangents, repetition, half-finished thoughts. If you dump all that into a vector database and search it, you're searching garbage. You'll get results. They just won't be the right ones.&lt;/p&gt;

&lt;p&gt;We do it differently. We extract structured understanding first — what's being taught, what questions get answered, the actual signal. Then when someone asks a question, we figure out which videos are even relevant before we start looking for answers. That's how you actually find the right thing instead of drowning in noise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt;&lt;br&gt;
Backend: Elixir/Phoenix, lots of Oban&lt;br&gt;
Database: Postgres with multi-tenancy&lt;br&gt;
Video: Mux (encoding, delivery, playback)&lt;br&gt;
Search: Meilisearch + pgvector&lt;br&gt;
Frontend: Next.js SDK for custom portals&lt;/p&gt;

&lt;h3&gt;
  
  
  Use of Mux (Additional Prize Category Participants Only)
&lt;/h3&gt;

&lt;p&gt;Like I said — I've been a Mux fan since the early days. It's core infrastructure for Bold:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Encoding &amp;amp; delivery:&lt;/strong&gt; Every video goes through Mux. Fast encoding, solid CDN, just works.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Timestamped playback:&lt;/strong&gt; When our AI cites a source, we deep-link directly to that moment using Mux playback IDs. Click the citation, land on the exact second.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audio extraction:&lt;/strong&gt; We pull audio from Mux-encoded videos for transcription.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thumbnails:&lt;/strong&gt; Mux-generated thumbnails for video navigation and citation previews.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Honestly, Mux is one of those tools where you just set it up and forget about it. Which is exactly what you want from video infrastructure.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>muxchallenge</category>
      <category>showandtell</category>
      <category>video</category>
    </item>
  </channel>
</rss>
