Add story-led problem and solution narrative
Browse files
README.md
CHANGED
|
@@ -34,6 +34,31 @@ The experience sits between a text-adventure dungeon master, a decision simulato
|
|
| 34 |
|
| 35 |

|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## Live Links
|
| 38 |
|
| 39 |
- Live Space: [build-small-hackathon/LifeChoice-Simulator](https://huggingface.co/spaces/build-small-hackathon/LifeChoice-Simulator)
|
|
|
|
| 34 |
|
| 35 |

|
| 36 |
|
| 37 |
+
## Why This Exists
|
| 38 |
+
|
| 39 |
+
Some decisions are too personal for a pros-and-cons list and too uncertain for a single chatbot answer. A student choosing between an MTech path and a software job is not only comparing two labels. They are carrying family expectations, money pressure, identity, validation, time, and fear of regret.
|
| 40 |
+
|
| 41 |
+
Traditional advice tools usually collapse that complexity into one recommendation. LifeChoice takes a different approach: it turns the decision into a small playable future, so the player can feel how tradeoffs evolve over time.
|
| 42 |
+
|
| 43 |
+
## The Story
|
| 44 |
+
|
| 45 |
+
Meet Aarav. He has two possible roads:
|
| 46 |
+
|
| 47 |
+
- **MTech**: meaningful research, a professor who is interested, and a path that could grow into deeper expertise.
|
| 48 |
+
- **Software Job**: faster income, clearer timelines, and relief for a family that needs financial stability soon.
|
| 49 |
+
|
| 50 |
+
Aarav chooses to enter the MTech future. The first month feels promising: a professor asks him to commit to a defined project. But the choice is not abstract anymore. Every decision changes something: money, fulfillment, validation, stress, and family trust.
|
| 51 |
+
|
| 52 |
+
If Aarav chases research too aggressively, fulfillment rises but stress and money pressure may break the world around him. If he protects stability too much, the research path may lose momentum. Earlier decisions come back later as obligations, closed doors, or delayed opportunities.
|
| 53 |
+
|
| 54 |
+
By the end, LifeChoice does not tell Aarav what to do. It shows the shape of the future he played: what he protected, what he sacrificed, and what costs kept returning.
|
| 55 |
+
|
| 56 |
+
## Our Solution
|
| 57 |
+
|
| 58 |
+
LifeChoice is an AI-native playable mirror for high-stakes personal choices. The LLM generates adaptive future scenarios from the player's dilemma, chosen path, calibration pressure, and previous decisions. A deterministic game engine tracks the consequences so the experience behaves like a game, not a loose chat.
|
| 59 |
+
|
| 60 |
+
The goal is not prediction. The goal is rehearsal. LifeChoice lets a player step into one possible future, make decisions inside it, and see how the emotional and practical state of the world changes.
|
| 61 |
+
|
| 62 |
## Live Links
|
| 63 |
|
| 64 |
- Live Space: [build-small-hackathon/LifeChoice-Simulator](https://huggingface.co/spaces/build-small-hackathon/LifeChoice-Simulator)
|