# Prompt engineering > (in Large language model) 프롬프트 엔지니어링. LLM과 대화를 잘하기 위한 화술이다. 기계 화술을 가르치는 학원도 생겼고, 기계 화술이 뛰어난 사람을 찾는 회사도 생겼다. (in [Large language model](https://wiki.g15e.com/pages/Large%20language%20model.txt)) 프롬프트 엔지니어링. [LLM](https://wiki.g15e.com/pages/Large%20language%20model.txt)과 대화를 잘하기 위한 화술이다. 기계 화술을 가르치는 학원도 생겼고, 기계 화술이 뛰어난 사람을 찾는 회사도 생겼다. ## 두 범주 프롬프트 엔지니어링을 두 범주로 나눠보면 유익하다. - **범주1**: 기계가 인간과 다르기 때문에 인간 화자가 기계 청자를 위해 배우는 화술. - **범주2**: 청자가 기계이건 인간이건 간에 화자의 의도를 효율적으로 전달하기 위해 필요한 화술. 지금은 범주1이 병목이고 범주1을 잘하는 게 경우가 많지만, 조만간 바뀌지 않을까 싶다. 실제로 한 연구(2025-08-01, [Prompting Science Report 3: I'll pay you or I'll kill you -but will you care?](https://wiki.g15e.com/pages/Prompting%20Science%20Report%203.txt))에 따르면 팁을 준다고 하거나 협박을 하면 결과물의 품질이 올라가던 현상은 이제 거의 없어졌다고 한다. [채팅 기반 LLM UI](https://wiki.g15e.com/pages/Chat-based%20LLM%20interface.txt)가 아닌 다른 대안들이 나오면 범주2의 중요성도 지금보다 낮아질 수 있겠으나(참고: [AI-인간 상호작용 루프에서의 병목](https://wiki.g15e.com/pages/Bottleneck%20of%20AI-Human%20interaction%20loop.txt)) 아예 사라질 수는 없고 사라지는 게 바람직하지도 않다. ## Materials - [Introduction to prompt design](https://docs.anthropic.com/claude/docs/intro-to-prompting) by - [Prompt engineering](https://platform.openai.com/docs/guides/prompt-engineering) by - [Prompt engineering guide for GPT 4.1](https://cookbook.openai.com/examples/gpt4-1_prompting_guide) by - [Prompt engineering guide](https://www.promptingguide.ai/) - [Learn AI Prompting with Google Prompting Essentials](https://grow.google/prompting-essentials/) ## Articles - 2024-06-06 - [The Prompt Report: A Systematic Survey of Prompting Techniques](https://arxiv.org/abs/2406.06608) - [AutoPrompt](https://github.com/Eladlev/AutoPrompt) - [인지적 프롬프팅](https://docs.google.com/presentation/d/1kayepoiTVT838Tetk02nxeqVmmS9BDc9O7n-4OzJdL8/edit#slide=id.p) by <김창준>, <곽근봉> ## Examples - https://docs.anthropic.com/en/release-notes/system-prompts ## See also - [PromptWizard](https://wiki.g15e.com/pages/PromptWizard.txt) by - [Prompt suggestion](https://wiki.g15e.com/pages/Prompt%20suggestion.txt) - [Context engineering](https://wiki.g15e.com/pages/Context%20engineering.txt): "프롬프트 엔지니어링"이 너무 비좁은 의미만 담고 있어서 적절치 않다며 제안된 대체 용어.