GPT-5.5 プロンプティングガイド
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
5媒体で確認
OpenAI News · Vercel Blog · GitHub Changelog · The Decoder · Simon Willison Blog
各社の報じ方を比較 ↓OpenAIはAPIで利用可能になったGPT-5.5の最適なプロンプト方法に関するガイドを公開し、応答前に長時間思考するアプリケーション向けの有用なヒントを提供している。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GPT-5.5 プロンプティング ガイド
GPT-5.5がAPIで利用可能になったことで、OpenAIは新しいモデルへのプロンプト(prompt)の最適な与え方に関する有用なヒントを多数公開しています。
ユーザーに表示されるレスポンスを返す前に長時間の処理(思考)を行う可能性があるアプリケーション向けに、OpenAIが推奨するちょっとしたコツがあります。
複数ステップのタスクに対するツール呼び出し(tool call)を行う前に、リクエストを認識し最初のステップを示す短いユーザー表示用アップデートを送信してください。1〜2文に収めてください。
すでにCodexアプリでこの動作を確認していますが、確かに処理時間の長いタスクにおいてモデルがクラッシュしたような不安感を軽減してくれます。
OpenAIは、Codex内で以下のコマンドを実行して既存のコードをアップグレードするよう提案しています。この際、openai-docsスキルに組み込まれたアドバイスが活用されます。
$openai-docs migrate this project to gpt-5.5
コーディングエージェント(coding agent)が従うアップグレードガイドはこちらですが、このモデルにより適合させるためのプロンプトの書き換え方法に関する簡易な指示も含まれています。
関連するものとして、GPT-5.5の使用方法ガイドがあり、こちらには以下の警告で始まる注意書きが記載されています。
GPT-5.5の性能を最大限に引き出すには、gpt-5.2やgpt-5.4のドロップインリプレースメント(drop-in replacement)として扱うのではなく、チューニング対象となる新しいモデルファミリーとして捉えてください。移行は古いプロンプトスタック(prompt stack)からの指示をそのまま引き継ぐのではなく、新しいベースラインから始めてください。製品契約(product contract)を維持する最小限のプロンプトから始め、代表例を用いて推論の努力(reasoning effort)、冗長性(verbosity)、ツール説明(tool descriptions)、出力形式を調整してください。
以前のモデル向けに最適化された既存のプロンプトがGPT-5.5でも引き続き効果的に機能すると楽観視するのではなく、OpenAIがゼロからの再構築を推奨しているのは興味深いです。
Tags: ai, openai, prompt-engineering, generative-ai, llms, gpt
原文を表示
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.
Tags: ai, openai, prompt-engineering, generative-ai, llms, gpt
同じ出来事を5媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み