📰 ENGLISH NEWS

OpenAI、GPT-5.5向けプロンプトガイドを公開 — 「結果志向」の短い指示が最適と提唱

#英語学習#英語ニュース#リスニング#シャドーイング
📺はじめての方へ — このシリーズについて

YouTubeチャンネル「つくもち英語部」の連動コンテンツ置き場。

AI・データサイエンス分野の最新ニュースを題材に、エンジニア特有の英語表現を日英対訳で学べます。

動画スクリプトに加え、専門用語の解説や関連するG検定項目への内部リンクも併設。

「英語で技術情報をキャッチアップする力」を、技術知識と一緒に鍛えるのが狙いです。

理系のキャリアをグローバルに広げたい人のための、実務直結型の英語学習リソースです。

📌 ニュース概要

OpenAIはGPT-5.5向けのプロンプト設計ガイドを公開し、従来の細かな手順指定よりも、求める成果を端的に示す「結果志向」の短い指示が最も効果的であると発表しました。モデルが自ら最適な解決経路を選択できるようになったため、過剰な制約を排して判断ルールを提示することや、人格と働き方の指示を分けることが推奨されています。また、体感速度を向上させる「事前応答」の活用や、検索範囲を制御する「リトリーバル予算」の設定、さらに実行結果を自ら点検させる検証プロセスの導入など、実用的な運用手法も示されました。

📖 英文と日本語訳(一文ずつ)

1ENGLISH

OpenAI has released a prompt engineering guide for its latest model, GPT-5.5.

和訳

OpenAIは、最新モデルGPT-5.5に対応したプロンプト設計ガイドを公開しました

2ENGLISH

Compared to the previous GPT-5.4 version, short "outcome-first" prompts that concisely state the desired result are reported to yield better results than traditional, lengthy prompts that specify processes in detail.

和訳

前バージョンのGPT-5.4と比較して、プロセスを細かく規定する従来型の長いプロンプトよりも、求める成果を端的に示す短い「結果志向(outcome-first)」のプロンプトの方が良好な結果をもたらすと説明されています

3ENGLISH

Additionally, because inference efficiency has improved, it is recommended to first re-evaluate performance at low and medium levels before increasing the reasoning effort level.

和訳

また、推論効率が向上したため、推論努力レベルを引き上げる前に、まず低・中レベルでの動作を再評価することが推奨されています

4ENGLISH

The guide highlights that GPT-5.5 can independently select the optimal path to a solution as long as a "destination" is provided.

和訳

ガイドが強調するのは、GPT-5.5が「目的地」さえ示せば最適な解決経路を自ら選択できるという点です

5ENGLISH

Reusing existing prompts designed for older models without modification is said to risk introducing noise through unnecessary instructions, which may narrow the model's search range and lead to mechanical responses.

和訳

旧モデル向けに作られた既存プロンプトをそのまま流用すると、不要な指示がノイズとなり、モデルの探索範囲を狭めたり機械的な回答を招いたりする恐れがあるとされています

6ENGLISH

Therefore, it is stated that absolute imperatives such as "ALWAYS," "NEVER," and "must" should be used only for true invariants, such as safety rules and mandatory output items, while decision rules should be employed in situations requiring judgment.

和訳

そのため「ALWAYS」「NEVER」「must」といった絶対的命令語は、安全規則や必須出力項目など真の不変条件にのみ用い、判断を要する場面では決定ルール(decision rules)を使うべきだと述べられています

7ENGLISH

From the perspective of persona design, it is recommended to distinguish between the "personality" that defines a model's way of speaking and the "collaboration style" that defines its way of working, providing concise instructions for each.

和訳

人格設計の観点からは、モデルの「話し方」を規定するパーソナリティと、「働き方」を規定するコラボレーションスタイルを区別して、それぞれ簡潔に指示することが推奨されています

8ENGLISH

GPT-5.5’s default style is efficient, direct, and task-oriented. For interactive products such as customer assistants, it is adjusted to explicitly incorporate warmth and proactivity.

和訳

GPT-5.5の既定スタイルは効率的・直接的・タスク志向であり、顧客向けアシスタントなど対話型製品では、温かみや積極性を明示的に追加する形で調整します

9ENGLISH

A technique has been introduced to improve the perceived speed of streaming responses for long tasks involving tool calls, which involves instructing the system to first output a short "preamble" to acknowledge the request and communicate the initial step.

和訳

ストリーミング応答における体感速度の改善策として、ツール呼び出しを伴う長めのタスクでは、最初に短い「プリアンブル(事前応答)」を出力させ、リクエストを受け止めて最初のステップを伝えるよう指示する手法が紹介されています

10ENGLISH

This will improve the user's perceived experience regarding the time until the first visible token is displayed.

和訳

これにより、最初の可視トークンが表示されるまでの時間に対するユーザーの体感が向上します

11ENGLISH

The output format can be adjusted through the text.verbosity parameter, with the API's default value set to "medium."

和訳

出力フォーマットについては、text.verbosityパラメータで調整可能であり、APIの既定値はmediumです

12ENGLISH

In ordinary conversation and explanations, it is considered desirable to use plain paragraph format as the primary structure, while limiting the use of headings and bulleted lists to situations where comparison or ranking is required.

和訳

通常の会話や説明では平文の段落形式を基本とし、見出しや箇条書きは比較・順位付けが必要な場面に限るのが望ましいとされています

13ENGLISH

Regarding citations and the provision of evidence, it is recommended to explicitly state the "retrieval budget," a stopping rule for searches.

