Prompting best practices for reasoning models
mainWhen working with reasoning models (like the OpenAI o-series), use a different prompting mental model than you would for standard GPT models:
- Reasoning Models (Senior Co-worker): Provide high-level goals and objectives. Trust the model to work out the implementation details and logical steps autonomously.
- Standard GPT Models (Junior Co-worker): Provide explicit, precise, and step-by-step instructions to ensure the output matches a specific format or requirement.
For more detailed best practices, refer to the OpenAI reasoning best practices guide.