| {"prompt": "Write a Python function that retries a flaky HTTP GET with exponential backoff. Return it in a ```python block.", "type": "python"} |
| {"prompt": "Implement a thread-safe LRU cache class in Python. Return runnable code in a ```python block.", "type": "python"} |
| {"prompt": "Write a Python function that reads a CSV file and returns a dict of column averages. ```python block.", "type": "python"} |
| {"prompt": "Write a Python function to flatten an arbitrarily nested list. ```python block.", "type": "python"} |
| {"prompt": "Write a bash one-liner to find the 5 largest files (not directories) under the current directory. ```bash block.", "type": "bash"} |
| {"prompt": "Write a bash command to count total lines across all .py files recursively. ```bash block.", "type": "bash"} |
| {"prompt": "Write Python using trimesh to build a unit cube and assign it to a variable named mesh. ```python block.", "type": "3d"} |
| {"prompt": "Write Python using trimesh to create an icosphere of radius 2 assigned to a variable named mesh. ```python block.", "type": "3d"} |
| {"prompt": "Write Python with trimesh and numpy to build a square-base pyramid as a variable named mesh. ```python block.", "type": "3d"} |
| {"prompt": "Write an SVG (100x100) of a red circle centered inside a blue square. Return the full <svg>...</svg>.", "type": "svg"} |
| {"prompt": "Write an SVG of simple line-art house: a square body, a triangle roof, and a door. Return full <svg>.", "type": "svg"} |
| {"prompt": "Write a vivid text-to-image prompt for a cozy cyberpunk noodle bar at night, neon, rain.", "type": "image_prompt"} |
| {"prompt": "Write a precise music-generation prompt for an upbeat lo-fi hip hop study track at 85 bpm.", "type": "audio_prompt"} |
| {"prompt": "Write a concrete 3-shot video spec for a 10-second sunrise time-lapse over a city skyline.", "type": "video_spec"} |
| |