DEV Community

ORCHESTRATE
ORCHESTRATE

Posted on

We Built an AI Pipeline That Sources Reddit Trends, Generates Images, Creates Products, and Publishes Everywhere

The Full V3 Pipeline: From Reddit to Your Doorstep

Today we tested our marketing platform's complete content-to-commerce pipeline. Here's what happened.

Step 1: Source Trending Content

The platform pulled trending posts from r/artificial (via our new Reddit hot listing API):

  • "World models will be the next big thing, bye-bye LLMs" (92 pts)
  • "The Rationing: AI subsidize-addict-extract playbook" (21 pts)

And YouTube Data API search for "AI agents prompt engineering":

  • "Context Engineering vs. Prompt Engineering"
  • "AI Agent Prompting Masterclass"

Step 2: Generate Product Design

Using ComfyUI with SDXL Turbo (running in Docker with GPU), we generated a circuit board pattern design in the terminal/hacker aesthetic.

Step 3: Create Printify Product

The design was uploaded to Printify and turned into a real product:

Step 4: Publish Everywhere

  • LinkedIn: Queued to I am HITL page (HITL-031)
  • Dev.to: This article
  • Reddit: Posted to r/test
  • Podcast: Episode narrated via Piper TTS

Step 5: Audio Podcast

The platform's TTS sidecar (Piper, CPU-only) narrated the product announcement and published it to the podcast RSS feed.

The Stack

Service Status
API Server Port 3847, 554 queue items
ComfyUI SDXL Turbo, GPU
TTS Sidecar Piper, 5 models
Reddit AI_Conductor connected
YouTube Data API search
Printify Shop 26949355

All services Docker-composed. 358 test files, 5,699 tests passing.


Built with the ORCHESTRATE framework. iamhitl.com


Provenance & Attribution

  • Platform: ORCHESTRATE Marketing Platform V3
  • Author: Michael Polzin (iamhitl.com)
  • AI Agents: Claude Opus 4.6, ComfyUI SDXL Turbo, Piper TTS
  • Content Sources: Reddit r/artificial, YouTube Data API

Top comments (0)