<?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: 이서형</title>
    <description>The latest articles on DEV Community by 이서형 (@aitierlist).</description>
    <link>https://dev.to/aitierlist</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4069672%2F783a3eef-fa80-4e09-bace-6bff945d4472.png</url>
      <title>DEV Community: 이서형</title>
      <link>https://dev.to/aitierlist</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aitierlist"/>
    <language>en</language>
    <item>
      <title>I built a tier list that re-rates 245+ AI tools every week — the automation behind it</title>
      <dc:creator>이서형</dc:creator>
      <pubDate>Sun, 09 Aug 2026 09:23:28 +0000</pubDate>
      <link>https://dev.to/aitierlist/i-built-a-tier-list-that-re-rates-245-ai-tools-every-week-the-automation-behind-it-4o5f</link>
      <guid>https://dev.to/aitierlist/i-built-a-tier-list-that-re-rates-245-ai-tools-every-week-the-automation-behind-it-4o5f</guid>
      <description>&lt;p&gt;AI tool reviews rot faster than anyone can rewrite them. A tool that was S-tier in March ships a broken pricing change in June, a "top 10" listicle from last year recommends products that no longer exist, and every directory slowly turns into a graveyard of dead links.&lt;/p&gt;

&lt;p&gt;I run &lt;a href="https://www.aitierlist.xyz/en" rel="noopener noreferrer"&gt;AI Tier List&lt;/a&gt;, a bilingual (EN/KO) directory that ranks 245+ AI tools from S to D. My answer to review rot: don't re-review by hand. Make a pipeline re-rate everything weekly, and let humans only approve or reject.&lt;/p&gt;

&lt;h2&gt;
  
  
  The architecture
&lt;/h2&gt;

&lt;p&gt;Everything runs on one weekly GitHub Actions cron (Next.js 16 + Prisma + Neon Postgres + Vercel):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;weekly cron (Sun 00:00 UTC)
  ├─ collect Google Trends per tool     → trend scores
  ├─ collect OpenRouter usage rankings  → weekly LLM leaderboard
  ├─ deactivate dead tools              → site checks + trend slump
  ├─ discover new tools                 → search + AI triage
  ├─ re-evaluate tiers (LLM)            → PendingUpdate rows
  └─ generate weekly blog draft         → MDX
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The key design decision: &lt;strong&gt;the LLM never writes directly to the live site.&lt;/strong&gt; Re-evaluations land in an approval queue (&lt;code&gt;PendingUpdate&lt;/code&gt; table). I review diffs in an admin panel and approve batches. The pipeline proposes; a human disposes. That one boundary is what keeps automated content from becoming automated garbage.&lt;/p&gt;

&lt;p&gt;Two collectors do the heavy lifting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Trend collector&lt;/strong&gt; — Google Trends per tool, weekly. A tool in a sustained slump gets flagged; if its website also starts failing health checks, it gets deactivated automatically. Dead products remove themselves from the directory.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OpenRouter collector&lt;/strong&gt; — real token-usage data powers a weekly &lt;a href="https://www.aitierlist.xyz/en/models" rel="noopener noreferrer"&gt;LLM leaderboard&lt;/a&gt;. No opinions, just "which models did people actually route traffic to this week," with usage share, pricing, and context length.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What the tier actually means
&lt;/h2&gt;

&lt;p&gt;Each tool stores bilingual &lt;code&gt;tierReason&lt;/code&gt;, &lt;code&gt;strengths&lt;/code&gt;, and &lt;code&gt;weakness&lt;/code&gt; fields, and the tier maps S→5 … D→1 into review schema markup. When the weekly re-evaluation moves a tool, the reason is regenerated with it — so the rating and its justification never drift apart. Rating history is kept, so a tool page can show "was B in June, A since July."&lt;/p&gt;

&lt;h2&gt;
  
  
  Honest numbers (the unglamorous part)
&lt;/h2&gt;

&lt;p&gt;Build-in-public means real numbers, so: ~1,500 URLs in the sitemap, about 130 pages currently earning Google impressions, roughly 90 search clicks in the last 28 days, and the domain started with zero backlinks. Impressions grew ~7x in the past month after fixing a sitemap discovery bug, but authority is clearly the bottleneck — programmatic comparison pages sit at position 60–70 while the data behind them is solid.&lt;/p&gt;

&lt;p&gt;The most surprising lesson so far: &lt;strong&gt;infrastructure bugs cost more than content quality.&lt;/strong&gt; One broken sitemap fetch kept half the site out of Google's index for weeks. No amount of content work would have mattered until that one HTTP request succeeded.&lt;/p&gt;

&lt;h2&gt;
  
  
  The question I keep hitting
&lt;/h2&gt;

&lt;p&gt;Distribution for indie directories in 2026 is rough — most free submission queues have converted to $50–$350 paid placements. For those of you shipping side projects: what free distribution channels still actually work for you?&lt;/p&gt;

&lt;p&gt;Happy to answer anything about the pipeline, the approval-queue pattern, or the SEO trenches.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>nextjs</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
