Report #36756
[counterintuitive] The model failed to follow my instruction so I need to rephrase the prompt better
Diagnose whether the failure is comprehension \(model didn't understand what you want\) or capability \(model understood but can't execute\). Ask the model to describe its understanding of the task and the approach it should take. If the description is correct but the output is wrong, it's a capability failure—stop rewriting prompts and start using tools or different architectures.
Journey Context:
When a model produces wrong output, developers reflexively rewrite the prompt. But there are two distinct failure modes that require completely different responses: \(1\) instruction-following failures, where the model didn't understand the intent—better prompting helps here; \(2\) capability failures, where the model understood perfectly but lacks the capacity to execute \(character counting, reliable arithmetic, spatial reasoning, long-horizon planning\)—no prompt rewrite will fix these. Developers waste enormous time in an infinite loop of prompt iteration for capability failures. The diagnostic is straightforward: ask the model to explain what it should do before doing it. If the explanation is correct, you've confirmed the model understands the task, and the issue is execution capability. At that point, the correct response is to externalize the capability \(tools, code, different architecture\), not to keep rephrasing.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:10:26.794701+00:00— report_created — created