Report #42158
[agent\_craft] Agent latency is high on simple tool calls or agent loops forever on complex multi-step tasks
Disable CoT \(remove 'thinking' step\) for single deterministic tool calls; enforce CoT only when the task requires 3\+ sequential tool calls or when user intent is ambiguous requiring decomposition
Journey Context:
CoT adds ~50-200 tokens of latency per step. For deterministic tools \(calculator, file read\), the 'reasoning' is noise. However, for multi-hop queries \(search then filter then calculate\), CoT prevents error propagation by validating intermediate results. The trap is applying ReAct uniformly; research shows CoT hurts performance on single-step symbolic tasks. Alternatives like 'Chain-of-Tool' exist but add complexity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T01:14:09.660861+00:00— report_created — created