Knowledge File / AI技能杠杆
趋势解读:GPT-5.5 prompting guide,提升开发者接入体验
OpenAI发布GPT-5.5 API和提示指南,建议开发者从头开始优化提示,而非直接迁移旧模型提示。
SOURCE / AI技能杠杆
MIN / 4
ACCESS / 会员
POST / 2026-04-25 04:13:36
原贴
查看原文
原文
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
中文翻译
GPT-5.5 prompting guide。现在GPT-5.5在API中可用,OpenAI发布了大量关于如何最好地提示新模型的实用技巧。他们推荐的一个巧妙技巧适用于可能需要花费大量时间思考才返回用户可见响应的应用程序:在任何多步骤任务的工具调用之前,发送一条简短的用户可见更新,确认请求并说明第一步。保持一两句话。我已经注意到他们的Codex应用正在这样做,这确实让较长时间运行的任务感觉不那么像模型崩溃了。OpenAI建议在Codex中运行以下命令,使用其openai-docs技能中嵌入的建议来升级现有代码:$openai-docs migrate this project to gpt-5.5。编码智能体将遵循的升级指南在此,其中甚至包含了关于如何重写提示以更好地适应模型的简单说明。同样相关的还有使用GPT-5.5指南,其开头警告:为了充分利用GPT-5.5,请将其视为一个需要调优的新模型系列,而不是gpt-5.2或gpt-5.4的替代品。从新的基线开始迁移,而不是保留旧提示栈中的每条指令。从保持产品契约的最小提示开始,然后根据代表性示例调整推理努力、冗长程度、工具描述和输出格式。有趣的是,OpenAI建议从头开始,而不是相信为先前模型优化的现有提示能继续与GPT-5.5有效配合。
核心信息
OpenAI发布GPT-5.5 API和提示指南,建议开发者从头开始优化提示,而非直接迁移旧模型提示。
- OpenAI发布GPT-5.5提示指南,建议从零开始构建。
- 提示需适应新模型推理特性,避免直接迁移。
- 长思考任务中应发送用户可见中间更新。
- 使用Codex CLI可自动升级现有代码提示。
- 从最小提示开始调优,逐步增加复杂度。
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容