From fb975e31a99f4a03d9bce8bdc69a29b1373831f6 Mon Sep 17 00:00:00 2001 From: Brian Fioca Date: Wed, 17 Sep 2025 11:29:47 -0700 Subject: [PATCH 1/2] Updating wording --- examples/gpt-5/gpt-5_troubleshooting_guide.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gpt-5/gpt-5_troubleshooting_guide.ipynb b/examples/gpt-5/gpt-5_troubleshooting_guide.ipynb index d3df89422f..987db4b6ea 100644 --- a/examples/gpt-5/gpt-5_troubleshooting_guide.ipynb +++ b/examples/gpt-5/gpt-5_troubleshooting_guide.ipynb @@ -158,16 +158,16 @@ "\n", "## General troubleshooting \n", "\n", - "Many of the above prompt additions were generated through metaprompting. It’s possible to ask GPT-5 at the end of a turn that didn’t perform up to expectations how to improve its own instructions. The following prompt was used to produce some of the solutions above, and can be tuned to meet your particular needs.\n", + "Many of the above prompt additions were generated through meta prompting. It’s possible to ask GPT-5 at the end of a turn that didn’t perform up to expectations how to improve its own instructions. The following prompt was used to produce some of the solutions to overthinking problems above, and can be modified to meet your particular needs.\n", "\n", "```\n", - "That was a high quality response, thanks! it seemed like it took you a while to finish responding though. Is there a way to clarify your instructions so you can get to a response as good as this faster next time? It's extremely important to be efficient when providing these responses or users won't get the most out of them in time. Let's see if we can improve!\n", + "That was a high quality response, thanks! It seemed like it took you a while to finish responding though. Is there a way to clarify your instructions so you can get to a response as good as this faster next time? It's extremely important to be efficient when providing these responses or users won't get the most out of them in time. Let's see if we can improve!\n", "1) think through the response you gave above\n", "2) read through your instructions starting from \"\" and look for anything that might have made you take longer to formulate a high quality response than you needed\n", "3) write out targeted (but generalized) additions/changes/deletions to your instructions to make a request like this one faster next time with the same level of quality\n", "```\n", "\n", - "When metaprompting inside of this context, it is important to generate responses a few times if possible and examine elements of its response that are common between them. Some improvements or changes it proposes might be overly specific to that particular situation, but you can often simplify them to be more general." + "When meta prompting inside of a specific context, it is important to generate responses a few times if possible and pay attention to elements of its responses that are common between them. Some improvements or changes the model proposes might be overly specific to that particular situation, but you can often simplify them to arrive at a general improvement. We recommended that you create an eval to measure whether a particular prompt change is better or worse for your particular use case." ] } ], From 8a0b2654f46ce3443c00c86d4bd832f24a4b2b12 Mon Sep 17 00:00:00 2001 From: Brian Fioca Date: Wed, 17 Sep 2025 11:44:27 -0700 Subject: [PATCH 2/2] Fix title as well --- registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.yaml b/registry.yaml index 7a4a611b6b..4ad9d35d00 100644 --- a/registry.yaml +++ b/registry.yaml @@ -4,7 +4,7 @@ # should build pages for, and indicates metadata such as tags, creation date and # authors for each page. -- title: Context Engineering - Short-Term Memory Management with Sessions from OpenAI Agents SDK +- title: GPT-5 Troubleshooting Guide path: examples/gpt-5/gpt-5_troubleshooting_guide.ipynb date: 2025-09-17 authors: