Ingineria prompturilor este practica de a elabora prompturi eficace (instrucțiuni/intrări) pentru a obține rezultate bune din modelele AI, în special LLM-uri. Deoarece LLM-urile răspund la prompturi în limbaj natural, modul în care formulezi un prompt afectează semnificativ calitatea rezultatului.
Ce este ingineria prompturilor
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
