# Module Motivation Writing Patterns `Module motivation is usually problem-driven: because a problem exists, we design xx to solve it.` Typical opening sentences: 1. `A remaining problem/challenge is ...` 2. `However, we ...` 3. `Previous methods have difficulty in ...` Usage note: 1. State the specific failure before introducing the module. 2. Keep motivation independent from implementation details.