Hi,
I just found openAI prompt optimizer
https://platform.openai.com/chat/edit?models=gpt-5&optimize=true
Has someone use it for other than technical and coding prompts?
Not sure if it can work as a general prompt optimizer or just for coding.
FYI - Prompt optimization guide and tool
OpenAI Just released a Prompt Optimizer for GPT5
Prompt optimizer tool factual (web search tool) enhanced?
OpenAI own prompt optimizer
Videos
OpenAI released a Prompt Optimizer for ChatGPT-5. You paste your prompt, choose a goal (accuracy, speed, brevity, creativity, safety), and it rewrites the prompt into a clean template with role, task, rules, and output format. It also lets you A/B test the original vs the optimized version and save the result as a reusable Prompt Object.
Links
Optimizer: https://platform.openai.com/chat/edit?models=gpt-5&optimize=true
How to use
Paste your prompt → click Optimize.
Remove conflicts, set reasoning level (low/medium/high), define output format.
Save as a Prompt Object and reuse it. Run the A/B test and keep the winner.
Quick templates
Study: Explain [topic]. Output: overview, 3 key points, example, 3‑line summary. Include sources.
Code: Fix this [language] snippet. Output code only with 3 comments explaining changes.
Research: Summarize links into 5 insights, 2 limits, 1 open question, plus 3 refs.
Data: Convert text to strict JSON array with fields X/Y/Z; drop incomplete rows.
Tips
Fix contradictions first.
Be explicit about structure and length.
Match reasoning level to task complexity.
Version prompts and track improvements with the A/B tool.