Prompting Is Only One Part of the Stack
When you build with LLMs, behavior usually depends on more than the user's message. It often depends on:
- system instructions
- app logic or developer rules
- retrieved context
- tool outputs
- conversation history
- the user's actual request
For PMs, prompt design is product design for model behavior.