<?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: arya rizky</title>
    <description>The latest articles on DEV Community by arya rizky (@algojogacor).</description>
    <link>https://dev.to/algojogacor</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%2F3921364%2Fa707df6e-3123-4f8a-b666-e026b3abb572.png</url>
      <title>DEV Community: arya rizky</title>
      <link>https://dev.to/algojogacor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/algojogacor"/>
    <language>en</language>
    <item>
      <title>I Built an AI Video Factory That Runs 24/7 — Fully Open Source</title>
      <dc:creator>arya rizky</dc:creator>
      <pubDate>Sat, 09 May 2026 08:50:05 +0000</pubDate>
      <link>https://dev.to/algojogacor/i-built-an-ai-video-factory-that-runs-247-fully-open-source-8g4</link>
      <guid>https://dev.to/algojogacor/i-built-an-ai-video-factory-that-runs-247-fully-open-source-8g4</guid>
      <description>&lt;p&gt;I wanted to share a project I've been building: Mesin Cuan Viral Architect — a fully automated YouTube content pipeline.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;br&gt;
Discovers trending topics, writes scripts with dual parallel AI, generates TTS voiceover, fetches B-roll footage, renders cinematic video via FFmpeg, and uploads to YouTube — all autonomous, 24/7.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The secret sauce — Dual Parallel AI Scripting:&lt;/strong&gt;&lt;br&gt;
Most AI content tools use a single LLM → generic output. Mesin Cuan runs Qwen + Ollama simultaneously, then they cross-score each other to eliminate AI slop before production. The higher-scoring script wins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12-engine pipeline:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Viral Loop Engine — real-time trend detection&lt;/li&gt;
&lt;li&gt;Dual Parallel AI — Qwen + Ollama cross-scoring&lt;/li&gt;
&lt;li&gt;Script Quality Scorer — multi-dimensional validation&lt;/li&gt;
&lt;li&gt;Hook Engine — auto-injects high-retention openers&lt;/li&gt;
&lt;li&gt;Memory Engine — never repeats content&lt;/li&gt;
&lt;li&gt;Research Engine — web research before scripting&lt;/li&gt;
&lt;li&gt;Series Engine — auto-generates multi-part content&lt;/li&gt;
&lt;li&gt;Neon Visuals — cinematic FFmpeg rendering&lt;/li&gt;
&lt;li&gt;Smart SFX Mixer — niche-aware sound effects&lt;/li&gt;
&lt;li&gt;Thumbnail Intelligence — AI-driven CTR optimization&lt;/li&gt;
&lt;li&gt;OAuth2 Analytics — per-channel retention dashboard&lt;/li&gt;
&lt;li&gt;Pipeline Estimator — ETA prediction for batch renders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why I built this:&lt;/strong&gt;&lt;br&gt;
I was spending 8+ hours editing a single video. Hiring editors was too expensive and existing AI tools produced generic content. So I built my own video factory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech stack:&lt;/strong&gt; Python 3.11 + FFmpeg + Ollama + Qwen + F5-TTS&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick start (only needs Ollama + FFmpeg):&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/algojogacor/mesin-cuan.git" rel="noopener noreferrer"&gt;https://github.com/algojogacor/mesin-cuan.git&lt;/a&gt;&lt;br&gt;
cd mesin-cuan&lt;br&gt;
python main.py --channel ch_id_horror --skip-qc&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/algojogacor/mesin-cuan" rel="noopener noreferrer"&gt;https://github.com/algojogacor/mesin-cuan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MIT License&lt;/strong&gt; — free to use, modify, distribute. Built solo at 18.&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>ai</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
