Exercise: Decomposition Tree
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 3 · Section 6 of 6
Exercise: Decomposition Tree
Reading about decomposition is one thing. Practising it is another.
The Decomposition Tree exercise on Think Like a Coder gives you a structured way to work through this skill hands-on. You start with a complex problem and break it down layer by layer — splitting it into parts, then splitting those parts further, until each piece is small enough to actually act on. It’s the same process the magician uses to choreograph an illusion, the same process ISRO used to map a Mars mission, and the same process that turns a vague AI request into a series of clear, executable prompts.
The exercise takes about 15 minutes. Work through it with a real problem from your own work — not a toy example. The skill sticks faster when the decomposition is for something you actually need to solve.
Open the Decomposition Tree exercise
When you’re done, come back and take the module quiz.