Learn Before
Activity (Process)

Two-Step Problem Decomposition

A two-step approach to problem decomposition treats sub-problem generation and solving as distinct, sequential phases. The first step involves decomposing the entire problem into a complete set of sub-problems at once, such as creating an outline for a blog. The second step focuses on solving these sub-problems, either sequentially or in a different order, and then combining their solutions to form the final output. This straightforward method is particularly well-suited for compositional tasks like writing and code generation, as it assumes the sub-problems can be solved independently.

0

1

Updated 2026-04-30

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Related