<?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: ryszard</title>
    <description>The latest articles on Forem by ryszard (@ryszardrzepa).</description>
    <link>https://forem.com/ryszardrzepa</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%2F158938%2F2766f0ed-be9c-4ce0-ad24-ca64d1580f5a.jpeg</url>
      <title>Forem: ryszard</title>
      <link>https://forem.com/ryszardrzepa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ryszardrzepa"/>
    <language>en</language>
    <item>
      <title>Built a 40k Line AI Platform by Having Conversations</title>
      <dc:creator>ryszard</dc:creator>
      <pubDate>Sun, 14 Sep 2025 14:54:13 +0000</pubDate>
      <link>https://forem.com/ryszardrzepa/built-a-40k-line-ai-platform-by-having-conversations-4k9b</link>
      <guid>https://forem.com/ryszardrzepa/built-a-40k-line-ai-platform-by-having-conversations-4k9b</guid>
      <description>&lt;p&gt;Content marketing was destroying me. Twenty hours a week writing articles, doing SEO, creating posts. Most founders either burn out or just give up.&lt;/p&gt;

&lt;p&gt;I built something to fix this. Called it Topicowl. It takes your 20-hour content nightmare and turns it into 2 hours of planning. The crazy part? I built the whole thing by talking to Kiro instead of writing code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Impact
&lt;/h2&gt;

&lt;p&gt;Turned my 20+ hour weekly content struggle into 2-hour strategic planning sessions. Built enterprise-grade architecture. Created autonomous AI agents that make intelligent decisions about content quality. &lt;br&gt;
My website osloexplore.com that used Topicowl see 38% increase in google search clicks and 66% in impressions.&lt;br&gt;
 &lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0mt6oy8j4evghpxgc1l4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0mt6oy8j4evghpxgc1l4.png" alt="google search console stats" width="800" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem Was Real
&lt;/h2&gt;

&lt;p&gt;As a founder, content marketing feels impossible:&lt;/p&gt;

&lt;p&gt;Your product needs work. Customers need attention. Daily stuff piles up. Content gets ignored.&lt;/p&gt;

&lt;p&gt;I watched founders quit content entirely or work themselves to death trying to keep up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Most AI Tools Suck
&lt;/h2&gt;

&lt;p&gt;They make writing faster. That's not the problem.&lt;/p&gt;

&lt;p&gt;The real issue is everything else - planning what to write, researching topics, optimizing for SEO, keeping your brand voice consistent, actually publishing stuff, tracking what works.&lt;/p&gt;

&lt;p&gt;Writing is maybe 20% of content marketing. The other 80% is what kills you.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Actually Built This Thing
&lt;/h2&gt;

&lt;p&gt;Instead of grinding through 40,000 lines of code, I just talked to Kiro about what I wanted.&lt;/p&gt;

&lt;p&gt;Here's how it worked:&lt;/p&gt;

&lt;p&gt;I'd write up what I needed in a markdown file. User stories, technical requirements, which APIs to hit, database structure. Then paste it into Kiro's chat.&lt;/p&gt;

&lt;p&gt;Kiro would generate detailed specs and break everything into small tasks. When it went off track and started adding features I didn't ask for, I'd correct it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hook System Changed Everything
&lt;/h2&gt;

&lt;p&gt;Set up automated checks that ran whenever Kiro generated code:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security Hook&lt;/strong&gt; - Scanned new API routes. Made sure no API keys leaked, user data was protected.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation Hook&lt;/strong&gt; - Before using any external APIs, automatically pulled the latest docs. No more outdated code patterns.&lt;/p&gt;

&lt;p&gt;Made Kiro feel like having a senior developer who actually knew what they were doing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Actually Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The AI Agent System&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One agent with 8 different tools. Researches topics, writes articles, optimizes for SEO, fact-checks claims, generates images, adds proper markup. Decides when articles are ready to publish.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three-Phase Workflow&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Planning phase figures out what to write. Generation phase creates everything. Publishing phase handles distribution. All automatic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-Tenant Architecture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built it so founders can growth all their projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Most Impressive Thing
&lt;/h2&gt;

&lt;p&gt;Built a SEO Cluster Map feature. Super complex - had to call multiple APIs, process tons of data.&lt;/p&gt;

&lt;p&gt;Would've taken me weeks to build manually. Kiro broke it into small pieces and knocked them out one by one. Used the update button to avoid wasting tokens on finished tasks.&lt;/p&gt;

&lt;p&gt;Delivered the whole thing in a few iterations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Stuff That Was Hard
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;State Management&lt;/strong&gt; - Multiple AI agents running simultaneously, all updating different parts of the system in real-time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quality Control&lt;/strong&gt; - How does AI know when an article is actually good enough to publish? Built scoring systems for SEO, fact-checking, formatting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multiple AI Models&lt;/strong&gt; - Used Google Gemini for some tasks, Claude for others, OpenAI for different stuff. Had to coordinate between them.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Big Picture
&lt;/h2&gt;

&lt;p&gt;You can describe complex tasks and watch kiro fix it for you.&lt;/p&gt;




&lt;h1&gt;
  
  
  kiro
&lt;/h1&gt;

</description>
      <category>chatgpt</category>
      <category>ai</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
