Skip to content

Instantly share code, notes, and snippets.

@josgraha
Last active March 16, 2022 19:36
Show Gist options
  • Save josgraha/b5991dd092b4eabdfe7ffa49d6f6c6f8 to your computer and use it in GitHub Desktop.
Save josgraha/b5991dd092b4eabdfe7ffa49d6f6c6f8 to your computer and use it in GitHub Desktop.
Hypthesis Based Problem Solving

Hypthesis Based Problem Solving

Business Problem -> Facts ~~ -> Gaps ~~ -> Solution
                               (Hypthesis)

Process: To work solution-oriented from an early stage, hypothesis are needed to "fill the gaps"

1. Develop a Day 1 Answer

inputs:

  • What do I already know
  • What are the likely hypothesis I can make outputs: a solution that can be improved and iterated on

Practical example: A mobile payment service provider wants to enter the Brazilian market

Drafted hypothesis: Market entry is recommended due to 4 reasons

  • Growth
  • Affinity to mobile payment
  • Attractiveness of offering
  • Little competition

Facts: Market growth in Brazil vs. other South American countries

  • Population
  • Affinity

2. Data analysis stage

Conduct research:

  • population
  • affinity
  • attractiveness of offering could not confirm competition landscape

3. Structure project using MECE principle

Two tiers

Problem Structuring (top down):

input

  • Management Objectives
  • Project Objectives
    • [Key Drivers]
      • [Key Driver Hypothesis]
        • [Key Questions]

output

  • [Required Analysis]

Problem Solving: Analytical Work (bottom up):

output

  • Recommendation
    • [Conclusions]
      • [Findings]
        • [Facts]
input:
  • [Conduct Analysis]

Key questions:

  • What does management want to acheive
  • What should the outcome of the project / work initiative be?
  • What are the key problem drivers
  • What can already be hypothesized about the key drivers
  • What analysis needs to be conducted to verify or falsify the hypothesis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment