AIToday
Large Language ModelsSimon Willison's WeblogPublished: Apr 25, 2026, 14:21 JST1 min read

OpenAI releases GPT-5.5 API with new prompting guide—developers must rewrite existing prompts from scratch rather than adapt old ones

3 Key Points

  1. OpenAI made GPT-5.5 available in its API on April 25, 2026, and published a prompting guide warning developers that the new model is not a drop-in replacement for GPT-5.2 or GPT-5.4. The guide explicitly states: 'treat it as a new model family to tune for' and advises starting with fresh prompts instead of carrying over instructions from older versions.

  2. One concrete technique OpenAI highlights: for long-running tasks, send a brief user-visible message acknowledging the request and stating the first step before any tool calls—this prevents users from thinking the AI has crashed. OpenAI's own Codex app already implements this pattern.

  3. For developers maintaining applications built on older GPT models, this means existing prompt optimizations won't automatically work with GPT-5.5—they'll need to re-test and re-tune reasoning effort, verbosity (how much the model explains), tool descriptions, and output format against actual examples. Teams with hundreds of production prompts face weeks of validation work to migrate safely.

  4. To upgrade existing code, developers can run the command `$openai-docs migrate this project to gpt-5.5` in Codex, which provides a migration guide with instructions for rewriting prompts to fit the new model.

Ask the AI about this article →

Simon Willison's WeblogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Walmart settles opioid claims for $50MTop Companies AI · 2h ago
  • Tim Cook's legacy hinges on Apple's AI betTop Companies AI · 2h ago
  • CrowdStrike Falcon Guardian Targets AI SecurityTop Companies AI · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleDeepSeek releases V4 Pro and Flash models with 1M-token context and MIT license, positioning Chinese AI labs as credible open-weight alternatives to closed frontier models