Report #103496
[agent\_craft] Made independent tool calls one by one and wasted wall-clock time
When tool calls do not depend on each other, issue them in the same response batch; collect all results before deciding the next step.
Journey Context:
Sequential calls add latency without benefit if the calls are independent. The model can request multiple function calls in one turn and the runtime can execute them concurrently. The trade-off is order: never parallelize calls where one needs the output of another, because that creates a data dependency race.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:30:11.797784+00:00— report_created — created