{"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 .", "type": "svg"}
{"prompt": "Write an SVG of simple line-art house: a square body, a triangle roof, and a door. Return full