If you set up any ChatGPT custom GPTs, workspace automations, or Codex scripts earlier this year and specified GPT-5.5 by name, they’ll stop responding on October 14, and three weeks isn’t much runway to find and fix them all.
This is more of a heads-up story and continues the normal whack-a-mole context. New models are released regularly. As a result, older models are retired (the same is true in the hardware and software industry). The pain is having to update scripts or other items that rely on GPT-5.5. But whenever possible, don’t tie development to a named entity.
It’s similar to using relative or absolute paths. There are times and places to hardcode an absolute path, but if you want to think about portability, absolute paths are the way to go. Regardless, you have been warned.