These were the official rules and policies used to build and evaluate CAR-bench Challenge 2026 submissions.
We adopt a permissive stance. Any approach is permitted unless explicitly prohibited below. This includes but is not limited to:
Cerebras Fast-Reasoning Track: Track 2 submissions used the direct Cerebras-hosted gpt-oss inference setup described in the starter kit. Agents exposed the same dockerized A2A interface as Track 1. Multi-pass reasoning, private planning, self-verification, retries, ensembles, and parallel calls were allowed, but the agent had to respect Track 2 inference-compute constraints and could not exploit evaluator internals. For each baseline LLM step, participants could use up to 5 sequential LLM calls; parallel calls inside each step did not count toward this sequential limit. Token usage could be up to 500k tokens on average per task, including input, reasoning, and output tokens. Token usage was tracked through A2A turn_metrics token fields and could be counterchecked.
The following are strictly prohibited and will result in disqualification:
scenario.toml, using the official organizer-published evaluator image and their agent-under-test runtime config.task_split = "hidden" and -1 for each task-count field.