DEV Community

Pascal Clément
Pascal Clément

Posted on

# How we built a fully automated Asian tech news pipeline with AI

How we built a fully automated Asian tech news pipeline with AI

Most of the world's most interesting tech news originates in Asia — and most of it never makes it to English-speaking audiences.

We built AsiafeedTech to fix that.

What it does

Every 8 hours, our system:

  • Ingests 25+ RSS feeds from China, Japan, Korea and Southeast Asia
  • Translates and filters content using Gemini AI
  • Scores each article for viral potential (AI score + category weighting)
  • Surfaces only the best stories at asiafeedtech.com

The video pipeline

The top articles don't just become text posts — they become short-form videos, fully automated:

  1. Gemini generates a YouTube script
  2. Gemini TTS produces the voiceover
  3. Pexels clips are sourced based on article context
  4. FFmpeg assembles the 9:16 video
  5. Whisper burns in captions
  6. Branding overlay is applied
  7. Upload to YouTube

The interesting engineering challenge: making a multi-step AI pipeline reliable, where quality compounds (or degrades) at each stage.

We'll be writing more about the architecture soon.

👉 https://asiafeedtech.com

ai #buildinpublic #webdev #opensource

Top comments (0)