Ajeya95 commited on
Commit
8d7f190
·
verified ·
1 Parent(s): 6776dde

Align docs around LLM-driven scenario generation

Browse files
Files changed (1) hide show
  1. docs/demo-script.md +2 -2
docs/demo-script.md CHANGED
@@ -25,7 +25,7 @@ Show the app working end to end so judges can evaluate it even if API limits, mo
25
  `Mentor`
26
 
27
  6. Click `Enter this future`.
28
- Point out that the first scene starts immediately.
29
 
30
  7. Show the first scenario card, source label, metric panel, persona bubble, world state, and character sprite.
31
 
@@ -44,7 +44,7 @@ This is LifeChoice Simulator, a causal future simulator for difficult decisions.
44
 
45
  Instead of giving one-shot advice, the app lets me enter a path and experience a short sequence of consequences. I choose MTech over a Software Job, add the real pressure behind the decision, and pick a mentor voice.
46
 
47
- The first scene loads immediately because it is deterministic. Later scenes can be enriched by a 7B model, but the simulation engine owns the actual state: metrics, facts, obligations, closed options, safety rules, and the final report.
48
 
49
  Every choice changes the world. The metric panel updates, the environment can move between stable, thriving, and struggling, and the character can become neutral, stressed, or confident.
50
 
 
25
  `Mentor`
26
 
27
  6. Click `Enter this future`.
28
+ Point out that the app is built around a 7B model for adaptive future scenarios, with deterministic state logic keeping the simulation grounded.
29
 
30
  7. Show the first scenario card, source label, metric panel, persona bubble, world state, and character sprite.
31
 
 
44
 
45
  Instead of giving one-shot advice, the app lets me enter a path and experience a short sequence of consequences. I choose MTech over a Software Job, add the real pressure behind the decision, and pick a mentor voice.
46
 
47
+ The adaptive scenario experience is powered by a 7B model. The simulation engine owns the actual state around it: metrics, facts, obligations, closed options, safety rules, validation, and the final report.
48
 
49
  Every choice changes the world. The metric panel updates, the environment can move between stable, thriving, and struggling, and the character can become neutral, stressed, or confident.
50