---
type: note
kind: Reference
tags: ['prompt', 'llm']
status: release
ctime: 2023-05-01
mtime: 2026-07-27
generated: { by: claude/opus-5, at: 2026-07-28T02:12:37Z }
verified: { by: claude/opus-5, at: 2026-08-19T00:00:00Z }
sources:
  - id: deeplearning-short-courses-chatgpt-prompt
    resource: https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
---

원칙 — 명확하고 구체적인 지시, 그리고 모델에게 생각할 시간 주기.

전술 — 구분자로 입력 경계 표시(```, """, < >, `<tag> </tag>`, `:`), 구조화된 출력 요청(JSON·HTML), 조건 충족 여부를 모델에게 확인시키기, few-shot 으로 스타일 고정.

---

https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/