5 min readUpdated Aug 6, 2026Beginner
Common Mistakes
Learn about Common Mistakes in this comprehensive lesson.
Avoid these errors in your team hub:
- **Hardcoding data:** Don't hardcode "2023 Q1 Report" into the prompt. Use a {{report_data}} variable so it works next quarter too.
- **Too many variables:** If a user has to fill out 15 text boxes to run a prompt, they won't use it.
- **No examples:** A prompt without Few-Shot examples will have highly variable output quality.