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/error-handling

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 error handling and logical errors

Logical errors from the apimart.ai video API return HTTP 200 with a non-2xx code field instead of raising HTTP errors. These conditions raise NanoBananaError and include insufficient account balance, invalid API key, and content rejected by safety filters. HTTP 401 errors indicate the API key is wrong or not properly formatted as Bearer token; check ~/.config/apimart/api_key. Insufficient balance requires topping up at https://apimart.ai/keys. Task failures or cancellations cause the client to raise an exception, requiring a re-roll of the prompt. Task timeout occurs when rendering exceeds the timeout budget; increase VideoClient(timeout=...) or retry the request.

Give your agent this brain