Best Practices
To get the most accurate and relevant responses from our LLMs (Llama 3, Claude, GPT-OSS), follow these prompting best practices.1. Be Specific
Vague prompts lead to vague answers. Provide clear context and instructions.- Bad: “Write code.”
- Good: “Write a Python function to calculate the Fibonacci sequence recursively.”