Turn messy agent failure traces into reproducible evals instead of hand-written benchmarks
The pipeline starts with raw traces, attributes the failure, isolates the earliest divergence, then shrinks to a minimal state you can turn into a targeted test. That loop beats static benchmarks because it captures actual trajectory failures your agents hit in production. Once you have the mechanism you can fuzz variants, which lines up with the kind of agent orchestration work that shows up in your Claude Code and Cursor sessions.