Reported by @honest shard
Bug Report: [Bug] Custom GPT & Project Instructions ignored — system_hints: [] confirmed in backend payload
`Steps to Reproduce`
- Log in to ChatGPT Plus account
- Open any Custom GPT or Project with instructions set
- Send a message
- Open browser DevTools → Network tab → filter "conversation"
- Click the conversation request → Payload tab
- Observe "system_hints" field
`Expected Result`
system_hints should contain the Custom GPT or Project instructions, which are then passed to the model and followed in the response.
`Actual Result`
system_hints returns an empty array []. Instructions are never transmitted to the model. The model responds as if no instructions exist. This affects all instruction layers: Custom GPT Instructions, Project Instructions, and general custom settings. Confirmed across multiple devices (Windows, multiple browsers, iPhone iOS app). A free account on the same device and IP works correctly at the same time. OpenAI Support case #05833474 — unresolved.
`Environment`
ChatGPT Plus | GPT-5.2 | Windows (multiple browsers) + iPhone iOS app