Home Knowledge Base Least-to-Most Prompting

Least-to-Most Prompting is the structured prompt engineering technique that teaches language models to solve complex problems by first decomposing them into progressively simpler sub-problems, then solving from easiest to hardest — developed by Google Research as a systematic approach that significantly outperforms standard chain-of-thought prompting on tasks requiring compositional generalization, mathematical reasoning, and multi-step problem solving.

What Is Least-to-Most Prompting?

Why Least-to-Most Prompting Matters

How It Works

Stage 1 — Decomposition:

Stage 2 — Sequential Solving:

Comparison with Other Prompting Strategies

StrategyDecompositionSolving OrderContext Passing
Standard PromptingNoneDirect answerNone
Chain-of-ThoughtImplicitLeft-to-right inlineImplicit
Least-to-MostExplicit, orderedSimplest firstExplicit sub-answers
Tree-of-ThoughtBranchingParallel explorationBranch-specific

Applications & Results

Least-to-Most Prompting is a foundational advance in structured reasoning for LLMs — demonstrating that explicitly ordering sub-problems from simple to complex enables compositional generalization impossible with standard prompting approaches.

least-to-most promptingprompt engineering

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.