Loading...
Least-to-Most Prompting(LtM)
Progressive problem decomposition from simple to complex components
In 30 seconds
- What
- Solves complex problems by first solving simpler versions, then progressively adding constraints or complexity to reach the full solution.
- When to use
- Multi-step problems where each step builds on prior results and simpler cases reveal patterns applicable to harder ones.
- Watch out
- Early mistakes in simple cases compound through all subsequent steps, making the final answer wrong despite correct later reasoning.
Loading technique guide…