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
How to Submit a Video
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
Add an Entry .md File
Create a new file in the _entries/ folder. Name it <tool>-<scene>.md (e.g. localgpt-school-opus.md).
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 |
link | URL to the tool's repo or website | |
link_text | Display 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 only | Submissions must be of explorable worlds or scenes (2D and 3D) โ not linear videos or films |
| Reproducible | Include enough info for others to reproduce your result |
| Honest labeling | Use the exact model version (e.g. Claude Opus, not just Claude) |
| No harmful content | Prompts and videos must not contain offensive, hateful, or NSFW material |
| YouTube only | Embed via YouTube for consistent playback and long-term availability |