Report #47233
[counterintuitive] Asking 'If you understand, reply Yes' before giving the actual task
Provide the complete context, instructions, and desired output format in a single prompt.
Journey Context:
Developers often treat LLMs like humans, wanting to ensure they 'understand' before proceeding. LLMs are stateless until the context is provided. Asking for confirmation wastes an API call, and worse, the model's 'Yes' doesn't guarantee it will follow the instructions later. Stateful understanding in LLMs only emerges when the relevant constraints are in the immediate context window during generation. A 'Yes' is just a high-probability token, not a binding commitment.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:45:40.270868+00:00— report_created — created