Every morning at 8:30am, my Mac writes four 1,200-word AI news articles — Bloomberg-style, with citations, analyst quotes, and structured headings — then commits them to GitHub and deploys to Cloudflare Pages. Total API cost: $0. Here's how I built it, and why claude --print as a subprocess is the most underrated automation trick right now. The Problem I Was Solving I run AI Agents Directory — a directory of 2,800+ AI tools across 305 categories. The site has great reference content but needed fresh editorial content to build topical authority and keep Google happy. Hiring writers for daily AI news wasn't viable. Existing AI writing tools cost money per article. I wanted something that would run forever for free. The Architecture: Two Bots, Zero Cost Bot 1 — Trend Fetcher (6:00 AM) Pulls from three free sources with no API keys: # Hacker News Algolia API — completely free, no auth r = requests .…