proofof.video

Contributing to Proof of Video

Thank you for helping build the most comprehensive side-by-side comparison of AI/LLM-generated interactive, explorable worlds (2D and 3D)! ๐ŸŽฌ

What We're Looking For

  • Videos of interactive, explorable worlds or scenes (2D and 3D) generated by an AI/LLM pipeline
  • Each submission must clearly state the exact model name + version and software + version used
  • Videos should be uploaded to YouTube (unlisted is fine) and embedded via the YouTube ID
  • The prompt or scene description must be included so others can reproduce it
Not in scope: Linear video or film output (e.g. text-to-video models that produce flat MP4s without an underlying explorable world). This project is about interactive, explorable worlds โ€” not video generation.

How to Submit a Video

1

Fork the Repository

Click the Fork button on GitHub and clone your fork locally.

2

Upload Your Video to YouTube

Title format: [Tool Name] [Model] โ€” [Short Prompt Summary]
Description: include the full prompt, model name+version, software name+version, and date.
Copy the video ID from the URL: https://www.youtube.com/watch?v=VIDEO_ID

3

Add an Entry .md File

Create a new file in the _entries/ folder. Name it <tool>-<scene>.md (e.g. localgpt-school-opus.md).

4

Open a Pull Request

Branch name: add/your-scene-name
PR title: Add: [Tool] โ€” [Prompt Summary]
In the description, briefly describe the model and software you used.

Entry Format

Fill in the following YAML front matter in your .md file:

---
prompt_id: school
prompt_title: "School Scene"
prompt_text: "Generate a school building with classrooms, a playground, and surrounding environment."
tool: "LocalGPT Gen"
models:
  - { name: "Claude", version: "Opus 4.5" }
software:
  - { name: "LocalGPT Gen", version: "0.2.0" }
  - { name: "Bevy", version: "0.15" }
cost: "Free (local)"
youtube_id: "JfkQpJD9HeU"
description: "LLM-driven world generation in Rust/Bevy using Claude Opus."
link: "https://github.com/localgpt-app/localgpt"
link_text: "localgpt-app/localgpt"
---
Field Required Description
prompt_idโœ…Slug shared by all entries using the same prompt (e.g. school)
prompt_titleโœ…Human-readable title for the comparison group
prompt_textโœ…The exact prompt used to generate the scene
toolโœ…Name of the tool / software pipeline
modelsโœ…Array of models used, each with name and version
softwareโœ…Array of software used, each with name and version
costโœ…Estimated cost (e.g. ~$0.15, Free (local), $0.05/token)
youtube_idโœ…YouTube video ID (the part after v=)
descriptionโœ…Brief description of the tool or result
linkURL to the tool's repo or website
link_textDisplay text for the link

Adding to an existing comparison

If a comparison group already exists (e.g. school), use the same prompt_id and copy prompt_title / prompt_text from an existing entry.

Starting a new comparison

Pick a new prompt_id slug and fill in prompt_title and prompt_text. Future contributors can add entries to your group by using the same prompt_id.

Guidelines

Rule Detail
Interactive worlds onlySubmissions must be of explorable worlds or scenes (2D and 3D) โ€” not linear videos or films
ReproducibleInclude enough info for others to reproduce your result
Honest labelingUse the exact model version (e.g. Claude Opus, not just Claude)
No harmful contentPrompts and videos must not contain offensive, hateful, or NSFW material
YouTube onlyEmbed via YouTube for consistent playback and long-term availability

Questions?

Open an issue โ€” we're happy to help!