Prompt engineering je praksa oblikovanja učinkovitih promptsa (uputa/ulaza) kako bi se dobili kvalitetni rezultati od AI modela, posebno LLM-ova. Budući da LLM-ovi odgovaraju na promptse na prirodnom jeziku, način na koji formulirate prompt značajno utječe na kvalitetu rezultata.
Što je prompt engineering
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
