{"slug": "amazon-q-in-production-72-percent-time-saved", "title": "Amazon Q in Production: 72 Percent Time Saved", "summary": "A developer at JPMorgan built an automated content pipeline that generates and uploads videos to nine YouTube channels daily, cutting production time by 72 percent. The system uses local AI models via Ollama/Gemini for scripting, Google Cloud TTS for voice, Pexels for images, and MoviePy for video assembly, all orchestrated by launchd plists. The entire setup runs at zero monthly cost.", "body_md": "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.\n\n```\nTrending Topic CSV\n       ↓\n  AI Script (Ollama/Gemini)\n       ↓\n  Google Cloud TTS (Voice)\n       ↓\n  Pexels Images + MoviePy Video\n       ↓\n  YouTube API Upload\n<plist version=\"1.0\">\n<dict>\n  <key>Label</key>\n  <string>com.gyaaninfive.youtube</string>\n  <key>ProgramArguments</key>\n  <array>\n    <string>/usr/bin/python3</string>\n    <string>/path/to/upload.py</string>\n  </array>\n  <key>StartCalendarInterval</key>\n  <dict>\n    <key>Hour</key><integer>18</integer>\n    <key>Minute</key><integer>15</integer>\n  </dict>\n</dict>\n</plist>\n```\n\nOne plist per channel. Runs at the exact scheduled time.\n\nGoogle Cloud TTS: Free (4M chars/month)\n\nPexels API: Free\n\nYouTube API: Free\n\nOllama: Free (local)\n\n**Total: ₹0/month**\n\n*9 channels. Daily uploads. Zero manual work.*", "url": "https://wpnews.pro/news/amazon-q-in-production-72-percent-time-saved", "canonical_source": "https://dev.to/amrendra_n_mishra/amazon-q-in-production-72-percent-time-saved-4lfe", "published_at": "2026-08-21 02:21:09+00:00", "updated_at": "2026-08-21 02:44:24.255748+00:00", "lang": "en", "topics": ["artificial-intelligence", "generative-ai", "developer-tools"], "entities": ["JPMorgan", "Ollama", "Gemini", "Google Cloud TTS", "Pexels", "MoviePy", "YouTube"], "alternates": {"html": "https://wpnews.pro/news/amazon-q-in-production-72-percent-time-saved", "markdown": "https://wpnews.pro/news/amazon-q-in-production-72-percent-time-saved.md", "text": "https://wpnews.pro/news/amazon-q-in-production-72-percent-time-saved.txt", "jsonld": "https://wpnews.pro/news/amazon-q-in-production-72-percent-time-saved.jsonld"}}