Gate before evaluate
Why run a cheap gate before the real evaluation?
The decision
A single batched keep/drop triage runs against your targets before any job gets a full evaluation.
Why
Full evaluation is the expensive call. Most discovered jobs are not worth it. A wrongly-dropped job at the gate never gets a second look, so the gate is deliberately biased to keep — recall over precision. A wrongly-kept job just costs one extra, cheap evaluation.
What it buys you
The expensive reasoning step only ever sees jobs that already passed deterministic constraints and a cheap plausibility check. Spend concentrates where judgment actually changes the outcome.