<?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: Vastargazing</title>
    <description>The latest articles on DEV Community by Vastargazing (@vastargazing).</description>
    <link>https://dev.to/vastargazing</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%2F1129919%2F9135d63c-9440-48a2-a78c-5db3d6d1ac5c.jpeg</url>
      <title>DEV Community: Vastargazing</title>
      <link>https://dev.to/vastargazing</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vastargazing"/>
    <language>en</language>
    <item>
      <title>I Built an AI Startup Radar: 1100+ YC Companies on One Screen (2025 Trends Included)</title>
      <dc:creator>Vastargazing</dc:creator>
      <pubDate>Fri, 05 Dec 2025 17:10:54 +0000</pubDate>
      <link>https://dev.to/vastargazing/i-built-an-ai-startup-radar-52b4</link>
      <guid>https://dev.to/vastargazing/i-built-an-ai-startup-radar-52b4</guid>
      <description>&lt;p&gt;I Built an AI Startup Radar: 1100+ YC Companies on One Screen (2025 Trends Included)&lt;/p&gt;

&lt;p&gt;I spent the last 2 months of evenings scraping and analyzing every Y Combinator AI startup from W22 to W25.&lt;/p&gt;

&lt;p&gt;Live demo: &lt;a href="https://yc-ai-radar.vercel.app/" rel="noopener noreferrer"&gt;https://yc-ai-radar.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why I built it&lt;br&gt;
YC has become almost a pure AI incubator:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2023: 44% AI startups&lt;/li&gt;
&lt;li&gt;2024: 72% AI startups&lt;/li&gt;
&lt;li&gt;2025: around 80% AI startups&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everyone keeps asking the same questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which niches are already overcrowded?&lt;/li&gt;
&lt;li&gt;Where is YC actually betting money in 2025?&lt;/li&gt;
&lt;li&gt;Where should I definitely NOT build to avoid becoming the 152nd clone?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most solutions out there are Excel files, random tweets, or hours of manual digging. I wanted one single place that shows the real, normalized picture of the market.&lt;/p&gt;

&lt;p&gt;What the tool does&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Explore page – 1100+ startups with smart filters&lt;br&gt;
• Categories (Agents, DevTools, Healthcare, Legal, Infra, etc.)&lt;br&gt;
• Crowdedness level (Few / Some / Many players)&lt;br&gt;
• Batch filters (W22 – W25)&lt;br&gt;
• B2B vs B2C&lt;br&gt;
• One-liner + direct link for every company&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Trends page – market share growth instead of raw counts&lt;br&gt;
YC changes batch sizes every season, so absolute numbers lie.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example:&lt;br&gt;
   S24: 10 crypto out of 200 = 5%&lt;br&gt;
   W25: 8 crypto out of 100 = 8%&lt;br&gt;
   Raw count looks like decline → actually +60% market share growth.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Opportunities page – gap analysis + high-barrier warnings
Legal, Healthcare, Finance look empty from afar… until you remember 12-18 month sales cycles, FDA approvals, heavy regulation, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Biggest 2025 insights I found&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI Agents: from 7% (W22) to 29.2% (W25) = +157% market share&lt;/li&gt;
&lt;li&gt;Education exploded: +371% market share&lt;/li&gt;
&lt;li&gt;Enterprise Ops is dying: –54%&lt;/li&gt;
&lt;li&gt;Legal cooled off hard: –60% (looks like YC finally felt the barriers)&lt;/li&gt;
&lt;li&gt;B2B dominates completely: 85% of all AI startups (B2C only 11%)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tech stack &amp;amp; key decisions&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python for scraping and analytics&lt;/li&gt;
&lt;li&gt;Rule-based categorization (yes, not LLM – reason below)&lt;/li&gt;
&lt;li&gt;React + Tailwind + Vercel frontend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why rule-based instead of LLM:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100% deterministic (same input = same output forever)&lt;/li&gt;
&lt;li&gt;Fully explainable&lt;/li&gt;
&lt;li&gt;Processes 1100+ startups in under 1 second&lt;/li&gt;
&lt;li&gt;Zero hallucinations or drift&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Who this is for&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Founders &amp;amp; indie hackers → validate your idea in 30 seconds&lt;/li&gt;
&lt;li&gt;Investors → instantly see where YC is putting money right now&lt;/li&gt;
&lt;li&gt;Job seekers → find the fastest-growing companies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Links&lt;br&gt;
Live demo: &lt;a href="https://yc-ai-radar.vercel.app/" rel="noopener noreferrer"&gt;https://yc-ai-radar.vercel.app/&lt;/a&gt;&lt;br&gt;
CSV dataset – download button right on the site&lt;br&gt;
GitHub – coming after a quick refactor&lt;br&gt;
100% free, no login, no nonsense.&lt;/p&gt;

&lt;p&gt;Go see how many clones of your idea already exist in YC.&lt;/p&gt;

&lt;p&gt;Feedback and upvotes are very welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>ycombinator</category>
    </item>
  </channel>
</rss>
