Prompt inžinerija yra efektyvių prompt'ų (instrukcijų/įvesties) kūrimo praktika, skirta gauti gerą rezultatą iš AI modelių, ypač didelių kalbos modelių (LLM). Kadangi LLM atsako į natūralios kalbos prompt'us, tai, kaip suformuluosite prompt'ą, žymiai paveikia išvesties kokybę.
Kas yra prompt inžinerija
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
