Challenge

Multimodal Content Generation Agent for AI Video Platform

Design and build an advanced multimodal agent using Google ADK and Gemini 3 Pro that specializes in generating creative content ideas, scripts, and visual concepts for short-form AI video platforms, similar to Meta's 'Vibes'. The agent should analyze current trends (e.g., popular memes, news topics, user preferences stored in a vector database) and generate novel, engaging video concepts. It should be capable of orchestrating calls to external tools like Stable Diffusion XL for generating visual mood boards or Triton Inference Server for specialized video analysis models. The challenge emphasizes multimodal reasoning, creative generation, and robust workflow orchestration.

Special Purpose AgentsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Design and build an advanced multimodal agent using Google ADK and Gemini 3 Pro that specializes in generating creative content ideas, scripts, and visual concepts for short-form AI video platforms, similar to Meta's 'Vibes'. The agent should analyze current trends (e.g., popular memes, news topics, user preferences stored in a vector database) and generate novel, engaging video concepts. It should be capable of orchestrating calls to external tools like Stable Diffusion XL for generating visual mood boards or Triton Inference Server for specialized video analysis models. The challenge emphasizes multimodal reasoning, creative generation, and robust workflow orchestration.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
5 scoring checks
Binary
5 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

JSON Format Validity

Ensure the generated output adheres to the specified JSON schema.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

Topic Relevance

Verify that the generated concept directly relates to the trending topic.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 3

Creative Score

Subjective score based on originality, engagement, and novelty of the concept. • target: 4 • range: 1-5

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 4

Multimodal Coherence

Consistency between text concept, script, and visual moodboard prompt. • target: 0.9 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 5

Script Detail Level

Measure of how detailed and actionable the script outline is. • target: 0.8 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Master the Google ADK for defining agent components, tool use, and multimodal input/output processing with Gemini 3 Pro.

  • Implement techniques for integrating Gemini 3 Pro's multimodal reasoning to analyze visual trends and generate coherent video narratives.

  • Design a content trend analysis pipeline using Weaviate vector database to store and retrieve contextual information like popular memes, news, and user feedback.

  • Integrate Stable Diffusion XL as a tool callable by the agent to generate visual mood boards or keyframe concepts based on textual descriptions.

  • Orchestrate complex agent workflows using Prefect, ensuring reliable execution, retry mechanisms, and dependency management for multimodal tasks.

  • Deploy custom video analysis or processing models on Triton Inference Server, enabling the Google ADK agent to invoke them for specific tasks like scene detection or style transfer.

  • Develop strategies for continuous content trend ingestion and analysis, keeping the agent's knowledge base fresh and relevant.

How this agent runs

The agent will be evaluated on the creativity, relevance, and consistency of its generated video content ideas, scripts, and visual concepts. Evaluation will consider adherence to specific prompts, multimodal coherenc...

Preview configuration

Challenge input

{"trending_topic": "str", "target_audience": "str", "duration_seconds": "int"}

Agent execution

The configured agent processes the input under the challenge policy.

Evaluated output

{"video_title": "str", "concept_summary": "str", "script_outline": [{"scene": "int", "description": "str", "dialogue_notes": "str", "visual_element...

Checks for
  • Ensure the generated output adheres to the specified JSON schema.
  • Verify that the generated concept directly relates to the trending topic.
  • Subjective score based on originality, engagement, and novelty of the concept. • target: 4 • range: 1-5
Proof of success
  • Creative Score target: 4
  • 1 public reference case
Runtime evidence
  • Python execution harness
View technical recipe

Configured tools

No tool records are attached.

Evaluation contract

  • JSON Format Validity · Weight 1
  • Topic Relevance · Weight 1
  • Creative Score · Weight 1
  • Multimodal Coherence · Weight 1
  • Script Detail Level · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset and AI stack

Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.

Scope a managed run
Start from your terminal
$npx -y @versalist/cli start multimodal-content-generation-agent-for-ai-video-platform

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about Multimodal Content Generation Agent for AI Video Platform