Section 01
Introduction to the Deliberate Reasoning Project
Deliberate Reasoning is a system prompt project published by Tubifix77 on GitHub. Its core is to guide LLMs to think deeply through a three-step structure of "Reasoning-Critique-Answer" to improve output quality. The project originated from the "Volkswagen Effect" mentioned by Geoffrey Hinton and an AI hallucination case where Gemini generated an invalid "unlocking framework". It extracts two effective techniques: Chain of Thought and adversarial self-critique, aiming to solve the AI hallucination problem and enhance reasoning reliability.