Personal prompt engineering collection by Xule Lin (PhD Student, Imperial College Business School).
/cognitive-techniques
- Thinking methods & reasoning approaches/task-solutions
- Problem-specific solutions/consciousness-exploration
- Experimental prompts for exploring AI consciousness & emergence
These prompts can be used in two ways:
- User Message: Copy/paste the prompt as your message in any AI chat interface
- System Prompt: Set via API calls as a system-level instruction.
json
{
"system": "your-prompt-here",
"user": "your-actual-query"
}