ORCHESTRATE v3.1 UAT — How AI Agents Tested Their Own Marketing Platform

Dev.to / 4/1/2026

💬 OpinionDeveloper Stack & InfrastructureIdeas & Deep AnalysisTools & Practical Usage

Key Points

  • ORCHESTRATE v3.1 was shipped with a full User Acceptance Test executed by the same AI agents that built the marketing platform, rather than human testers.
  • The UAT covered end-to-end multi-channel publishing—Dev.to blog creation, Reddit trending-topic discovery, targeted LinkedIn promotion using real Printify mockups, and fully AI-produced YouTube videos.
  • ORCHESTRATE coordinates 100+ tools across 10 capability areas via a single MCP (Model Context Protocol) server, with the described stack using Node.js/React plus Piper TTS and ffmpeg for media generation.
  • The team found AI agents excel at systematic, criteria-driven testing and thorough documentation, but are less likely than humans to uncover unexpected edge cases.
  • Their proposed testing approach is to pair AI-driven regression/UAT automation with human exploratory testing to improve coverage and robustness.

ORCHESTRATE v3.1 UAT — How AI Agents Tested Their Own Marketing Platform

We just shipped v3.1 of the ORCHESTRATE marketing platform and ran a full User Acceptance Test — not with human testers, but with the same AI agents that built it.

What is ORCHESTRATE?

ORCHESTRATE is a multi-channel content publishing platform that manages LinkedIn pages, Reddit posts, Dev.to blogs, YouTube uploads, and Printify merch — all from a single MCP (Model Context Protocol) server. It runs 100+ tools across 10 capability areas, orchestrated by AI agents following a rigorous agile methodology.

The UAT Process

For Sprint 13, we ran the platform through its paces:

  1. Blog Publishing — Created and published articles to Dev.to via MCP tools
  2. Trending Topic Discovery — Scanned Reddit for trending AI/automation topics
  3. Product Promotion — Pulled real product mockups from our Printify store and created targeted LinkedIn posts
  4. Video Production — Generated a narrated YouTube video entirely through AI: script generation, Piper TTS narration, ffmpeg video assembly, and YouTube upload
  5. Cross-Platform Distribution — Published the same content across LinkedIn, Reddit, Dev.to, and YouTube simultaneously

The Tech Stack

  • Backend: Node.js REST API (port 3847) + MCP HTTP server (port 3848)
  • Frontend: React + Vite + Tailwind
  • AI Orchestration: MCP (Model Context Protocol) with 100+ registered tools
  • Audio: Piper TTS sidecar (port 8500) for narration
  • Video: ffmpeg in Docker for video assembly
  • Merch: Printify API integration for product management
  • Infrastructure: Docker Compose, single container deployment

Watch the UAT Video

We recorded the entire UAT experience as a narrated YouTube video:

The video was produced entirely by AI agents — from script generation to TTS narration to video assembly to YouTube upload.

What We Learned

Running UAT with AI agents revealed something interesting: the agents are better at systematic testing than ad-hoc exploration. They follow the acceptance criteria precisely, hit every endpoint, and document everything. But they don't stumble onto edge cases the way a human tester might.

The solution? Combine AI-driven systematic UAT with human exploratory testing. Let the agents handle the regression suite while humans focus on the unexpected.

Try It Yourself

The ORCHESTRATE platform is built on open protocols (MCP) and standard tooling. If you're building AI-powered content pipelines, the key insight is: treat your AI tools as first-class citizens in your CI/CD pipeline, not as ad-hoc helpers.

Shop merch: iamhitl.com
Follow the journey: I Am HITL on Dev.to