참고 자료
이 코스의 핵심 사실과 정의는 모두 다음 자료에 근거합니다. 인용문은 영어 원문 그대로 싣습니다.
S1 — Anthropic Interactive Prompt Engineering Tutorial
URL: https://github.com/anthropics/prompt-eng-interactive-tutorial
- authority: official-docs
- supports: 프롬프트의 핵심 개념과 모범 사례 — 기본적인 프롬프트 구조, few-shot 학습, chain-of-thought.
- key-fact: "Chain-of-thought (CoT) prompting enables complex reasoning capabilities through intermediate reasoning steps."
S2 — OpenAI Prompt Engineering Best Practices
- authority: official-docs
- supports: 프롬프트 엔지니어링의 여섯 가지 전략 — 명확한 지시 쓰기, 참고 텍스트 제공하기, 복잡한 작업 나누기, 모델에게 생각할 시간 주기, 외부 도구 사용하기, 체계적으로 테스트하기.
- key-fact: "For best results, we generally recommend using the latest, most capable models. Newer models tend to be easier to prompt engineer."
S3 — Anthropic Prompt Engineering Overview
URL: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/overview
- authority: official-docs
- supports: XML 태그, 역할 설정, 긴 컨텍스트 다루기를 포함한 Claude 고유의 프롬프트 기법.
- key-fact: "An example-filled tutorial that covers the prompt engineering concepts found in the docs."
S4 — Prompt Engineering Guide - Few-Shot Prompting
URL: https://www.promptingguide.ai/techniques/fewshot
- authority: authoritative-guide
- supports: few-shot 프롬프팅의 정의, 사용법, 모범 사례.
- key-fact: "Following the findings from Min et al. (2022), here are a few more tips about demonstrations/exemplars when doing few-shot: the label space and the distribution of the input text specified by the demonstrations are both important."
S5 — Prompt Engineering Guide - Chain-of-Thought
URL: https://www.promptingguide.ai/techniques/cot
- authority: authoritative-guide
- supports: chain-of-thought 프롬프팅의 원리, 구현, 활용 사례.
- key-fact: "Introduced in Wei et al. (2022), chain-of-thought (CoT) prompting enables complex reasoning capabilities through intermediate reasoning steps."
S6 — IBM Prompt Engineering Guide 2026
URL: https://www.ibm.com/think/prompt-engineering
- authority: authoritative-guide
- supports: 2026년 프롬프트 엔지니어링의 최신 흐름과 종합 가이드.
- key-fact: "Prompt engineering is the new coding. In a world increasingly driven by machine learning, the ability to communicate with AI-generated systems by using natural language is essential."
S7 — Prompt Engineering Best Practices 2026
URL: https://thomas-wiegold.com/blog/prompt-engineering-best-practices-2026/
- authority: blog
- supports: 2026년의 최신 프롬프트 엔지니어링 실무와 모델 간 차이.
- key-fact: "The discipline has split cleanly in two: casual prompting (which anyone can do — the models got better at reading intent) and production context engineering (which is a genuine engineering skill)."
S8 — AI Prompt Debugging: Fixing Issues Through Iteration
URL: https://whitebeardstrategies.com/blog/ai-prompt-debugging-fixing-issues-through-iteration/
- authority: blog
- supports: 프롬프트를 디버깅하고 반복적으로 개선하는 체계적인 방법.
- key-fact: "Debugging AI prompts isn't a one-time task; it's an iterative process where each cycle reveals new insights."
S9 — 提示工程指南(中文)
URL: https://www.promptingguide.ai/zh
- authority: authoritative-guide
- supports: 중국어로 된 프롬프트 엔지니어링 학습 자료와 모범 사례.
- key-fact: "提示工程不仅仅是关于设计和研发提示词。它包含了与大语言模型交互和研发的各种技能和技术。"
S10 — Chain of Thought Prompting Guide
URL: https://www.prompthub.us/blog/chain-of-thought-prompting-guide
- authority: authoritative-guide
- supports: 예시와 함께 보는 chain-of-thought 프롬프팅의 상세한 구현.
- key-fact: "At its core, Chain of Thought prompting encourages the model to think through the problem in a step-by-step manner, which is supposed to mimic how humans break down complex problems."
S11 — Few-Shot Prompting Guide
URL: https://www.prompthub.us/blog/the-few-shot-prompting-guide
- authority: authoritative-guide
- supports: few-shot 프롬프팅의 설계 원칙과 실제 적용.
- key-fact: "Few shot prompting is a prompt engineering technique where you insert examples in your prompt, training the model on what you want the output to look and sound like."
S12 — Prompt Engineering for Code Generation
URL: https://graphite.com/guides/better-prompts-ai-code
- authority: blog
- supports: 코드 생성 상황에서의 프롬프트 모범 사례.
- key-fact: "By spelling out these details, you greatly reduce ambiguity. Microsoft's Developer Tools research group observed that prompts with explicit specifications reduced the need for back-and-forth refinements by 68%."
S13 — Prompt - Wikipedia
URL: https://en.wikipedia.org/wiki/Prompt_engineering
- authority: encyclopedia
- supports: 프롬프트와 프롬프트 엔지니어링의 표준적인 정의.
- key-fact: "Prompt engineering is the process of structuring text that can be interpreted and understood by a generative AI model."
S14 — Large Language Model - Wikipedia
URL: https://en.wikipedia.org/wiki/Large_language_model
- authority: encyclopedia
- supports: 대규모 언어 모델의 기본 개념과 동작 원리.
- key-fact: "A large language model (LLM) is a type of language model notable for its ability to achieve general-purpose language understanding and generation."
S15 — Zero-shot Learning - Wikipedia
URL: https://en.wikipedia.org/wiki/Zero-shot_learning
- authority: encyclopedia
- supports: zero-shot 학습의 정의와 응용.
- key-fact: "Zero-shot learning is a problem setup in machine learning where, at test time, a learner observes samples from classes which were not observed during training."