هندسة الأوامر هي ممارسة صياغة أوامر فعّالة (تعليمات/مدخلات) للحصول على نتائج جيدة من نماذج الذكاء الاصطناعي، خاصة نماذج اللغات الكبيرة (LLMs). بما أن نماذج اللغات الكبيرة تستجيب للأوامر باللغة الطبيعية، فإن طريقة صياغتك للأمر تؤثر بشكل كبير على جودة المخرجات.
ما هي هندسة الأوامر
PROMPT ENGINEERING → designing the input (PROMPT) you give an LLM to get the desired output:
→ LLMs respond to instructions in natural language → the prompt shapes the response
→ better prompts → better, more relevant, accurate results
→ no coding needed → you communicate with the model through well-crafted text
→ a key skill for effectively using LLMs
