<?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: Daria Kushnarova</title>
    <description>The latest articles on DEV Community by Daria Kushnarova (@daria_kushnarova_9d0518b9).</description>
    <link>https://dev.to/daria_kushnarova_9d0518b9</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%2F3730247%2F91e2388a-5795-4a17-a452-0cb9cbd3d3cf.jpg</url>
      <title>DEV Community: Daria Kushnarova</title>
      <link>https://dev.to/daria_kushnarova_9d0518b9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daria_kushnarova_9d0518b9"/>
    <language>en</language>
    <item>
      <title>800 daily users, 12 repos, zero people</title>
      <dc:creator>Daria Kushnarova</dc:creator>
      <pubDate>Wed, 26 Aug 2026 07:49:44 +0000</pubDate>
      <link>https://dev.to/daria_kushnarova_9d0518b9/800-daily-users-12-repos-zero-people-37e7</link>
      <guid>https://dev.to/daria_kushnarova_9d0518b9/800-daily-users-12-repos-zero-people-37e7</guid>
      <description>&lt;p&gt;&lt;strong&gt;How I run &lt;a href="https://dev.tourl"&gt;Pomegra.io&lt;/a&gt; solo with a fully automated Claude loop SDLC&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;12 git repos, k8s infra, helm, gitops, dedicated server. More than 800 daily users and traffic grows quickly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;0 developers&lt;/li&gt;
&lt;li&gt;0 QA&lt;/li&gt;
&lt;li&gt;0 devops&lt;/li&gt;
&lt;li&gt;0 product designers&lt;/li&gt;
&lt;li&gt;0 SEO specialists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;People usually assume there is a small team behind it, or at least one freelancer somewhere. There isn't. So I want to share how the whole thing actually runs, because the interesting part is not that it works, it's how boring it became.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The autonomous SDLC&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's fully automated with Claude loops. Development to production monitoring.&lt;br&gt;
Develop and push to dev server? - claude loop.&lt;br&gt;
Github actions tracking across all 12 repos? - same.&lt;br&gt;
Github hasn't enough resources for build? - same claude loop, builds locally and pushes to the right place.&lt;br&gt;
Tests on dev server? - same loop, same flow.&lt;br&gt;
Changes after tests? - you know the answer =)&lt;br&gt;
Push to master, check everything deployed? - guess.&lt;/p&gt;

&lt;p&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fytrwqnxyjw9rvfsy03de.gif" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fytrwqnxyjw9rvfsy03de.gif" alt=" " width="720" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Nothing here is a single clever prompt. Except the task itself, and that one is not clever at all. A failed build isn't a notification I read at 11pm, it's input for the loop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What actually changed for me&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I stopped running the pipeline and started deciding what the pipeline should do.&lt;/p&gt;

&lt;p&gt;12 repos with a normal setup means coordination work. K8s and gitops usually mean a dedicated ops person, or at least someone on call. For me it means loops I designed once and correct when they drift.&lt;br&gt;
Most of my week goes to product direction, positioning and content. The mechanical middle of shipping software, the part that eats whole teams, mostly happens without me watching it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where I still get stuck?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Shipping stopped being my problem. Deciding what to ship became the only problem.&lt;/p&gt;

&lt;p&gt;I repositioned the product twice already. Both times for real reasons: no clear moat, a lot of free users and only a few of them ever pulling out a credit card. I'm still not fully sure about the current direction. There is no 100% test suite for "is this the right product for these 800 people" - of course at this point many product guys will catch me 😊&lt;/p&gt;

&lt;p&gt;And for me automation makes it heavier, not lighter. When execution is cheap, you can chase a wrong direction very fast and very completely. 12 repos will happily follow me into a bad idea in two weeks, fully deployed, monitored, with clean CI.&lt;/p&gt;

&lt;p&gt;So the only thing left on my plate is the thing I can't delegate (for now), and it's also the thing I'm worst at being confident about.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I want to deliver with this post?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We can delegate to AI much more 😊 Our trust issues are the main bottleneck. &lt;/p&gt;

&lt;p&gt;More tech details - soon &lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>claude</category>
    </item>
    <item>
      <title>Solo builder intro</title>
      <dc:creator>Daria Kushnarova</dc:creator>
      <pubDate>Sat, 24 Jan 2026 13:38:55 +0000</pubDate>
      <link>https://dev.to/daria_kushnarova_9d0518b9/solo-builder-intro-f7h</link>
      <guid>https://dev.to/daria_kushnarova_9d0518b9/solo-builder-intro-f7h</guid>
      <description>&lt;p&gt;Hi everyone! I’m Daria, a solo builder currently managing two products in my portfolio:&lt;br&gt;
&lt;a href="https://dev.tourl"&gt;Pomegra.io&lt;/a&gt; - AI- powered platform for retail investors and macroeconomics enthusiasts.&lt;br&gt;
&lt;a href="https://dev.tourl"&gt;sweetstory.lovable.app&lt;/a&gt; - An AI-powered tool that turns a photo of your child into a beautifully illustrated, personalized storybook.&lt;br&gt;
No name - AI native Cloud Security Posture Management&lt;/p&gt;

&lt;p&gt;Happy to be here and nice to meet you 😍&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>vibecoding</category>
    </item>
  </channel>
</rss>
