A prompting method that instructs the LLM to traverse many different paths when completing a task. Movie recommender is used as the example task. Update the variables and steps for your use case.
Quickly discover competitor info
A new prompting method that instructs the LLM to create multiple personas to work together to complete the task
Skeleton of Thought (SoT) typically uses 2 parallel prompts. This one-shot prompt merges them: first forming a task skeleton, then filling it in. Just update the question and run the prompt!
Chain of Density prompting generates 5 increasingly detailed summaries. Research points to the third summary being the closest resemblance to human-written summaries in regard to density of information.