Report #56141
[synthesis] Model ignores system prompt instructions or tool restrictions in long conversations
For Gemini and GPT-4o, inject critical tool constraints as reminders in the latest user message. For Claude, ensure tool definitions are provided in the dedicated \`tools\` API block rather than just described in the system prompt text.
Journey Context:
Context window does not equal uniform context attention. Models have a U-shaped attention curve. Gemini prioritizes retrieved context over the system prompt. GPT-4o prioritizes recent turns. Claude prioritizes the system prompt but might ignore tool definitions if they are merely described in text instead of provided via the native API tool block. Moving constraints to the most attended position per model prevents tool misuse.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T00:43:35.124707+00:00— report_created — created