From problem to solution: the method
We often imagine a solution appearing all at once, when it's almost always the result of a method.
Understanding the problem before looking for a solution
The first step isn't finding an answer, but clearly defining the problem: in what context it appears, who it affects, and why existing solutions don't work. This often-overlooked stage avoids building a solution that addresses the wrong aspect of the problem.
Moving from several options to one tested solution
Once the problem is well understood, several solution paths are usually possible. The method involves comparing them by feasibility, cost, and long-term durability, before choosing the one to turn into a prototype and test under real conditions.
Frequently asked questions
Do I always need several options before choosing?
It's recommended, to avoid committing too quickly to the first idea without comparing it to others.
How long does this method stage take?
Generally a few days to a few weeks depending on the initial problem's complexity.