Commit 3c93757
📚 Add executing model superiority principle to prompt engineering
Key additions:
- "Assume the executing model is smarter" as first principle
- Acknowledge that prompts written by GPT-4 may be executed by Claude 3.5 or newer models
- Emphasize not preventing superior models from using their capabilities
- Reinforce trust in executing model's abilities over prescriptive details
This principle fundamentally changes how we write prompts - focusing on
goals rather than implementation, knowing the executor is likely more
capable than the creator.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e6d1bcd commit 3c93757
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| 153 | + | |
150 | 154 | | |
151 | 155 | | |
152 | 156 | | |
| |||
0 commit comments