Evaluating whether an AI agent knows when to hand off to a human vs. act on its own. Each task is a minimal pair — one situation where acting is right, one near-identical situation where escalating is right. The agent chains tool calls (reads are free, served from each task's world) and is scored at its terminal commit. Full method in the writeup.
Loading leaderboard…
±pp.Stdlib-only harness; bring your own API keys. Dataset (tasks + gold + per-task tool returns) on Hugging Face.
huggingface-cli download nealdesai/escalation-bench escalation-bench.jsonl --repo-type dataset --local-dir .
export ANTHROPIC_API_KEY=… OPENAI_API_KEY=… GEMINI_API_KEY=…
python harness.py --dataset escalation-bench.jsonl --k 8 --turns 12 \
--out results.jsonl --leaderboard leaderboard.json
Open models welcome — submit a run to be listed.