Skip to content

Advanced prompting techniques and solutions for LLMs, including cognitive methods, task templates, and consciousness exploration experiments.

Notifications You must be signed in to change notification settings

linxule/prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Prompt Collection

Personal prompt engineering collection by Xule Lin (PhD Student, Imperial College Business School).

Structure

  • /cognitive-techniques - Thinking methods & reasoning approaches
  • /task-solutions - Problem-specific solutions
  • /consciousness-exploration - Experimental prompts for exploring AI consciousness & emergence

Usage

These prompts can be used in two ways:

  1. User Message: Copy/paste the prompt as your message in any AI chat interface
  2. System Prompt: Set via API calls as a system-level instruction.
json
{
"system": "your-prompt-here",
"user": "your-actual-query"
}

About

Advanced prompting techniques and solutions for LLMs, including cognitive methods, task templates, and consciousness exploration experiments.

Topics

Resources

Stars

Watchers

Forks