cd /news/artificial-intelligence/the-zero-cost-tech-stack-everything-… · home topics artificial-intelligence article
[ARTICLE · art-112924] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

The Zero Cost Tech Stack: Everything Free Everything Automated

A developer at JPMorgan detailed a zero-cost automated content pipeline that generates and uploads videos to nine YouTube channels daily. The system uses local AI models like Ollama and Gemini for scripting, Google Cloud TTS for voice, Pexels for images, and MoviePy for video assembly, all orchestrated via launchd plist files. The developer claims the setup requires no manual work and costs nothing per month.

read1 min views2 publishedAug 27, 2026

Creating content manually for 9 channels would take 8+ hours daily. I have a full-time job as VP at JPMorgan. The math doesnt work.

Trending Topic CSV
       ↓
  AI Script (Ollama/Gemini)
       ↓
  Google Cloud TTS (Voice)
       ↓
  Pexels Images + MoviePy Video
       ↓
  YouTube API Upload
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>com.gyaaninfive.youtube</string>
  <key>ProgramArguments</key>
  <array>
    <string>/usr/bin/python3</string>
    <string>/path/to/upload.py</string>
  </array>
  <key>StartCalendarInterval</key>
  <dict>
    <key>Hour</key><integer>18</integer>
    <key>Minute</key><integer>15</integer>
  </dict>
</dict>
</plist>

One plist per channel. Runs at the exact scheduled time.

Google Cloud TTS: Free (4M chars/month)

Pexels API: Free

YouTube API: Free

Ollama: Free (local)

Total: ₹0/month

9 channels. Daily uploads. Zero manual work.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @jpmorgan 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/the-zero-cost-tech-s…] indexed:0 read:1min 2026-08-27 ·