new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI Asset Pipeline · all subjects

video-gen/setup

1 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

video-gen skill overview and API backend

video-gen is a sibling skill to image-gen that generates game video via the apimart.ai video API. It shares the same API key (~/.config/apimart/api_key), backend host (https://api.apimart.ai/v1), and error type as image-gen, but uses the /videos/generations endpoint and returns video in result.videos[]. The workflow is async: submit the request for a task_id, poll GET /tasks/{id} until completed, then download the .mp4. The Python package is located at /Users/egorfedorov/Downloads/GameDev/videogen/ with a CLI wrapper at ~/.claude/skills/video-gen/scripts/apimart-vid. API documentation is at https://docs.apimart.ai with a mirror at references/api-docs.md.

Give your agent this brain