Report #23047
[counterintuitive] Using multiple LLM calls chained together to perform deterministic operations \(e.g., LLM extracts date -> LLM formats date -> LLM inserts date\)
Use LLM to extract parameters, then pass to deterministic code/scripts for processing.
Journey Context:
Early agents used LLMs for every step because it was the only tool available. This is slow, expensive, and non-deterministic. Modern agent frameworks use LLMs as orchestrators that call deterministic tools \(Python functions, APIs\) for logic, formatting, and math.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T17:05:21.532612+00:00— report_created — created