AI Creator Workflow Wins Hackathon | Generated by AI

Home 2026.07

Question: How to win the AMD Radeon Hackathon Track 1 (Multimodal AI) with a strong project strategy?

Answer:

For Track 1, the judges are giving 80% to product value + innovation and only 20% to Radeon GPU performance. So don’t build “just another Stable Diffusion UI”. The winning strategy is:

Build a complete AI creator workflow that solves a real problem, then prove it runs efficiently on AMD Radeon.

Think AI-native product, not model demo.

Winning project idea: “AI Video Factory for Creators”

A pipeline:

Idea / Script
      |
      v
LLM Story Planner
      |
      v
Text -> Image (scene generation)
      |
      v
Image -> Video (motion generation)
      |
      v
Voice Generation
      |
      v
Auto Subtitle + Editing
      |
      v
Final Shorts/Reels/TikTok video

One click:

"Create a 30 second Tesla AI news video"

Output:

This matches:


Why this can beat competitors

Most hackathon submissions will be:

Those are commodity.

Your differentiation:

“AI Content Factory”

Target:

Problem:

Creating daily video content requires 3-5 hours.

Solution:

Generate 10 shorts/day from one idea.


Architecture

Frontend

Simple:

React
 |
 |
FastAPI
 |
 |
Workflow Engine

AI pipeline

1. LLM Planner

Input:

Topic:
"Explain AMD MI300X"

Output:

{
 "scenes":[
   {
    "duration":5,
    "image_prompt":
    "AMD MI300X GPU inside datacenter"
   }
 ]
}

Models:


2. Text -> Image

Use:

Example:

prompt
 |
v
diffusion model
 |
v
1024x1024 image

3. Image -> Video

This is where you win.

Use:

Pipeline:

image
 |
encoder
 |
temporal transformer
 |
video frames

Generate:

1 image

↓

16-24 frames

↓

mp4

4. Audio

Use:


Radeon optimization section (20 points)

This is important.

Don’t just say:

“Runs on AMD”

Show benchmarks.

Example:

Hardware:

RX 7900 XTX
24GB VRAM
ROCm

Measure:

Model              GPU       Time

SDXL               Radeon    18s/image

SDXL               CPU       4min/image


Video generation:
SVD
24 frames
45 seconds

Create dashboard:

AMD Radeon AI Performance

VRAM:
18.2GB / 24GB

GPU utilization:
96%

Generation:
2.1 sec/frame

Judges love visible engineering.


Even stronger: build an agent

Instead of fixed workflow:

Creator Agent

User:
"make a video about Nvidia vs AMD"


Agent:

1. research topic
2. write script
3. create images
4. animate
5. generate voice
6. edit video
7. publish

This connects with current AI trend.


Suggested tech stack

Frontend:
Next.js


Backend:
FastAPI


Agent:
LangGraph / custom


Image:
Diffusers


Video:
ComfyUI backend


Audio:
XTTS


Acceleration:
ROCm
PyTorch AMD build
ONNX Runtime

Demo scenario (very important)

Don’t demo:

“Here is my model.”

Demo:

Start timer:

Input:

"Create a 30 second AI news video:
AMD releases new GPU"


0 sec

Agent starts


20 sec

Storyboard ready


60 sec

Images generated


120 sec

Video generated


180 sec

Final MP4

Then play output.

Judges remember outcomes.


Extra points: use your own advantage

Given your background, I would make it:

“AI Research-to-Video Factory”

Because you already have:

Demo:

Your blog markdown

        |
        v

AI reads article

        |
        v

Creates:

- YouTube short
- Bilibili video
- WeChat video
- thumbnail
- subtitles

This is a real product, not a hackathon toy.


48-hour implementation plan

Day 1 morning

Build:

Markdown
 |
LLM
 |
Storyboard JSON

Day 1 afternoon

Integrate:

SDXL
+
AnimateDiff

Day 1 night

Add:

voice
subtitle
video merge

Day 2

Polish:


Winning pitch

Title:

Radeon Creator AI Studio: An Autonomous Multimodal Agent for Generating Professional Short Videos

One sentence:

“We turn one idea into a complete publish-ready video using AMD Radeon accelerated multimodal AI models.”


References:


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate