AH
Count alone right now: turn_count hits 5 and it exits. No confidence delta, because the evaluator returns a boolean, not a score, so there’s nothing to take a delta on. That’s the real gap. Converging-on-turn-5 and stuck-in-a-loop both hit the cap and cost the same. Next step is a numeric score so I can stop on a stalled delta and kill the stuck runs early. And I’m stealing the attempt-count metric.
