<?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>DEV Community: Connor Davis</title>
    <description>The latest articles on DEV Community by Connor Davis (@titlegen).</description>
    <link>https://dev.to/titlegen</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%2F3837276%2Ff5107a9a-551e-4529-be1d-1b05be3a4bb0.png</url>
      <title>DEV Community: Connor Davis</title>
      <link>https://dev.to/titlegen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/titlegen"/>
    <language>en</language>
    <item>
      <title>Why I chose Gemini over GPT to power my YouTube title generator — and what I built around it</title>
      <dc:creator>Connor Davis</dc:creator>
      <pubDate>Sat, 21 Mar 2026 16:02:15 +0000</pubDate>
      <link>https://dev.to/titlegen/why-i-chose-gemini-over-gpt-to-power-my-youtube-title-generator-and-what-i-built-around-it-3fb5</link>
      <guid>https://dev.to/titlegen/why-i-chose-gemini-over-gpt-to-power-my-youtube-title-generator-and-what-i-built-around-it-3fb5</guid>
      <description>&lt;p&gt;I built a YouTube title generator. Not because it seemed like a fun side project, but because I genuinely couldn't find one that worked for my own channel.&lt;/p&gt;

&lt;p&gt;I was running an automation channel and every tool I tried failed in the same way — they generated titles for the wrong creator. VidIQ was handing me MrBeast-style broad clickbait. ChatGPT output that was obviously ChatGPT. Neither understood niche. Neither understood my channel.&lt;/p&gt;

&lt;p&gt;So I built TitleGen. Here's what I actually decided to build and why.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Gemini, not GPT.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This was the first real decision. Most AI tools default to OpenAI. I went with Gemini as the primary model for one specific reason — it has a deeper contextual understanding of YouTube as a platform. The way it handles creator-specific language, niche terminology, and video metadata is noticeably better for this use case.&lt;br&gt;
GPT sits as a fallback in case Google's API ever goes down. That's its only job. The tool isn't a Gemini wrapper though — the model is just one layer of it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Channel DNA Analysis layer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The part I'm most proud of is what happens before any title gets generated.&lt;/p&gt;

&lt;p&gt;TitleGen pulls and analyses a creator's existing channel — reviewing uploaded videos, tone, CTAs, links, and the trajectory of their last 10 uploads. It builds a profile of the channel before generating anything. A faceless gaming channel, a finance creator, and an automation builder should not get the same title structures. This layer is what makes the output feel niche-locked rather than generic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How titles are structured and ranked&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once the channel profile is built, TitleGen generates multiple title variations using proven structural patterns — curiosity-driven framing, negative-stakes angles, authority positioning. Each variation is then ranked by virality potential so creators aren't just picking blindly.&lt;br&gt;
Keywords entered by the user return titles that are genuinely locked to that niche — not broad suggestions that happen to contain the keyword.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Descriptions and tags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Descriptions are formatted using YouTube best practices so the algorithm understands the video properly. Optional keyword insertion, timestamps, and socials are all supported. Tags are contextual rather than keyword-stuffed — they're meant to support discoverability while still reading naturally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where it is&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;TitleGen has been live under a month. 81 users signed up so far. $9/month paid plan, free tier available.&lt;/p&gt;

&lt;p&gt;TitleGen is an AI YouTube title generator that creates niche-optimized titles aligned with how audiences search and click on YouTube. It performs Channel DNA Analysis to align the tone and channel theme.&lt;/p&gt;

&lt;p&gt;If you're a creator or building something in the creator tools space, I'd love to hear your thoughts!&lt;/p&gt;

&lt;p&gt;👉&lt;a href="https://titlegen.ai/" rel="noopener noreferrer"&gt;https://titlegen.ai/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gemini</category>
      <category>llm</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
