Skills
Keep a frozen 'lite' benchmark weighted to the hard-but-solvable frontier — 8x faster and 6x cheaper than the full run
LangChain's July 23 post on benchmarking Deep Agents gives a concrete three-part harness: Harbor-Index (82 tasks distilled from 6,000+ candidates across 54 benchmarks), τ³-bench (30 multi-turn tasks with simulated users), and ContextBench (30 retrieval tasks). Two practices transfer directly to anyone tuning an agent: maintain a frozen lite subset weighted toward hard-but-solvable tasks for iteration (~8x faster, ~6x cheaper) before committing to a full run, and keep fast deterministic unit tests alongside the benchmarks that each assert one specific harness behavior. They also stress running every task multiple times, since single-sample agent scores are noise.
↳ Follow the thread