2.4 — Rule #3 — Get a verifiable answer
🟢 In plain words — do not merely ask the model to “think harder”. State the goal, authorised data, constraints and criteria you will use to check the answer.
Chain-of-Thought refers to a model’s intermediate reasoning. Earlier prompting research showed that intermediate steps could help some models with arithmetic or logic. With current reasoning models, you do not need to request their full private reasoning.
A practical method
Section titled “A practical method”- Define the expected result.
- Supply authorised data or sources.
- State important constraints.
- Request the final answer, a concise rationale and uncertainties.
- For calculations, request the operations needed for verification.
- Test on several cases and use calculation or search tools when appropriate.
Primary source: OpenAI reasoning best practices.
✅ Summary
- Use goal + data + constraints + success criteria.
- Ask for a concise, verifiable rationale, not full private reasoning.
- Measure quality on outputs with tools and a fixed test set.
📝 My note
A training byBaxIA