和訳

引用と根拠提示に関しては、検索の停止ルールである「リトリーバル予算(retrieval budget)」を明示することが推奨されています

14ENGLISH

Guidelines state that an initial broad search should be conducted using concise keywords, and a response provided without re-searching if sufficient evidence is found. Conditions for permitting a re-search include cases where essential facts are missing or a reference to specific documents is required.

和訳

最初に簡潔なキーワードで広く一度検索し、十分な根拠が得られた場合は再検索せずに回答すべきとされ、再検索が許される条件として、必須の事実が欠落している場合や、特定文書の参照が求められている場合などが列挙されています

15ENGLISH

For documents containing creative elements, such as slides and customer-facing copy, it is required to distinguish between factual descriptions and creative expressions and to avoid fabricating concrete facts, such as product capabilities and customer outcomes.

和訳

スライドや顧客向けコピーなど創作要素を含む文書では、事実に基づく記述と創作的な表現を区別し、製品の能力や顧客成果といった具体的事実を捏造しないよう求めています

16ENGLISH

In verifiable tasks, it is also important to have a mechanism that allows the model to verify its own work.

和訳

検証可能なタスクでは、モデルに自らの作業を確認させる仕組みも重要です

17ENGLISH

Coding agents are instructed to execute targeted unit tests, type checks, and build checks, and to inspect visual deliverables for layout issues or missing elements after rendering.

和訳

コーディングエージェントには対象範囲を絞った単体テスト、型チェック、ビルドチェックなどの実行を指示し、ビジュアル成果物ではレンダリング後にレイアウトや要素の欠落を点検させます

18ENGLISH

The phase parameter introduced in GPT-5.4 remains effective.

和訳

GPT-5.4から導入されたphaseパラメータも引き続き有効です

19ENGLISH

In long-running workflows, intermediate updates can be distinguished as "commentary" and the completed response as "final_answer."

和訳

長時間実行されるワークフローでは、中間更新を「commentary」、完成回答を「final_answer」として区別できます

20ENGLISH

While the API automatically maintains state when using previous_response_id, the original phase value must be carried over when manually resending assistant output.

和訳

previous_response_idを使う場合はAPIが自動的に状態を保持しますが、アシスタント出力を手動で再送する場合は、元のphase値をそのまま引き継ぐ必要があります

🎧 通し読み(全文)

リスニング・シャドーイング用の全文です。

OpenAI has released a prompt engineering guide for its latest model, GPT-5.5. Compared to the previous GPT-5.4 version, short "outcome-first" prompts that concisely state the desired result are reported to yield better results than traditional, lengthy prompts that specify processes in detail. Additionally, because inference efficiency has improved, it is recommended to first re-evaluate performance at low and medium levels before increasing the reasoning effort level. The guide highlights that GPT-5.5 can independently select the optimal path to a solution as long as a "destination" is provided. Reusing existing prompts designed for older models without modification is said to risk introducing noise through unnecessary instructions, which may narrow the model's search range and lead to mechanical responses. Therefore, it is stated that absolute imperatives such as "ALWAYS," "NEVER," and "must" should be used only for true invariants, such as safety rules and mandatory output items, while decision rules should be employed in situations requiring judgment. From the perspective of persona design, it is recommended to distinguish between the "personality" that defines a model's way of speaking and the "collaboration style" that defines its way of working, providing concise instructions for each. GPT-5.5’s default style is efficient, direct, and task-oriented. For interactive products such as customer assistants, it is adjusted to explicitly incorporate warmth and proactivity. A technique has been introduced to improve the perceived speed of streaming responses for long tasks involving tool calls, which involves instructing the system to first output a short "preamble" to acknowledge the request and communicate the initial step. This will improve the user's perceived experience regarding the time until the first visible token is displayed. The output format can be adjusted through the text.verbosity parameter, with the API's default value set to "medium." In ordinary conversation and explanations, it is considered desirable to use plain paragraph format as the primary structure, while limiting the use of headings and bulleted lists to situations where comparison or ranking is required. Regarding citations and the provision of evidence, it is recommended to explicitly state the "retrieval budget," a stopping rule for searches. Guidelines state that an initial broad search should be conducted using concise keywords, and a response provided without re-searching if sufficient evidence is found. Conditions for permitting a re-search include cases where essential facts are missing or a reference to specific documents is required. For documents containing creative elements, such as slides and customer-facing copy, it is required to distinguish between factual descriptions and creative expressions and to avoid fabricating concrete facts, such as product capabilities and customer outcomes. In verifiable tasks, it is also important to have a mechanism that allows the model to verify its own work. Coding agents are instructed to execute targeted unit tests, type checks, and build checks, and to inspect visual deliverables for layout issues or missing elements after rendering. The phase parameter introduced in GPT-5.4 remains effective. In long-running workflows, intermediate updates can be distinguished as "commentary" and the completed response as "final_answer." While the API automatically maintains state when using previous_response_id, the original phase value must be carried over when manually resending assistant output.

📝 学習のヒント

  1. 1まず英文を読む — 知らない単語にあたりをつけてから音声へ。
  2. 2一文ずつ確認 — 日本語訳と照合し、構文を理解する。
  3. 3通し読み Normal で耳を作る — 内容を追いながらリピート。
  4. 4Fast でシャドーイング — 口を慣らし、リスニング速度を上げる。
  5. 5翌日に復習 — 1日空けて再聴すると長期記憶に定着しやすい。
© つくもち英語部