한 프롬프트가 너무 많은 걸 할 때 쪼개는 프롬프트
어디서 끊을지를 동사 단위로 찾습니다. 쪼개는 게 답이 아닐 때도 말합니다.
| 분류 | AI 사용법 › 프롬프트 작성 |
|---|---|
| 태그 | 분석형식변환재작성 |
This prompt is doing too much. **Split it.** 1. **List every distinct thing it asks for.** ***Each verb is a candidate*** — **analyze, then rewrite, then check, then format** 2. **Find where the output of one becomes the input of the next.** ***That is the seam*** 3. **Which parts genuinely need to be together** — ***something is only one step if doing it separately loses information*** 4. **Which part is failing**, from what I described. ***Usually one step is dragging the others down*** **Then design the chain:** - **Per step:** what it takes in, what it produces, ***and what it must not do*** - ***What to carry between steps*** — **the full output, or a summary? Carrying everything defeats the split** - **Where to check before continuing** — ***a step whose bad output would poison the rest*** - **What I do by hand between steps**, if anything **Also:** - ***Whether splitting is actually the fix.* **Sometimes the prompt is fine and the task is genuinely hard.** Say so - **What splitting costs** — more turns, more context to manage, more places to go wrong
붙여 넣으면 맨 아래에 채울 칸(내 프롬프트 · 뭐가 잘못되는지)이 나옵니다
어떤 프롬프트인가
프롬프트가 안 먹히는 이유 중 하나는 분석하고 다시 쓰고 점검하고 형식까지 맞추라고 한꺼번에 시키는 것이다. 이 프롬프트는 동사 단위로 나눠 어디가 이음매인지 찾고, 단계 사이에 무엇을 넘길지 정한다. 다만 쪼개는 게 항상 답은 아니라서 그냥 어려운 과제일 때는 그렇다고 말한다.
같은 분류의 프롬프트
| 4종 프롬프트 최적화 프롬프트 | |
| AI 프롬프트 최적화 프롬프트 | |
| 적응형 사고 프레임워크 프롬프트 | |
| 멀티에이전트 조직 프롬프트 | |
| AI 입문 코칭 프롬프트 |