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

Building With AI Agents · all subjects

deployment/config

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

Prod .env: POSTGRES_PASSWORD, BETTER_AUTH_SECRET, BETTER_AUTH_URL, NEXT_PUBLIC_APP_URL, ANTHROPIC_API_KEY

Required keys in production .env: POSTGRES_PASSWORD (random, long), BETTER_AUTH_SECRET (openssl rand -hex 32), BETTER_AUTH_URL (https://domain), NEXT_PUBLIC_APP_URL (https://domain), ANTHROPIC_API_KEY. Optional: ANTHROPIC_BASE_URL if using proxy.

Deployment stack uses ANTHROPIC_BASE_URL for endpoint flexibility

The deployment includes support for ANTHROPIC_BASE_URL to route to Anthropic-compatible endpoints. This allows the same codebase to work against the first-party API or compatible proxies, enabling reseller deployments.

Give your agent this brain