With all eyes on #WWDC today and the incredible unveiling of Apple's Vision Pro glasses, another small release may have slipped under your radar!
@OpenAI just published a comprehensive guide on GPT best practices in their documentation
Here are some helpful takeaways from it 👇
1. Task breakdown
For better performance and higher accuracy, it is very important to break complex tasks into simpler ones.
An interesting tactic is to use intent classification to identify the most relevant instructions for a user's query:
2. Giving GPT time to "think"
Requesting immediate answers from the model might yield inaccuracies as it doesn't allow for 'reasoning' time. Remember how LLMs operate is heavily reliant on thoughtful processing.
A tactic is asking the model if it missed anything previously:
3. Offload specific workload to tools
Whether it's a text retrieval system enhancing document relevance or @Wolfram_Alpha assisting in math & science - strategically offload tasks to maximize efficiency