LearnAI
Module 11 · AI product: from idea to MVP (Pro) · Lesson 1/5
← Back to catalog
Task

Check the problem before the code

How to check the problem before development? Return JSON {"steps": [list of 2+ steps], "why": "short"}.

Unlock access to submit solutions for instant AI review.Start for free
Don't build into the void
💡 A bit of theory

The most expensive mistake is to build something that no one needs. Before coding, check that the problem is real: talk to future users and listen to their PAIN (not your idea); make sure that they are already somehow solving this problem (which means it is real); check your willingness to pay or spend time on a solution; State the problem in the user’s words, not through your feature. An AI wrapper around non-existent pain is beautiful and useless. Rule: first confirm the real problem with real people, then build; fall in love with the problem, not with your solution.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There is an array steps and why35%
  • 32+ steps: talk to users, find the real pain, how they decide now, willingness to pay35%
Your promptClaude ⌄