LLM Reasoning Playbook

Anti-Pattern Gallery

Concrete before/after failures mapped to rubric violations. A living gallery you extend from real lessons.

A living note. Real before-and-after failures, the thing that actually changes how you build, where the Module 1 "when not to use it" sections stay general. Each case points to the rubric rule it breaks (see Reasoning-Framework-Eval-Rubrics). It's seeded with the most common failures; add your own from Reasoning-Framework-Decision-Log lessons.

Each case has: the framework · what you see (symptom) · ❌ a bad example · why it happens · ✅ the fix · which rubric rule it breaks.


Seed cases

1. CoT: Hallucination laundering

3. Self-Refine: Correcting a correct answer

4. ReAct: Fabricated Observation

5. Self-Consistency: Voting for a systematic error

6. Thread of Thought: Lost mid-document evidence

7. PAL / PoT: Right code, wrong setup


Add a case (template)

markdown### N. {{Framework}}: {{short symptom name}}
- **Symptom.** ...
- **❌ Bad.** ...
- **Why.** ...
- **✅ Fix.** ...
- **Violates:** <rubric dimension(s)>