Knowledge pack — guides, templates, examples
Choose the lightest strategy that meets reliability / transparency requirements. Escalate only when baseline performance or guardrail needs justify cost.
Technique | Best For | Cost | Transparency | Failure Risk Reduced |
---|---|---|---|---|
Maieutic | Traceable commonsense QA | High | High (tree) | Inconsistent justification |
Self-Refine | Draft polishing / code quality | Medium (rounds) | Medium | Surface-level errors |
Least-to-Most | Compositional multi-step tasks | Low→Medium | Medium (explicit steps) | Premature leaps |
Self-Consistency | Math / classification | Linear in K | Low (rationales sampled) | Random reasoning errors |
RAG | Factual Q&A / summarization | Index + retrieval calls | High (citations) | Hallucinated facts |
Design hybrids only if each layer adds a distinct mitigation (e.g., hallucination reduction + reasoning robustness).