너가 보내는 거 대부분이 너의 프롬프트 아니야
2026 typical production request: system prompt 200 토큰, user message 50 토큰, context (RAG 결과, 대화 history, tool definition) 30,000 토큰. instruction이 모델 읽는 거의 1%. "Prompt engineering"은 잘못 명명됐어 — 일 대부분이 context engineering이야.
이게 바꾸는 것
- leverage가 "더 좋은 instruction"에서 "더 좋은 context selection"으로 이동.
- error budget이 prompt phrasing에서 chunk relevance로 이동.
- cost budget이 output에서 input으로 이동 — output 작아, input 거대.
- eval shape 변화 — retrieval 측정해야지, LLM output만 X.
full-system 관점
이 트랙의 모든 거 — chunking, retrieval, reranking, citation, caching, compression, ordering — 이제 프롬프트의 일부야. junior가 instruction 쓰고; senior가 context shape해.