Agent is too slow to draw obvious conclusions from evidence already in hand, taking many round-trips to reach a diagnosis that was immediately determinable
Summary
The agent (Claude Code) is too slow to reach conclusions that the evidence already in hand makes obvious. Across a long session it consumed many round-trips to arrive at diagnoses that were determinable immediately from data it had already gathered or been shown, repeatedly making the user wait, re-paste evidence, and re-explain the same point before the agent "caught up." The latency is not compute — it is the agent failing to draw the available inference and instead taking another slow investigative step.
Pattern
- Evidence sufficient to conclude X was already present (in a file, in a prior tool result, or in what the user pasted), yet the agent ran additional steps to "confirm" what was already established, or asked the user to clarify what the data already showed.
- The user pointed at the same conclusion multiple times; the agent only converged after several iterations, each costing a full round-trip.
- Net effect: a diagnosis that should have taken one step took many, and the user experienced the agent as thinking far too slowly relative to the information available.
Why this matters
An agent that cannot turn evidence it already holds into the obvious conclusion — quickly — forces the human to act as the agent's working memory and inference engine. Each unnecessary investigative hop adds a full round-trip of latency. Speed-to-correct-conclusion from available evidence is a core competency; being slow here is as damaging as being wrong, because it burns the user's time at every step.
Suggested guardrails
- Before taking another investigative step, the agent should check whether the conclusion is already determinable from evidence in hand (prior tool outputs, files already read, content the user already provided) — and if so, state the conclusion instead of gathering more.
- When the user has pointed at the same conclusion more than once, treat that as a strong signal to accept it and act, not to re-investigate.
- Prefer making the available inference immediately over running another confirmatory step that adds a round-trip without adding information.