Day 61 of 100 Days of AI

I completed the short course on prompt engineering that I started 3 days ago. It was a light introduction to prompt engineering and the key ideas I took away were:

  • Write clear and specific instructions.
    • Note: clear and specific doesn’t mean short. In this course and in other areas, I’ve seen some really long prompts! And they’re effective.
  • Use the model to check its own work.
    • You can feed a model’s results back into the model again to confirm results or to improve upon them.
  • Iterative prompt development.
    • The first prompt doesn’t always work. So try different versions. Even if the first one works, it’s a good idea to iterate and test alternatives to see if you can get better results.