Ajeya95 commited on
Commit
bd81545
·
verified ·
1 Parent(s): 00d1372

Add demo and social post submission sections

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -40,6 +40,27 @@ LifeChoice Simulator turns a difficult real-life dilemma into a short, consequen
40
  - Social post draft: [docs/social-post.md](docs/social-post.md)
41
  - Demo script: [docs/demo-script.md](docs/demo-script.md)
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## What It Does
44
 
45
  The user enters a fork in the road, chooses one path to simulate, adds one real constraint, and selects a persona voice. LifeChoice then runs an eight-node future where every decision changes the state of the world and creates durable consequences.
 
40
  - Social post draft: [docs/social-post.md](docs/social-post.md)
41
  - Demo script: [docs/demo-script.md](docs/demo-script.md)
42
 
43
+ ## Record A Demo
44
+
45
+ The submission includes a demo recording plan so judges can evaluate the app even if live API limits, model latency, or runtime availability affect the Space during review.
46
+
47
+ - Demo script: [docs/demo-script.md](docs/demo-script.md)
48
+ - Existing walkthrough video: [docs/lifechoice-demo.mp4](docs/lifechoice-demo.mp4)
49
+ - Suggested length: 45-90 seconds
50
+ - Required coverage: setup flow, first deterministic scene, at least one committed choice, metric changes, world/character state, and final report or cascade if time allows
51
+
52
+ The demo should make the core product claim visible: LifeChoice is a stateful causal simulation with deterministic consequences, not a one-shot advice chatbot.
53
+
54
+ ## Post It
55
+
56
+ The submission also includes a ready-to-use social media post script that links back to the live Space and public build trace.
57
+
58
+ - Social post script: [docs/social-post.md](docs/social-post.md)
59
+ - Live Space: [build-small-hackathon/LifeChoice-Simulator](https://huggingface.co/spaces/build-small-hackathon/LifeChoice-Simulator)
60
+ - Public trace dataset: [lifechoice-simulator-trace](https://huggingface.co/datasets/build-small-hackathon/lifechoice-simulator-trace)
61
+
62
+ The post highlights the app, the hackathon track, the Codex-assisted build process, and the public trace dataset for the `Sharing is Caring` badge.
63
+
64
  ## What It Does
65
 
66
  The user enters a fork in the road, chooses one path to simulate, adds one real constraint, and selects a persona voice. LifeChoice then runs an eight-node future where every decision changes the state of the world and creates durable consequences.