GPT-5.5のプロンプトガイド

Simon Willison's Blog / 2026/4/25

💬 オピニオンDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

要点

  • OpenAIは、GPT-5.5がAPIで利用可能になったことを受けて、モデルを効果的にプロンプトするための実践的なヒントをまとめたガイドを公開しました。
  • 重要な推奨として、長いマルチステップのツール呼び出しの前に、1〜2文の短いユーザー向け進捗アップデートを送って、モデルが止まったように感じさせにくくする方法が挙げられています。
  • この記事では、Codexがこのアプローチをすでに用いている点と、openai-docsスキルを使って既存のコードベースを移行する例のコマンドが紹介されています。
  • OpenAIは、GPT-5.5を単なる置き換えではなく新しいモデル系統として扱い、代表的な例で推論の労力、冗長性、ツール説明、出力形式を調整しながら、プロンプトの新しいベースラインから移行することを勧めています。
Sponsored by: Sonar — Now with SAST + SCA for secure, dependency-aware Agentic Engineering. SonarQube Advanced Security

25th April 2026 - Link Blog

GPT-5.5 prompting guide. Now that GPT-5.5 is available in the API, OpenAI have released a wealth of useful tips on how best to prompt the new model.

Here's a neat trick they recommend for applications that might spend considerable time thinking before returning a user-visible response:

Before any tool calls for a multi-step task, send a short user-visible update that acknowledges the request and states the first step. Keep it to one or two sentences.

I've already noticed their Codex app doing this, and it does make longer running tasks feel less like the model has crashed.

OpenAI suggest running the following in Codex to upgrade your existing code using advice embedded in their openai-docs skill:

$openai-docs migrate this project to gpt-5.5

The upgrade guide the coding agent will follow is this one, which even includes light instructions on how to rewrite prompts to better fit the model.

Also relevant is the Using GPT-5.5 guide, which opens with this warning:

To get the most out of GPT-5.5, treat it as a new model family to tune for, not a drop-in replacement for gpt-5.2 or gpt-5.4. Begin migration with a fresh baseline instead of carrying over every instruction from an older prompt stack. Start with the smallest prompt that preserves the product contract, then tune reasoning effort, verbosity, tool descriptions, and output format against representative examples.

Interesting to see OpenAI recommend starting from scratch rather than trusting that existing prompts optimized for previous models will continue to work effectively with GPT-5.5.

Posted 25th April 2026 at 4:13 am

This is a link post by Simon Willison, posted on 25th April 2026.

ai 1983 openai 411 prompt-engineering 187 generative-ai 1759 llms 1726 gpt 121

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe