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

Add demo and social post submission sections

Browse files
Files changed (1) hide show
  1. docs/social-post.md +54 -9
docs/social-post.md CHANGED
@@ -1,16 +1,61 @@
1
- # Social Post Draft
2
 
3
- I built **LifeChoice Simulator** for the Hugging Face Build Small Hackathon.
4
 
5
- Instead of chatting about a difficult decision, you step into one path and play through eight consequential moments. Every choice changes five metrics, creates durable facts and obligations, alters the visual world, and can return later as a cascade.
6
 
7
- The agent uses **Qwen2.5-7B-Instruct**, bounded context, strict validation, and deterministic fallbacks. No model is 32B or larger.
8
 
9
- Built with Gradio, Hugging Face, and Codex.
10
 
11
- Live Space: [ADD PUBLIC SPACE URL]
12
- Code: [ADD PUBLIC GITHUB URL]
13
- Demo: [ADD PUBLIC VIDEO URL]
14
 
15
- #BuildSmall #HuggingFace #Gradio #AI #Codex
 
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Social Media Post Script
2
 
3
+ ## Short Post
4
 
5
+ I built LifeChoice Simulator for the Build Small Hackathon.
6
 
7
+ It is not a chatbot. It is a small causal future simulator: enter a difficult fork in the road, choose one path to live through, and watch eight decisions change money, fulfillment, validation, stress, family pressure, the world state, and the final report.
8
 
9
+ The first scene is deterministic for instant startup. Later nodes can be enriched by a 7B model, but the simulation engine owns the state, consequences, safety rules, and final report.
10
 
11
+ Live Space:
12
+ https://huggingface.co/spaces/build-small-hackathon/LifeChoice-Simulator
 
13
 
14
+ Build trace:
15
+ https://huggingface.co/datasets/build-small-hackathon/lifechoice-simulator-trace
16
 
17
+ #BuildSmallHackathon #HuggingFace #OpenAI #Codex #Gradio #Agents
18
+
19
+ ## LinkedIn / Longer Post
20
+
21
+ I built LifeChoice Simulator for the Build Small Hackathon.
22
+
23
+ The idea: when you face a hard fork in life, a chatbot can give advice, but it usually does not remember consequences in a structured way. LifeChoice instead turns one decision into a short interactive future.
24
+
25
+ You enter a dilemma such as "MTech vs Software Job", choose one path to simulate, add one real pressure, and select a persona voice. The app then runs an eight-node simulation where every choice changes five deterministic metrics:
26
+
27
+ - financial security
28
+ - fulfillment
29
+ - social validation
30
+ - stress
31
+ - family satisfaction
32
+
33
+ Those choices also create durable facts, obligations, and closed options. Earlier decisions return later through cascade moments, and the final report is computed from the causal ledger instead of from a loose conversation summary.
34
+
35
+ The model does not own the simulation. The deterministic engine owns state transitions, scoring, validation, fallback behavior, and safety boundaries. A 7B model is used only for optional bounded node enrichment.
36
+
37
+ Built with Python, Gradio, Hugging Face Spaces, Qwen/Qwen2.5-7B-Instruct, and Codex as the implementation partner across architecture, UI, validation, docs, and deployment polish.
38
+
39
+ Live Space:
40
+ https://huggingface.co/spaces/build-small-hackathon/LifeChoice-Simulator
41
+
42
+ Public build trace:
43
+ https://huggingface.co/datasets/build-small-hackathon/lifechoice-simulator-trace
44
+
45
+ #BuildSmallHackathon #HuggingFace #OpenAI #Codex #Gradio #AIAgents
46
+
47
+ ## Demo Video Voiceover
48
+
49
+ This is LifeChoice Simulator, a causal future simulator for difficult real-life decisions.
50
+
51
+ I start with a fork in the road: MTech versus Software Job. I choose the future I want to enter, add the pressure that makes the decision real, and pick the voice that follows me through the simulation.
52
+
53
+ The first scene loads immediately because it is deterministic. Every choice changes five world metrics: money, fulfillment, validation, stress, and family satisfaction.
54
+
55
+ As I continue, the app remembers what I chose. Earlier decisions create facts, obligations, and closed options that return later as consequences.
56
+
57
+ The environment also reacts. The world can become stable, thriving, or struggling, and the character can shift between neutral, stressed, and confident.
58
+
59
+ At the end, LifeChoice generates a report from the causal ledger. It does not predict my future or tell me the correct answer. It helps me see what each path costs, what it protects, and what it asks me to carry.
60
+
61
+ Built for the Build Small Hackathon with Gradio, Hugging Face Spaces, a 7B model for optional bounded enrichment, and Codex as the implementation partner.