01
Thinking in Outcomes, Not Code
Why this matters
Most beginners get stuck because they think: “I need to know how to code this.” That’s no longer true.
How to apply it
- Describe what the user sees
- Describe what actions they take
- Describe what result they get
Example
Instead of
❌ “Build a filtering algorithm”
Do
✅ “Users can filter tools by category and price”
The Rule
Template ID: vc-a1
Old mindset: How do I implement this? New mindset: What do I want this to do?
What this unlocks
- Faster execution
- Less cognitive load
- Clearer direction for AI
Mistakes to avoid
- Thinking in technical terms too early
- Over-defining backend logic