You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smart-triage and high-volume-batch regressed to MAX_TURNS / turn_timeout in the eu nightly. The registry-hunt cause is fixed at the shared layer in #3228 (verified: the timed-out smart-triage run on that branch does 0uip or / uip is connections / registry search commands, down from 16). But both tasks still flake over the 1800s turn budget with hunting fully removed — the agent deliberates through a large shape (extract/classify/two gateways/HITL/handlers/ends/diagram/package metadata for smart-triage; multi-instance + aggregate + escalation for high-volume-batch) and does not author in time on some runs.
Evidence: on #3228 (carve-out only), a smart-triage run timed out at 1803s with 0 hunt commands and 0 writes — 92 slow turns, never reached authoring. This is intrinsic task weight, not hunting.
Options to evaluate
Decompose the eval — split the heavy authoring into smaller graded steps, or provide a partial fixture so the agent authors a delta rather than the whole shape from scratch.
smart-triage and high-volume-batch reach SUCCESS reliably (e.g. ≥4/5) on claude/sonnet-5, with the mechanism documented (decomposition vs recipe vs budget).
Context
smart-triageandhigh-volume-batchregressed to MAX_TURNS / turn_timeout in the eu nightly. The registry-hunt cause is fixed at the shared layer in #3228 (verified: the timed-out smart-triage run on that branch does 0uip or/uip is connections/registry searchcommands, down from 16). But both tasks still flake over the 1800s turn budget with hunting fully removed — the agent deliberates through a large shape (extract/classify/two gateways/HITL/handlers/ends/diagram/package metadata for smart-triage; multi-instance + aggregate + escalation for high-volume-batch) and does not author in time on some runs.Evidence: on #3228 (carve-out only), a smart-triage run timed out at 1803s with 0 hunt commands and 0 writes — 92 slow turns, never reached authoring. This is intrinsic task weight, not hunting.
Options to evaluate
Acceptance
smart-triageandhigh-volume-batchreach SUCCESS reliably (e.g. ≥4/5) onclaude/sonnet-5, with the mechanism documented (decomposition vs recipe vs budget).