Awesome Deliberative Prompting
by Community
Awesome deliberative prompting: How to ask LLMs to produce reliable reasoning and make reason-responsive decisions.
OSS
Awesome Deliberative Prompting
Added 1 June 2026
Overview
A community-curated collection of techniques and research on deliberative prompting, aimed at guiding LLMs toward reliable reasoning and reason-responsive decisions. It aggregates methods such as chain-of-thought, self-consistency, and debate-style prompts to improve output quality.
Best for
Best for
Developers exploring prompt engineering for more reliable and deliberate LLM reasoning
Use cases
- Improving accuracy of complex multi-step reasoning in LLM outputs
- Designing prompts that make LLMs consider alternative perspectives before answering
- Building systems that require transparent and logically consistent decisions
Notes
A community-curated collection of techniques and research on deliberative prompting, aimed at guiding LLMs toward reliable reasoning and reason-responsive decisions. It aggregates methods such as chain-of-thought, self-consistency, and debate-style prompts to improve output quality.
125 stars on GitHub. Last updated 2025-02-03. Licensed CC0-1.0.
Use cases
- Improving accuracy of complex multi-step reasoning in LLM outputs
- Designing prompts that make LLMs consider alternative perspectives before answering
- Building systems that require transparent and logically consistent decisions
Pros
- Curates diverse reasoning strategies from research into one accessible reference
- Lightweight and easy to browse for quick prototyping of reasoning prompts
- Community-maintained and free to use for any project
Cons
- Limited to a list of ideas—no code library or tool for direct integration
- 125 stars suggest a narrow user base and possibly slower updates
- No benchmarks or performance comparisons between listed techniques
Indexed from awesome-llm and enriched against its public facts.
Pros
- Curates diverse reasoning strategies from research into one accessible reference
- Lightweight and easy to browse for quick prototyping of reasoning prompts
- Community-maintained and free to use for any project
Cons
- Limited to a list of ideas—no code library or tool for direct integration
- 125 stars suggest a narrow user base and possibly slower updates
- No benchmarks or performance comparisons between listed techniques
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Prompt Engineering Guide
Various
🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.
OpenAI Cookbook
Various
Examples and guides for using the OpenAI API