permanent-underclass-linux-x64 0.1.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/bin/permanent-underclass +0 -0
- package/data/characters.jsonl +15 -0
- package/data/endings.jsonl +27 -0
- package/data/events/ai_researcher.jsonl +147 -0
- package/data/events/angel_investor.jsonl +145 -0
- package/data/events/chief_of_staff.jsonl +113 -0
- package/data/events/crypto_bro.jsonl +140 -0
- package/data/events/digital_nomad.jsonl +125 -0
- package/data/events/ex_faang_engineer.jsonl +129 -0
- package/data/events/hr_lady.jsonl +140 -0
- package/data/events/junior_dev.jsonl +116 -0
- package/data/events/marketing_manager.jsonl +164 -0
- package/data/events/plumber.jsonl +145 -0
- package/data/events/podcaster.jsonl +161 -0
- package/data/events/product_designer.jsonl +140 -0
- package/data/events/product_guy.jsonl +140 -0
- package/data/events/stealth_founder.jsonl +140 -0
- package/data/events/twitter_anon.jsonl +143 -0
- package/data/events/universal.jsonl +63 -0
- package/data/flags.jsonl +44 -0
- package/data/headlines.jsonl +112 -0
- package/data/sfx/cutilatk_ringtone_4_387502.mp3 +0 -0
- package/data/sfx/gamevideo_seamless_looping_tra_elevenlabs.mp3 +0 -0
- package/data/sfx/glitch_004.mp3 +0 -0
- package/data/sfx/lesiakower_8_bit_energetic_drums_chiptune_beat_384593.mp3 +0 -0
- package/data/sprites/semantics/choice_sprite_selection.jsonl +6453 -0
- package/data/sprites/semantics/event_sprite_selection.jsonl +2151 -0
- package/data/sprites/sprite_library.jsonl +2329 -0
- package/package.json +26 -0
- package/postinstall.cjs +12 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{"id": "digital_nomad_001_bali_wifi_goes_down", "phase": "Early", "title": "The WiFi Dies Mid-Demo", "body": "You're screen-sharing a client presentation from a coworking space in Canggu when the WiFi drops to 0.3 Mbps. You run speedtest.io — the ritual that governs your professional life — and watch the needle flatline. Your mobile hotspot has 200MB left on a prepaid Telkomsel SIM. The client's AI notetaker keeps humming along on her end, already generating a summary of the slides you can't transmit. The VP has been waiting for 90 seconds.", "choices": [{"title": "Hotspot it, pray, power through", "body": "You burn through your remaining data in seven minutes. The demo lands. Your phone bill doesn't.", "delta": {"money": -50, "sanity": -10, "audience": 8, "ai_skill": 0, "friends": 0}, "min_money": 50}, {"title": "Reschedule with a smooth excuse", "body": "You blame a 'power outage' and reschedule for tomorrow at a hotel lobby with real internet.", "delta": {"money": 0, "sanity": 8, "audience": -6, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Move the call to async, send a Loom", "body": "You convert the live demo into a polished Loom recording from your villa at midnight when the WiFi works. It's better than the live version. That's the worst part.", "delta": {"money": 0, "sanity": -6, "audience": 8, "ai_skill": 6, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
2
|
+
{"id": "digital_nomad_002_coworking_space_politics", "phase": "Early", "title": "Coworking Space Hierarchy", "body": "The coworking space in Canggu has an unspoken caste system. Corner desks now belong to the AI startup founders — one mentions building autonomous agents with Claude between calls. The podcast room still belongs to the guy who 'exited for eight figures.' You're at the communal table next to someone running AI-powered dropshipping on TikTok. Your monthly membership costs more than your Airbnb.", "choices": [{"title": "Upgrade to a private office", "body": "You pay for the private office. It's a closet with AC but the door closes and the silence is priceless.", "delta": {"money": -400, "sanity": 7, "audience": 0, "ai_skill": 5, "friends": -5}, "min_money": 400}, {"title": "Network the communal table aggressively", "body": "You introduce yourself to everyone at the table. Three are interesting. One becomes a client.", "delta": {"money": 300, "sanity": -4, "audience": 6, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "made_industry_contact"}]}, {"title": "Switch to cafe hopping, save the fee", "body": "You cancel the membership and rotate between five cafes. The savings are real. The loneliness is also real.", "delta": {"money": 200, "sanity": -6, "audience": -4, "ai_skill": 0, "friends": -7}, "min_money": null}], "allow_freeform": true}
|
|
3
|
+
{"id": "digital_nomad_003_visa_run_panic", "phase": "Early", "title": "The Visa Run", "body": "Your 30-day visa-on-arrival expires tomorrow. The nearest border crossing is a $200 flight to Singapore and back. At the immigration counter, there's a new kiosk labeled 'AI-Assisted Document Verification (Beta)' — roped off, not working yet. The officer stamps passports manually. You've done this four times. The guy ahead of you gets a 'final warning' lecture.", "choices": [{"title": "Fly to Singapore, reset the clock", "body": "You spend 14 hours in Changi Airport eating $18 ramen and refreshing your email. The stamp is clean. For now.", "delta": {"money": -400, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "moved_abroad"}]}, {"title": "Apply for the proper business visa", "body": "You hire a visa agent for $500 and submit the paperwork. It takes three weeks but you stop sweating at immigration.", "delta": {"money": -500, "sanity": 10, "audience": -4, "ai_skill": 0, "friends": 0}, "min_money": 500}, {"title": "Overstay and hope for the best", "body": "You overstay by four days. The fine is $50. The anxiety is worth considerably more.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
4
|
+
{"id": "digital_nomad_004_timezone_hell", "phase": "Early", "title": "Timezone Hell", "body": "Your client is in New York. Your designer is in Berlin. Your dev contractor is in Manila. You're in Bali. The only overlapping hour is 7pm your time. You schedule the call. Berlin cancels. Your Manila contractor suggests an AI bot that joins meetings, takes notes, and generates action items. 'Maybe it could just attend for one of us,' she says. Nobody laughs.", "choices": [{"title": "Go fully async, no more calls", "body": "You move everything to Notion docs and Loom videos. Meetings drop to zero. Miscommunication rises to infinity.", "delta": {"money": 0, "sanity": 6, "audience": -4, "ai_skill": 7, "friends": -7}, "min_money": null}, {"title": "Wake up at 4am for the US timezone", "body": "You start waking at 4am to match EST business hours. Your body adjusts. Your social life in Bali does not.", "delta": {"money": 600, "sanity": -9, "audience": 6, "ai_skill": 0, "friends": -8}, "min_money": null}, {"title": "Hire an async project manager", "body": "You pay someone to be the timezone bridge. It costs money but buys you your evenings back.", "delta": {"money": -500, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 4}, "min_money": 500}], "allow_freeform": true}
|
|
5
|
+
{"id": "digital_nomad_005_instagram_vs_reality", "phase": "Early", "title": "The Content Gap", "body": "Your Instagram story shows a laptop by the pool at sunset. The reality: 2 Mbps WiFi, screen glare, ants on the keyboard, nine hours debugging a payment integration. Someone comments 'living the dream.' Meanwhile, your feed is filling with AI-generated nomad content — perfectly lit, zero real experience, higher engagement than your actual photos. A bot account called @nomad.ai.life has more followers than you. It doesn't exist as a person. It doesn't need to.", "choices": [{"title": "Lean into the brand, outperform the bots", "body": "You start curating aggressively. The engagement game against AI content is exhausting. The followers grow. The gap between posts and reality becomes a canyon.", "delta": {"money": 0, "sanity": -8, "audience": 9, "ai_skill": 0, "friends": -5}, "min_money": null, "effects": [{"op": "set_flag", "flag": "built_following"}]}, {"title": "Post the unfiltered truth, ants and all", "body": "You post the real version. Debugging, bugs, frustration. The engagement is better than the curated shots. People love honesty about other people's suffering.", "delta": {"money": 0, "sanity": 6, "audience": 7, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Delete the app for a week", "body": "You delete Instagram and stare at the actual sunset. The AI content keeps posting without you. The world doesn't notice your absence. Disorienting and beautiful.", "delta": {"money": 0, "sanity": 10, "audience": -6, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
6
|
+
{"id": "digital_nomad_006_loneliness_at_sunset", "phase": "Early", "title": "Sunset Drinks, Party of One", "body": "You're at a rooftop bar in Seminyak watching the sunset. It's objectively stunning. You're alone. Everyone around you is in groups. You open Slack — no messages. WhatsApp — friends back home are asleep. You almost open Claude to have someone to talk to, then catch yourself. You order a second beer and pretend to be reading something important on your phone.", "choices": [{"title": "Talk to the strangers at the next table", "body": "They're Australian surfers. You have nothing in common. You hang out for three hours and feel human again.", "delta": {"money": -40, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": 40}, {"title": "Journal about it, process the feeling", "body": "You write 800 words in your notes app about freedom and loneliness. It helps. You never read it again.", "delta": {"money": 0, "sanity": 6, "audience": -3, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Open a dating app, swipe through tourists", "body": "You match with someone leaving tomorrow. The connection is real and temporary, like everything here.", "delta": {"money": 0, "sanity": -4, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": null}], "allow_freeform": true}
|
|
7
|
+
{"id": "digital_nomad_009_dating_across_timezones", "phase": "Early", "title": "Dating Across Time Zones", "body": "You've been seeing someone in Lisbon for three months. You're now in Bali. The time difference is 7 hours. Your AI calendar helpfully suggests optimal FaceTime slots — it's better at scheduling your love life than you are. The relationship exists in a 45-minute daily window between their salad and your melatonin. They ask when you're 'coming back.' You don't have an answer because you don't have a 'back.'", "choices": [{"title": "Fly to Lisbon, surprise visit", "body": "You book a last-minute flight. The reunion is perfect for 72 hours. Then you need WiFi and a workspace and the spell starts to crack.", "delta": {"money": -1800, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": 1800}, {"title": "Be honest about the lifestyle", "body": "You tell them you don't know where you'll be in three months. They appreciate the honesty. They also start dating someone local.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -8}, "min_money": null}, {"title": "Invite them to be nomadic together", "body": "You pitch the nomad life as romantic adventure. They try it for two weeks. They hate the WiFi instability viscerally.", "delta": {"money": -400, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": 4}, "min_money": 400}], "allow_freeform": true}
|
|
8
|
+
{"id": "digital_nomad_010_geo_arbitrage_math", "phase": "Early", "title": "The Geo-Arbitrage Spreadsheet", "body": "You built a spreadsheet comparing cost of living across 14 cities. Bali: $1,400/month. Lisbon: $2,200. Mexico City: $1,800. At the cafe, a nomad shows you an AI tool that does the same analysis across 50 cities in seconds, with visa complexity scoring and real-time exchange rates. Your three-week spreadsheet was replicated before your coffee got cold. The spreadsheet doesn't account for visa runs, coworking fees, and the $300 monthly 'experience' budget.", "choices": [{"title": "Optimize harder, cut the fat", "body": "You move to Ubud where rent is $400. You eat at warungs. The savings are real but so is the isolation.", "delta": {"money": 400, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": -8}, "min_money": null}, {"title": "Accept the real number, adjust budget", "body": "You update the spreadsheet with actual costs. The arbitrage is smaller than you thought but still real.", "delta": {"money": 0, "sanity": 6, "audience": -4, "ai_skill": 6, "friends": 0}, "min_money": null}, {"title": "Stop tracking, live by vibes", "body": "You close the spreadsheet and check your bank balance once a month. Ignorance is bliss until it isn't.", "delta": {"money": -200, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 200, "effects": [{"op": "set_flag", "flag": "lifestyle_crept"}]}], "allow_freeform": true}
|
|
9
|
+
{"id": "digital_nomad_011_lisbon_nomad_bubble", "phase": "Early", "title": "The Lisbon Nomad Bubble", "body": "You move to Lisbon and immediately find the nomad bubble. Same coworking spaces, same brunch spots, same conversations about passive income. A Portuguese local at the bar says 'first the tech people raise my rent, now I hear Anthropic is opening an office here.' Nobody at the nomad table reacts to the name. You file it away. The local says 'you people are why my rent doubled.' You want to argue but the math is on their side.", "choices": [{"title": "Make local friends, learn Portuguese", "body": "You sign up for Portuguese classes and start going to local spots. Progress is slow. The connections are different and better.", "delta": {"money": -200, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": 200, "effects": [{"op": "set_flag", "flag": "moved_abroad"}]}, {"title": "Stay in the bubble, it's comfortable", "body": "The nomad bubble is a support system. Everyone understands the lifestyle. Nobody asks when you're going home.", "delta": {"money": 0, "sanity": 6, "audience": 7, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "built_community"}]}, {"title": "Write about nomad gentrification honestly", "body": "You publish a piece about nomads driving up local rents. The nomad community is uncomfortable. Locals share it approvingly.", "delta": {"money": 0, "sanity": -6, "audience": 9, "ai_skill": 0, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
10
|
+
{"id": "digital_nomad_012_first_client_lost", "phase": "Early", "title": "Client Drops You", "body": "Your longest-standing client emails: they're switching to a local agency. 'Nothing personal — we want someone in our timezone. And honestly, we've been testing some AI tools that handle most of the async work anyway.' The 'nothing personal' does heavy lifting for both reasons. You're twelve hours ahead. The calls were at midnight. The money is now gone.", "choices": [{"title": "Pitch timezone overlap solutions", "body": "You propose async workflows and overlap hours. They appreciate the effort but their mind is made up.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Let them go, diversify immediately", "body": "You spend the week reaching out to ten new prospects. Three respond. The pipeline rebuilds slowly.", "delta": {"money": -700, "sanity": 6, "audience": 6, "ai_skill": 0, "friends": 0}, "min_money": 700}, {"title": "Offer to relocate temporarily", "body": "You tell them you're 'planning to be in their timezone next month.' You weren't, but now you are.", "delta": {"money": -500, "sanity": -8, "audience": 1, "ai_skill": 0, "friends": -6}, "min_money": 500, "effects": [{"op": "set_flag", "flag": "sold_out"}]}], "allow_freeform": true}
|
|
11
|
+
{"id": "digital_nomad_014_mexico_city_arrival", "phase": "Early", "title": "Mexico City Landing", "body": "You land in CDMX at midnight. The Airbnb host isn't responding. Your phone plan doesn't work in Mexico yet. The listing's AI chatbot responds instantly in perfect Spanish with check-in instructions — key under the mat, WiFi password taped to the router. The human host messages at 10am: 'oh sorry I see the bot handled it lol.' The bot was more reliable. You're standing in a Roma Norte apartment thanks to a machine and despite a person.", "choices": [{"title": "Find a hotel, sort it tomorrow", "body": "You flag a cab to the nearest hotel. It costs $80 you didn't budget for. The bed is real and the WiFi works.", "delta": {"money": -80, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 80, "effects": [{"op": "set_flag", "flag": "moved_abroad"}]}, {"title": "Sit on the curb, eat tacos, wait", "body": "You eat three tacos and the host responds at 1am. The key was under the mat. Classic.", "delta": {"money": 0, "sanity": -4, "audience": 0, "ai_skill": 0, "friends": 4}, "min_money": null}, {"title": "Walk to the coworking hostel nearby", "body": "You remember a 24-hour coworking hostel from a nomad forum. It exists. It's weird. It's open.", "delta": {"money": -60, "sanity": -6, "audience": 5, "ai_skill": 0, "friends": 5}, "min_money": 60}], "allow_freeform": true}
|
|
12
|
+
{"id": "digital_nomad_016_parents_dont_get_it", "phase": "Early", "title": "Parents Don't Understand", "body": "Your parents FaceTime you. The pool is visible behind you. Your dad asks 'So when are you getting a real job?' Your mom asks 'Are you eating enough?' You try to explain you make more than your high school teachers while working from a beach. Dad says 'Your cousin showed me ChatGPT. It says it can do freelance work. Is that what you do?' The question is innocent. The implication is not.", "choices": [{"title": "Show them the bank statements", "body": "You screen-share your income dashboard. There's a long silence. Your dad says 'But what about retirement?' Fair point.", "delta": {"money": 0, "sanity": -5, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Stop explaining, accept the gap", "body": "You say 'I'm happy and I'm okay' and change the subject. They don't fully believe you. You don't fully believe you either.", "delta": {"money": 0, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": -4}, "min_money": null}, {"title": "Invite them to visit", "body": "They come for a week. Your mom loves the food. Your dad loves the prices. They still don't get it but they worry less.", "delta": {"money": -800, "sanity": 7, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": 800}], "allow_freeform": true}
|
|
13
|
+
{"id": "digital_nomad_018_nomad_meetup_cringe", "phase": "Early", "title": "The Nomad Meetup", "body": "You go to a 'Digital Nomad Networking Night' at a bar in Ubud. Everyone introduces themselves with their revenue. 'I'm Jake, I do $30k/month in AI-automated services.' 'I'm Sara, my SaaS hit $10k MRR — built the whole thing in a weekend with Claude.' You're making $1,400/turn doing contract work. The 'with AI' qualifier has arrived at every introduction and nobody treats it as remarkable.", "choices": [{"title": "Fake it, talk big, see what sticks", "body": "You describe your work in the most inflated terms possible. Someone wants to hire you for a project. Lying by omission pays.", "delta": {"money": 500, "sanity": -7, "audience": 6, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Be honest, find the other honest people", "body": "You say what you actually do. Two people at the edge of the bar nod. They're also making normal money. You become friends.", "delta": {"money": 0, "sanity": 8, "audience": -4, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Leave early, go home and work", "body": "You leave after one drink. The walk home through rice paddies at night is better than any networking event.", "delta": {"money": 0, "sanity": 6, "audience": -5, "ai_skill": 6, "friends": -4}, "min_money": null}], "allow_freeform": true}
|
|
14
|
+
{"id": "digital_nomad_020_slack_channel_ghosts", "phase": "Early", "title": "The Ghost in Every Slack", "body": "You're in 14 Slack workspaces across 6 clients and 3 communities. Messages pile up overnight. You wake to 47 unreads, 12 mentions, and one passive-aggressive 'just following up.' Half the unreads are from AI bot summaries you never subscribed to — Notion AI summarizing conversations with more clarity than you'd have gotten from reading them. Your human colleagues are being out-communicated by their own tools.", "choices": [{"title": "Set brutal timezone boundaries", "body": "You put 'Responses within 24h, UTC+8' in every status. Two clients respect it. One doesn't. You fire that one.", "delta": {"money": -700, "sanity": 8, "audience": -1, "ai_skill": 0, "friends": -4}, "min_money": 700}, {"title": "Wake up early, clear the queue first", "body": "Your morning routine becomes: coffee, unreads, mentions, coffee, actual work. The queue is never truly clear.", "delta": {"money": 0, "sanity": -8, "audience": 5, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Batch responses, accept some will be mad", "body": "You respond twice daily in focused blocks. Some people adjust. Some people seethe quietly. Both groups survive.", "delta": {"money": 0, "sanity": 6, "audience": -4, "ai_skill": 6, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
15
|
+
{"id": "digital_nomad_022_tax_situation_chaos", "phase": "Early", "title": "The Tax Situation", "body": "Tax season arrives. You've lived in three countries this year, earned income from four. No permanent address. You try an AI tax advisor — it generates confident, contradictory analyses for each jurisdiction. Same energy as 40 Reddit threads but with better formatting and more conviction. Your accountant back home says 'this is complicated,' which is accountant for 'this is expensive.'", "choices": [{"title": "Hire an international tax specialist", "body": "You pay $2,000 for a specialist who saves you $5,000 in potential penalties. The net is positive. The upfront cost hurts.", "delta": {"money": -2000, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 2000}, {"title": "File in your home country, keep it simple", "body": "You file as if you still live at your parents' address. It's not exactly right but it's not exactly wrong. Probably.", "delta": {"money": 0, "sanity": -8, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Look into an Estonian e-residency", "body": "You apply for Estonian e-residency and set up an EU company. It takes three months but the tax structure finally makes sense.", "delta": {"money": -500, "sanity": -6, "audience": 5, "ai_skill": 8, "friends": 0}, "min_money": 500}], "allow_freeform": true}
|
|
16
|
+
{"id": "digital_nomad_024_nomad_content_creator", "phase": "Early", "title": "The Nomad Content Creator Pitch", "body": "A brand reaches out: they'll pay you $500 to post about their coworking space. The pitch email is clearly AI-generated — it references 'your incredible content about location independence' and gets your name almost right. The space is fine. The content would be dishonest. But $500 is $500 and your follower count is growing. Even the sponsorship pipeline is automated now.", "choices": [{"title": "Take the deal, soften the truth", "body": "You post a tastefully vague endorsement. Nobody calls you out. The money arrives. Your integrity has a price and today it's $500.", "delta": {"money": 500, "sanity": -7, "audience": 5, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "sold_out"}]}, {"title": "Negotiate an honest review instead", "body": "You propose a genuine review including the WiFi issues. They agree. The post performs better because it's real.", "delta": {"money": 500, "sanity": 7, "audience": 8, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Decline, keep the feed authentic", "body": "You say no. Your feed stays honest. Your bank account stays nervous.", "delta": {"money": 0, "sanity": 6, "audience": -1, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
17
|
+
{"id": "digital_nomad_025_friend_visits", "phase": "Early", "title": "Old Friend Visits", "body": "Your best friend from home visits for a week. They're excited. You planned adventures. But you also have three deadlines. Over dinner they casually mention their company just deployed AI for 'exactly the kind of stuff you do — content and strategy.' They move on to talking about the food. You don't. By day three they're exploring alone while you're on Zoom calls. The dream you're selling doesn't include the work-from-paradise-while-your-friend-waits part.", "choices": [{"title": "Take the week off, you need this", "body": "You reschedule everything and have the best week in months. The deadlines survive. The friendship thrives.", "delta": {"money": -400, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "took_sabbatical"}]}, {"title": "Split the days: mornings work, afternoons play", "body": "You find a rhythm. They get used to solo mornings. The afternoons are real.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": null}, {"title": "Keep working, they'll understand", "body": "They don't understand. They fly home and the texts get shorter. Another friendship filed under 'the nomad cost.'", "delta": {"money": 700, "sanity": -8, "audience": 0, "ai_skill": 4, "friends": -10}, "min_money": null}], "allow_freeform": true}
|
|
18
|
+
{"id": "digital_nomad_027_freelance_platform_race", "phase": "Early", "title": "The Race to the Bottom", "body": "You check Upwork. The top-rated provider for your exact service isn't a person in Lahore anymore. It's an AI-assisted agency promising delivery in 2 hours at one-fifth your price. Their portfolio is suspiciously polished. Their reviews are five stars. You're not competing with the entire world anymore. You're competing with software that doesn't sleep, eat, or rent villas.", "choices": [{"title": "Compete on quality and relationship", "body": "You rewrite your profile to emphasize communication, timezone overlap, and reliability. The clients who care about that find you.", "delta": {"money": 0, "sanity": -4, "audience": 6, "ai_skill": 6, "friends": 0}, "min_money": null}, {"title": "Leave platforms, go direct", "body": "You delete your Upwork profile and invest in personal outreach. It's slower but the rates are triple.", "delta": {"money": -500, "sanity": 7, "audience": -4, "ai_skill": 0, "friends": 0}, "min_money": 500}, {"title": "Niche down to something they can't copy", "body": "You specialize in one specific industry vertical. The competition shrinks. The expertise compounds.", "delta": {"money": 0, "sanity": -4, "audience": 6, "ai_skill": 7, "friends": -4}, "min_money": null}], "allow_freeform": true}
|
|
19
|
+
{"id": "digital_nomad_031_side_project_idea", "phase": "Early", "title": "The Side Project Spark", "body": "You have an idea for a tool that solves a problem every nomad has: tracking visa expirations, timezone overlaps, and cost-of-living comparisons in one app. You sketch it on a napkin at a cafe in Condesa. Halfway through the architecture, you write 'Claude API' without thinking. The AI component isn't the idea — it's the infrastructure. Like electricity. The napkin gets coffee on it. The idea survives.", "choices": [{"title": "Start building it tonight", "body": "You code until 3am. The MVP is ugly and functional. Two nomad friends test it and say 'I'd pay for this.'", "delta": {"money": 0, "sanity": -10, "audience": 8, "ai_skill": 7, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_side_project"}]}, {"title": "Validate the idea first", "body": "You post in three nomad Facebook groups asking if anyone would pay. 200 responses. 180 say yes. Zero will actually pay. But the signal is there.", "delta": {"money": 0, "sanity": -6, "audience": 8, "ai_skill": 0, "friends": 4}, "min_money": null}, {"title": "Write it down and keep it for later", "body": "You photograph the napkin and add it to your ideas folder. It joins 47 other napkin photos.", "delta": {"money": 0, "sanity": 7, "audience": -4, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
20
|
+
{"id": "digital_nomad_032_nomad_burnout", "phase": "Early", "title": "Paradise Burnout", "body": "You're in one of the most beautiful places on earth and you feel nothing. The rice terraces are green. The sunset is orange. Your screen is blue, showing another LinkedIn post about AI replacing freelancers. You've been working 60-hour weeks from paradise and the paradise part has become wallpaper. Someone asks 'How's Bali?' and you say 'Amazing' on autopilot while doom-scrolling displacement threads.", "choices": [{"title": "Take three days completely offline", "body": "No laptop. No phone. You hike to a waterfall and cry for reasons you can't fully articulate. It helps.", "delta": {"money": -100, "sanity": 10, "audience": -7, "ai_skill": 0, "friends": 0}, "min_money": 100, "effects": [{"op": "set_flag", "flag": "took_sabbatical"}]}, {"title": "Change location, chase the spark", "body": "You fly to a new city. The excitement returns for two weeks. Then the pattern repeats.", "delta": {"money": -500, "sanity": -10, "audience": 4, "ai_skill": 0, "friends": 0}, "min_money": 500}, {"title": "Push through, feelings are temporary", "body": "You grind. The feelings subside. Something else subside too but you can't name it.", "delta": {"money": 700, "sanity": -8, "audience": 0, "ai_skill": 6, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
21
|
+
{"id": "digital_nomad_034_emergency_fund_drained", "phase": "Early", "title": "Emergency Fund at Zero", "body": "You check your savings. The visa runs, the coworking fees, the international health insurance, and that month when no clients paid on time have drained your emergency fund to $340. One client is late because they're 'running a pilot with an AI tool to see if they still need external contractors.' They say it with the tone of someone who already knows the answer. You're one bad month from a one-way flight home.", "choices": [{"title": "Cut everything, survival mode", "body": "You move to a $300/month room, eat at warungs only, and cancel the coworking membership. It feels like going backward.", "delta": {"money": 1200, "sanity": -8, "audience": -6, "ai_skill": 0, "friends": -1}, "min_money": null}, {"title": "Take on a retainer gig for stability", "body": "You sign a three-month retainer that's boring but reliable. The freedom decreases. The anxiety decreases more.", "delta": {"money": 4000, "sanity": 8, "audience": -4, "ai_skill": 0, "friends": -1}, "min_money": null}, {"title": "Ask family for a loan", "body": "You call home and ask for $2,000. They send it immediately. The money comes with a lecture and love in equal measure.", "delta": {"money": 2000, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "took_on_debt"}]}], "allow_freeform": true}
|
|
22
|
+
{"id": "digital_nomad_new_001_speed_test_ritual", "phase": "Early", "title": "The Speed Test Ritual", "body": "You have a private Notion database ranking every cafe in Canggu by WiFi speed. Updated weekly. Three columns: download, upload, latency. You run speedtest.io before you order coffee. Before you check email. Before you check your bank balance. The number on the screen — 23 Mbps, 8 Mbps, 0.4 Mbps — determines your mood, your productivity, your entire day. The coworking space just added a banner: 'AI-Optimized Bandwidth for Agent Workflows.' You don't run agents. You run speed tests. The most important tool in your toolkit is a bandwidth meter.", "choices": [{"title": "Buy a dedicated portable hotspot", "body": "You spend $200 on a portable 5G hotspot with a local data plan. The speed test reads 45 Mbps from a rice paddy. You feel invincible. The device is now your most important possession.", "delta": {"money": -200, "sanity": 7, "audience": 0, "ai_skill": 5, "friends": 0}, "min_money": 200}, {"title": "Share the database, build an audience", "body": "You publish the Notion database publicly. It gets 500 visits in a week. Nomads DM you for cafe recs. The WiFi obsession becomes a brand.", "delta": {"money": 0, "sanity": -4, "audience": 8, "ai_skill": 0, "friends": 6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "built_following"}]}, {"title": "Close the spreadsheet, trust the vibes", "body": "You delete the database and pick cafes by the quality of the pastries. The WiFi is worse. The mornings are better. The anxiety finds other metrics.", "delta": {"money": 0, "sanity": 8, "audience": -4, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
23
|
+
{"id": "digital_nomad_new_002_coworking_small_talk", "phase": "Early", "title": "The Coworking Small Talk", "body": "Between sips of cold brew at the communal table, a nomad you half-know mentions that their friend's entire freelance content team — twelve people, scattered across Southeast Asia — got replaced last week by an AI pipeline. Total transition time: one weekend. 'Anyway,' they say, 'are you going to the beach barbecue Saturday?' The conversation moves to surfing conditions. You make a mental note to look into it. You open your laptop and start a client deliverable instead. The note stays un-looked-into.", "choices": [{"title": "Ask follow-up questions about the AI pipeline", "body": "They shrug. 'I don't really know the details. Some Claude thing? The friend seemed fine about it. She's traveling now.' The lack of alarm is more alarming than the story.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 7, "friends": 0}, "min_money": null}, {"title": "File it away, get back to work", "body": "Twelve people. One weekend. You close the thought like a browser tab and open your project. The tab stays open in the back of your mind.", "delta": {"money": 0, "sanity": -4, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Go to the barbecue, enjoy the present", "body": "Saturday comes. The sunset is ridiculous. The surfers are friendly. Nobody mentions AI. The present is still available if you reach for it.", "delta": {"money": -40, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": 40}], "allow_freeform": true}
|
|
24
|
+
{"id": "digital_nomad_036_ai_remote_work_boom", "phase": "Mid", "title": "AI Makes Everyone Remote", "body": "A wave of AI tools just made remote work trivially easy. Async translation, real-time meeting summaries, timezone-aware scheduling. Your competitive advantage — being good at working remotely — is now table stakes. Everyone's a digital nomad now. They just do it from their living room in Ohio.", "choices": [{"title": "Level up, become an AI-remote expert", "body": "You position yourself as the person who's been doing this for years. Consulting gigs roll in from companies going remote-first.", "delta": {"money": 700, "sanity": -4, "audience": 2, "ai_skill": 10, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Focus on what remote-from-Ohio can't offer", "body": "You emphasize cultural immersion, global perspective, on-the-ground market research. Niche down to what requires actually being there.", "delta": {"money": 0, "sanity": 7, "audience": 4, "ai_skill": 0, "friends": 1}, "min_money": null}, {"title": "Panic quietly, update your positioning", "body": "If everyone's remote, nobody's special for being remote. You rebrand overnight and hope nobody notices.", "delta": {"money": 0, "sanity": -8, "audience": -7, "ai_skill": 5, "friends": 0}, "min_money": null}], "allow_freeform": true, "forbids": ["rejected_ai"]}
|
|
25
|
+
{"id": "digital_nomad_037_client_wants_onsite", "phase": "Mid", "title": "The Client Who Wants Onsite", "body": "Your best client sends a company-wide email: 'We believe in the magic of in-person collaboration.' They want all contractors onsite three days a week. In San Francisco. You're in Mexico City. The contract is worth $4,000/month. A San Francisco apartment is $3,500/month. The math doesn't math.", "choices": [{"title": "Negotiate a remote exception", "body": "You pitch a hybrid model: fly in one week per month. They agree. The flights eat your margins but the client stays.", "delta": {"money": -1500, "sanity": -8, "audience": 1, "ai_skill": 0, "friends": -1}, "min_money": 1500}, {"title": "Let the client go, stay free", "body": "You fire a $4,000/month client to protect the lifestyle. The freedom feels expensive for the first two months.", "delta": {"money": -4000, "sanity": 11, "audience": -7, "ai_skill": 0, "friends": 0}, "min_money": 4000}, {"title": "Move to SF temporarily, test it", "body": "You sublet a room for three months. San Francisco is expensive and you remember why you left. But the client is happy.", "delta": {"money": -3500, "sanity": -11, "audience": 6, "ai_skill": 0, "friends": 5}, "min_money": 3500}], "allow_freeform": true}
|
|
26
|
+
{"id": "digital_nomad_038_ai_copywriting_kills_gig", "phase": "Mid", "title": "AI Kills the Content Gig", "body": "You've been supplementing your income writing blog posts for SaaS companies at $200 each. A client emails: 'We're moving to AI-generated content. Thanks for everything.' They're not the first. The content gig that funded your Bali lifestyle is evaporating in real time.", "choices": [{"title": "Pivot to AI content editing", "body": "You offer to edit and humanize AI-generated content at half the rate. It's less creative but the work exists.", "delta": {"money": 0, "sanity": -6, "audience": 0, "ai_skill": 10, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Move upmarket to strategy work", "body": "You stop writing and start advising on content strategy. The clients are fewer and the rates are higher.", "delta": {"money": 700, "sanity": 7, "audience": -4, "ai_skill": 1, "friends": 0}, "min_money": null}, {"title": "Build your own content product instead", "body": "You launch a newsletter about the nomad economy. If the writing gig is dead, at least write for yourself.", "delta": {"money": -200, "sanity": -5, "audience": 8, "ai_skill": 0, "friends": 1}, "min_money": 200, "effects": [{"op": "set_flag", "flag": "started_newsletter"}]}], "allow_freeform": true}
|
|
27
|
+
{"id": "digital_nomad_039_nomad_friend_goes_home", "phase": "Mid", "title": "Best Nomad Friend Goes Home", "body": "Your closest nomad friend — the one who understood the timezone rants, the visa anxiety, the loneliness at sunset — is moving back to Toronto. They got a job offer. Benefits. A lease. 'I need roots,' they say. You nod like you understand. You're not sure you do. The coworking space is quieter now.", "choices": [{"title": "Throw them a goodbye party", "body": "You organize a dinner at their favorite spot. Fifteen nomads show up. Half will be gone within six months too.", "delta": {"money": -100, "sanity": -3, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 100}, {"title": "Let them go, don't make it heavy", "body": "You say goodbye casually like it's not a big deal. It is a big deal. You work through it.", "delta": {"money": 0, "sanity": -3, "audience": 0, "ai_skill": 4, "friends": -4}, "min_money": null}, {"title": "Start questioning your own path", "body": "Their departure makes you wonder if this lifestyle has a shelf life. You open a spreadsheet and try to calculate when yours expires.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 1, "friends": -1}, "min_money": null}], "allow_freeform": true}
|
|
28
|
+
{"id": "digital_nomad_040_health_scare_abroad", "phase": "Mid", "title": "Health Scare in a Foreign Hospital", "body": "Chest pains at 2am in Lisbon. The emergency room is clean and efficient — Portugal has good healthcare. But you're alone. The forms are in Portuguese. Your insurance card is expired. The doctor says it's a panic attack. The bill is manageable. The loneliness of being sick alone in a foreign country is not.", "choices": [{"title": "Get proper health coverage immediately", "body": "You upgrade to comprehensive international insurance. It costs $200/month. Peace of mind has a price and you're finally willing to pay it.", "delta": {"money": -200, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 200, "effects": [{"op": "set_flag", "flag": "had_health_scare"}]}, {"title": "Call someone, anyone", "body": "You call a nomad friend at 3am. They come to the hospital. You've never been so grateful for someone just sitting in a plastic chair.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": null, "effects": [{"op": "set_flag", "flag": "had_health_scare"}]}, {"title": "Tough it out, tell no one", "body": "You go home alone. You don't tell your parents. You don't tell your friends. The panic attacks continue.", "delta": {"money": 0, "sanity": -12, "audience": 0, "ai_skill": 0, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "had_health_scare"}]}], "allow_freeform": true, "once_per_run": true}
|
|
29
|
+
{"id": "digital_nomad_041_coworking_ai_workshop", "phase": "Mid", "title": "The AI Workshop at the Coworking", "body": "The coworking space hosts an 'AI for Freelancers' workshop. The instructor is 23 and has automated a six-figure business. You attend expecting hype. Instead, you learn three tools that genuinely save you 10 hours a week. The 23-year-old's confidence is annoying. The tools are not.", "choices": [{"title": "Implement everything, transform your workflow", "body": "You spend a weekend integrating AI into your pipeline. Client delivery time halves. You feel both productive and threatened.", "delta": {"money": 700, "sanity": -6, "audience": 0, "ai_skill": 10, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Cherry-pick the useful stuff, ignore the hype", "body": "You adopt two of the three tools and skip the one that requires you to 'vibe-code your client proposals.'", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 6, "friends": 0}, "min_money": null}, {"title": "Offer to teach a workshop in return", "body": "You propose a workshop on freelance business fundamentals. The 23-year-old attends. They don't know what a W-9 is.", "delta": {"money": 0, "sanity": -1, "audience": 9, "ai_skill": 0, "friends": 9}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_teaching"}]}], "allow_freeform": true}
|
|
30
|
+
{"id": "digital_nomad_042_rent_hike_everywhere", "phase": "Mid", "title": "Rent Hikes Follow You", "body": "Bali rents are up 40% since the nomad influx. Lisbon up 60%. Mexico City neighborhoods you loved are being called 'gentrified by remote workers' in local press. The geo-arbitrage math that made this lifestyle work is breaking down. The places you can afford to live are running out of places you want to live.", "choices": [{"title": "Move to a cheaper, less trendy spot", "body": "You relocate to a smaller city nobody's heard of. The rent is $300. The WiFi is 15 Mbps. The loneliness is comprehensive.", "delta": {"money": 500, "sanity": -13, "audience": -9, "ai_skill": 0, "friends": -9}, "min_money": null}, {"title": "Earn more to keep up", "body": "You raise your rates 30% and tell clients it's a market adjustment. Half accept. Half find someone cheaper.", "delta": {"money": 700, "sanity": -9, "audience": 4, "ai_skill": 0, "friends": -1}, "min_money": null}, {"title": "Confront the gentrification guilt", "body": "You write honestly about nomads driving up local rents. The piece goes viral in nomad circles. Nobody changes their behavior, including you.", "delta": {"money": 0, "sanity": 9, "audience": 9, "ai_skill": 0, "friends": -5}, "min_money": null, "effects": [{"op": "set_flag", "flag": "went_viral"}]}], "allow_freeform": true, "requires": ["built_following"]}
|
|
31
|
+
{"id": "digital_nomad_043_automated_client_work", "phase": "Mid", "title": "You Automate Your Own Deliverable", "body": "You build an AI pipeline that generates 80% of what you deliver to clients. The remaining 20% is your taste, judgment, and client relationship. You're now doing in 4 hours what used to take 20. The ethical question: do you charge for the 4 hours or the 20 hours of value?", "choices": [{"title": "Charge for value, keep it quiet", "body": "You keep your rates and deliver in a fraction of the time. The margins are incredible. The guilt is mild but persistent.", "delta": {"money": 4000, "sanity": -10, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "automated_own_job"}]}, {"title": "Be transparent, lower the price", "body": "You tell clients about the AI assist and reduce rates by 30%. They appreciate the honesty. Your income drops but your integrity holds.", "delta": {"money": -700, "sanity": 11, "audience": 5, "ai_skill": 1, "friends": 6}, "min_money": 700}, {"title": "Use the extra time to take more clients", "body": "Same rates, more clients, same hours. You go from three clients to eight. The money is good. The context-switching is brutal.", "delta": {"money": 7000, "sanity": -11, "audience": 6, "ai_skill": 0, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
32
|
+
{"id": "digital_nomad_044_nomad_community_drama", "phase": "Mid", "title": "Nomad Community Implodes", "body": "The digital nomad community you helped build in Lisbon is fracturing. Someone got scammed in a group investment. Accusations fly in the WhatsApp group. Two people you trusted are blocking each other. The community that replaced your hometown friends is proving just as messy as any hometown.", "choices": [{"title": "Mediate, try to hold it together", "body": "You spend a week playing diplomat. Half the group appreciates it. Half thinks you're taking sides. The community survives, diminished.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null}, {"title": "Step back, protect your peace", "body": "You mute the group and focus on your own work. The drama resolves without you. Or doesn't. You stop checking.", "delta": {"money": 0, "sanity": 9, "audience": -5, "ai_skill": 4, "friends": -6}, "min_money": null}, {"title": "Start a new, smaller group", "body": "You create a new group with the five people you actually trust. Quality over quantity. The vibes are better.", "delta": {"money": 0, "sanity": 9, "audience": -3, "ai_skill": 0, "friends": 8}, "min_money": null}], "allow_freeform": true}
|
|
33
|
+
{"id": "digital_nomad_045_ex_back_home_engaged", "phase": "Mid", "title": "Your Ex Gets Engaged", "body": "Your ex posts an engagement photo. They're standing in front of a house. An actual house with a mortgage and a yard. You're sitting in a coworking space in Mexico City. You chose freedom. They chose stability. Both of you look happy in your respective Instagram photos. Only one of you is actually happy. You're not sure which one.", "choices": [{"title": "Unfollow, process, move on", "body": "You unfollow and go for a long walk through Condesa. The feelings pass. The life you chose is still the life you chose.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": -4}, "min_money": null}, {"title": "Send a genuine congratulations", "body": "You text them something real. They reply warmly. The closure you didn't know you needed arrives via iMessage.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 5}, "min_money": null}, {"title": "Spiral into lifestyle doubt", "body": "You spend three days questioning every decision. Then a sunrise over the Zocalo reminds you why you're here. Sort of.", "delta": {"money": 0, "sanity": -9, "audience": 0, "ai_skill": 0, "friends": -4}, "min_money": null}], "allow_freeform": true}
|
|
34
|
+
{"id": "digital_nomad_046_saas_side_project", "phase": "Mid", "title": "Side Project Gets Traction", "body": "The nomad tool you built as a side project hits 500 users. Forty are paying $9/month. That's $360 MRR. It's nothing. It's everything. For the first time, money arrives while you sleep — in every timezone.", "choices": [{"title": "Go all in, drop client work", "body": "You fire two clients and dedicate mornings to the product. MRR grows to $800. Client income drops by $2,000. The bet is on.", "delta": {"money": -700, "sanity": -9, "audience": 10, "ai_skill": 8, "friends": 0}, "min_money": 700, "effects": [{"op": "set_flag", "flag": "side_project_shipped"}]}, {"title": "Keep it as a side project, grow slowly", "body": "You maintain client work and grow the product on weekends. Sustainable but slow. The urgency fades.", "delta": {"money": 360, "sanity": 4, "audience": 5, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Sell it for a small multiple", "body": "Someone offers $15,000 for the product. It's not life-changing money but it's a clean exit. You take it.", "delta": {"money": 15000, "sanity": 8, "audience": -8, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true, "requires": ["started_side_project"]}
|
|
35
|
+
{"id": "digital_nomad_047_conference_speaker", "phase": "Mid", "title": "Conference Wants You to Speak", "body": "A remote work conference in Tallinn invites you to speak about the nomad lifestyle. They cover the flight and hotel. The audience is 400 people. Your slides are about 'Building a Location-Independent Business.' Backstage you realize everyone in the audience already works remotely. You're preaching to the choir in a very nice church.", "choices": [{"title": "Deliver the talk, network hard", "body": "Your talk goes well. Two audience members become clients. The conference circuit opens up.", "delta": {"money": 700, "sanity": -5, "audience": 9, "ai_skill": 0, "friends": 7}, "min_money": null, "effects": [{"op": "set_flag", "flag": "made_industry_contact"}]}, {"title": "Pivot the talk to something honest", "body": "You scrap your slides and talk about the loneliness of nomad life. The room goes quiet. People cry. It's better.", "delta": {"money": 0, "sanity": 10, "audience": 7, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Use it to launch your course", "body": "You end the talk with a plug for your upcoming course. 60 people sign up for the waitlist. The conversion from speaker to seller feels greasy but effective.", "delta": {"money": 700, "sanity": -11, "audience": 11, "ai_skill": 0, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "sold_out"}]}], "allow_freeform": true}
|
|
36
|
+
{"id": "digital_nomad_048_local_friendship_real", "phase": "Mid", "title": "A Real Local Friendship", "body": "After months in Mexico City, you become genuine friends with your barista who turns out to be a painter. You practice Spanish. They practice English. You see each other three times a week. It's the first friendship in two years that isn't contingent on both of you being in the same city at the same time.", "choices": [{"title": "Invest deeply in the friendship", "body": "You go to their art shows. They help you navigate bureaucracy. For the first time, a place feels like it has a person in it.", "delta": {"money": -100, "sanity": 11, "audience": 0, "ai_skill": 0, "friends": 12}, "min_money": 100}, {"title": "Enjoy it but don't depend on it", "body": "You appreciate the friendship without clinging. When you eventually leave, the goodbye is warm and clean.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": null}, {"title": "This is why you should settle here", "body": "One real friendship makes you reconsider the whole lifestyle. Maybe staying put isn't giving up. Maybe it's growing up.", "delta": {"money": 0, "sanity": 9, "audience": -10, "ai_skill": 0, "friends": 9}, "min_money": null}], "allow_freeform": true}
|
|
37
|
+
{"id": "digital_nomad_050_nomad_course_temptation", "phase": "Mid", "title": "The 'How I Make $10K/Month' Course", "body": "Everyone in the nomad space is selling courses about how to be a nomad. 'My $2,497 program teaches you to build a location-independent business.' You know the formula works because you bought one of these courses two years ago. It was 80% padding. You also know you could make a better one.", "choices": [{"title": "Build a genuine, affordable course", "body": "You price it at $97 and actually deliver value. 200 people buy it. $19,400. Not 'freedom money' but honest money.", "delta": {"money": 19400, "sanity": -4, "audience": 8, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_teaching"}]}, {"title": "Build the premium course, charge premium", "body": "You price it at $1,997. Twelve people buy it. $23,964. The marketing feels slimy. The Stripe notifications feel clean.", "delta": {"money": 23964, "sanity": -10, "audience": 10, "ai_skill": 0, "friends": -9}, "min_money": null, "effects": [{"op": "set_flag", "flag": "sold_out"}]}, {"title": "Refuse, keep building real things", "body": "You decide courses about being a nomad are the MLM of the remote work world. You build products instead of selling the dream.", "delta": {"money": 0, "sanity": 10, "audience": -7, "ai_skill": 10, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
38
|
+
{"id": "digital_nomad_051_visa_denied", "phase": "Mid", "title": "Visa Application Denied", "body": "Your digital nomad visa renewal gets denied. Insufficient documentation. The bureaucrat's decision is final. You have 30 days to leave a country you've called home for 18 months. Your apartment, your routines, your friends, your favorite taco spot — all of it dissolves because a form was filed wrong.", "choices": [{"title": "Appeal with a lawyer", "body": "You hire an immigration lawyer for $1,500. The appeal takes two months. You win. The stress takes longer to resolve.", "delta": {"money": -1500, "sanity": -12, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 1500}, {"title": "Move to the next country, keep going", "body": "You pack two bags and fly to the next destination. The resilience is muscle memory now. The sadness is also muscle memory.", "delta": {"money": -400, "sanity": -11, "audience": 4, "ai_skill": 0, "friends": -9}, "min_money": 400}, {"title": "Go home temporarily, regroup", "body": "You fly home for the first time in two years. Your old room is now a home gym. You sleep on an air mattress and wonder what you're doing.", "delta": {"money": -400, "sanity": 2, "audience": -9, "ai_skill": 0, "friends": 10}, "min_money": 400}], "allow_freeform": true, "once_per_run": true}
|
|
39
|
+
{"id": "digital_nomad_052_mentoring_new_nomad", "phase": "Mid", "title": "The New Nomad Asks for Advice", "body": "A 22-year-old just arrived in Bali with a one-way ticket and a Shopify store making $800/month. They ask you for advice over coffee. They have the same gleam in their eye you had three years ago. You want to tell them everything — the loneliness, the visa runs, the sunsets that stop mattering. Instead you hear yourself saying 'It's the best decision I ever made.'", "choices": [{"title": "Be honest about everything", "body": "You tell them the real costs. The loneliness, the health insurance, the relationships. They listen carefully and stay anyway.", "delta": {"money": 0, "sanity": 5, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}, {"title": "Give them the highlight reel", "body": "You tell them it's amazing and show them your favorite spots. They'll find out the rest themselves. Everyone does.", "delta": {"money": 0, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": 5}, "min_money": null}, {"title": "Help them avoid your mistakes", "body": "You share your health insurance hack, your visa agent contact, and your budget spreadsheet. The practical stuff that would have saved you $5,000.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}], "allow_freeform": true}
|
|
40
|
+
{"id": "digital_nomad_053_remote_team_building", "phase": "Mid", "title": "Building a Remote Team", "body": "Your freelance practice has grown enough to need help. You hire two contractors — one in the Philippines, one in Argentina. You're now managing people across three continents. The operational complexity is real. You are a distributed company of three people with no office, no HR, and a shared Notion.", "choices": [{"title": "Invest in systems, build it properly", "body": "You create SOPs, async workflows, and weekly sync calls. It takes a month to set up. The team runs smoothly.", "delta": {"money": -1400, "sanity": -4, "audience": 5, "ai_skill": 10, "friends": 0}, "min_money": 1400}, {"title": "Keep it loose, trust and vibes", "body": "You manage by Slack and good faith. It works for three months. Then a deliverable falls through a timezone crack.", "delta": {"money": 0, "sanity": -9, "audience": 3, "ai_skill": 0, "friends": 4}, "min_money": null}, {"title": "Stay solo, the overhead isn't worth it", "body": "You let the contractors go after a month. Solo is smaller but simpler. You miss the company.", "delta": {"money": 700, "sanity": 6, "audience": -5, "ai_skill": 0, "friends": -6}, "min_money": null}], "allow_freeform": true}
|
|
41
|
+
{"id": "digital_nomad_055_relationship_ultimatum", "phase": "Mid", "title": "The Ultimatum", "body": "The person you've been seeing for six months gives you an ultimatum: settle down or it's over. They want a city, a lease, a plan. You want flexibility, optionality, the open road. Neither of you is wrong. Both of you are scared of the other's choice.", "choices": [{"title": "Pick a city, try settling for them", "body": "You sign a six-month lease in their city. The stability is strange. The relationship deepens. Your wanderlust paces like a caged animal.", "delta": {"money": -800, "sanity": -4, "audience": -7, "ai_skill": 0, "friends": 10}, "min_money": 800}, {"title": "Choose freedom, let them go", "body": "You choose the road. They choose a door with a lock. Both of you cry in different timezones.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -10}, "min_money": null}, {"title": "Propose a middle ground", "body": "Three months together, three months apart. They try it. It's imperfect and real and somehow works for a while.", "delta": {"money": -400, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": 400}], "allow_freeform": true}
|
|
42
|
+
{"id": "digital_nomad_056_burnout_cant_move", "phase": "Mid", "title": "Can't Move Again", "body": "Your visa is expiring and you need to move to a new country. You've done this 11 times. You open Skyscanner and feel nothing. The adventure of picking a new city has become the administrative burden of picking a new city. You don't want to explore. You want a kitchen where you know where the mugs are.", "choices": [{"title": "Go somewhere completely new", "body": "You pick a city you've never been to. Georgia. Tbilisi. The uncertainty is exhausting but the novelty creates a tiny spark.", "delta": {"money": -600, "sanity": -6, "audience": 6, "ai_skill": 0, "friends": 0}, "min_money": 600}, {"title": "Return somewhere familiar", "body": "You go back to Lisbon. The same cafe. The same coworking space. Familiar isn't exciting but it's comforting.", "delta": {"money": -600, "sanity": 9, "audience": -4, "ai_skill": 0, "friends": 7}, "min_money": 600}, {"title": "Stay put, overstay, deal with it later", "body": "You extend by any means necessary. A tourist visa, a border run, a bureaucratic loophole. The permanent impermanence of it all.", "delta": {"money": 0, "sanity": -11, "audience": 0, "ai_skill": 0, "friends": -1}, "min_money": null}], "allow_freeform": true}
|
|
43
|
+
{"id": "digital_nomad_057_ai_travel_agent_lifestyle", "phase": "Mid", "title": "AI Plans Your Next Move", "body": "You use an AI agent to plan your next relocation: visa requirements, cost of living, coworking options, flight prices, health insurance compatibility. It generates a ranked list of 8 cities with estimated monthly costs. The AI is better at this than you are. Your competitive advantage was knowing how to live this way. Now a chatbot does.", "choices": [{"title": "Embrace it, optimize your life with AI", "body": "You let the AI plan everything. Flights, apartments, even restaurant recommendations. Life becomes frictionless and slightly hollow.", "delta": {"money": 500, "sanity": -9, "audience": 0, "ai_skill": 10, "friends": -9}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Use it as a starting point, choose with your gut", "body": "You take the AI's data and then pick the city that feels right. Logic plus intuition. The best of both.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 6, "friends": 1}, "min_money": null}, {"title": "Close the laptop, throw a dart at a map", "body": "You reject the optimization and pick randomly. You end up in Albania. It's strange and wonderful and nobody else is there yet.", "delta": {"money": -400, "sanity": 11, "audience": 10, "ai_skill": -7, "friends": 0}, "min_money": 400}], "allow_freeform": true, "forbids": ["rejected_ai"]}
|
|
44
|
+
{"id": "digital_nomad_059_friends_wedding_miss", "phase": "Mid", "title": "Missing the Wedding", "body": "Your closest friend from college is getting married. The wedding is in Ohio. You're in Bali. The flight is $1,800 and 30 hours. You have a client deadline the day after. You RSVP'd yes three months ago. You're about to RSVP no.", "choices": [{"title": "Go, no matter what it costs", "body": "You fly 30 hours, dance badly, cry during the toast, and fly back. The credit card bill hurts. The memory doesn't.", "delta": {"money": -1800, "sanity": 13, "audience": 0, "ai_skill": 0, "friends": 11}, "min_money": 1800}, {"title": "Send a heartfelt gift, join on Zoom", "body": "You watch from a screen at 3am your time. The connection is bad. You wave at the camera. They wave back. It's not the same.", "delta": {"money": -200, "sanity": -7, "audience": 0, "ai_skill": 0, "friends": -11}, "min_money": 200}, {"title": "Skip it, prioritize the deadline", "body": "You choose the client over the friend. The invoice clears. The friendship cools by one degree you'll never fully recover.", "delta": {"money": 700, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -14}, "min_money": null, "effects": [{"op": "set_flag", "flag": "burned_bridge"}]}], "allow_freeform": true, "once_per_run": true}
|
|
45
|
+
{"id": "digital_nomad_060_youtube_nomad_drama", "phase": "Mid", "title": "Nomad YouTuber Drama", "body": "A popular nomad YouTuber makes a video called 'The Digital Nomad Lie' that goes viral. Two million views. They quit the lifestyle on camera. Comments are split between 'brave' and 'you just couldn't hack it.' The nomad WhatsApp groups are buzzing. You feel personally called out.", "choices": [{"title": "Make a response video/post", "body": "You write a nuanced response about the real trade-offs. It gets traction. You accidentally become the 'honest nomad voice.'", "delta": {"money": 0, "sanity": -6, "audience": 10, "ai_skill": 0, "friends": 6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Agree privately, say nothing publicly", "body": "The video articulates something you've felt for months. You watch it twice. You say nothing online. You journal about it.", "delta": {"money": 0, "sanity": 9, "audience": -6, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Use it as motivation to prove them wrong", "body": "You double down on the lifestyle out of spite. Spite is an underrated motivator. It's also exhausting.", "delta": {"money": 0, "sanity": -13, "audience": 8, "ai_skill": 8, "friends": -6}, "min_money": null}], "allow_freeform": true, "requires": ["built_following"]}
|
|
46
|
+
{"id": "digital_nomad_062_coliving_retreat", "phase": "Mid", "title": "The $3,000 Retreat", "body": "A 'nomad mastermind retreat' in Bali: $3,000 for a week. Yoga, coworking, 'deep connection,' and access to 'high-caliber nomad entrepreneurs.' The brochure uses the word 'intentional' eleven times. Your bank account says no. Your loneliness says maybe.", "choices": [{"title": "Splurge, invest in community", "body": "You go. Day one is awkward. Day three you have three real conversations. Day seven someone becomes a genuine friend. Worth it, financially questionable.", "delta": {"money": -3000, "sanity": 9, "audience": 4, "ai_skill": 0, "friends": 11}, "min_money": 3000}, {"title": "Organize your own, cheaper version", "body": "You rent a villa and invite ten nomads for a DIY retreat. Total cost: $300 each. The vibes are better because nobody paid $3,000 for them.", "delta": {"money": -300, "sanity": 11, "audience": 6, "ai_skill": 0, "friends": 10}, "min_money": 300, "effects": [{"op": "set_flag", "flag": "built_community"}]}, {"title": "Skip it, you don't need structured connection", "body": "You save $3,000 and go to a free beach bonfire instead. The connections are random and real and cost nothing.", "delta": {"money": 0, "sanity": 8, "audience": -4, "ai_skill": 0, "friends": 6}, "min_money": null}], "allow_freeform": true}
|
|
47
|
+
{"id": "digital_nomad_064_went_broke", "phase": "Mid", "title": "The Month Everything Breaks", "body": "Three clients pay late simultaneously. Your laptop needs replacing. A visa fee is due. Your bank account hits $127. You're in a foreign country with $127. The ATM shows your balance in a foreign currency and the number looks even smaller.", "choices": [{"title": "Sell everything non-essential, survive", "body": "You sell your backup monitor, your camera, and your noise-canceling headphones. You eat rice and eggs for two weeks. You survive.", "delta": {"money": 500, "sanity": -10, "audience": -5, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "went_broke_once"}]}, {"title": "Ask for emergency advance from a client", "body": "You swallow your pride and ask your best client for an advance. They send it same day without blinking. Professionalism buys goodwill.", "delta": {"money": 4000, "sanity": -7, "audience": 0, "ai_skill": 0, "friends": 2}, "min_money": null, "effects": [{"op": "set_flag", "flag": "went_broke_once"}]}, {"title": "Book a flight home, the experiment is over", "body": "You use the last $127 plus a credit card for a flight home. The experiment isn't over. But this chapter is.", "delta": {"money": -300, "sanity": 5, "audience": -8, "ai_skill": 0, "friends": 9}, "min_money": 300, "effects": [{"op": "set_flag", "flag": "went_broke_once"}, {"op": "set_flag", "flag": "hit_rock_bottom"}]}], "allow_freeform": true, "once_per_run": true}
|
|
48
|
+
{"id": "digital_nomad_065_time_zone_date_disaster", "phase": "Mid", "title": "The Timezone Date Disaster", "body": "You've been texting someone for weeks across 8 time zones. You finally schedule a video date. You set it for 8pm their time, which is 4am your time. You set three alarms. You wake at 3:50am, make coffee, and look presentable in dim lighting. They don't show. They text at 6am: 'Sorry, I calculated the timezone wrong, thought it was tomorrow.' You've been awake since 4am for nothing.", "choices": [{"title": "Reschedule, laugh it off", "body": "You reschedule with a shared Google Calendar event. This time it works. The story becomes your first inside joke.", "delta": {"money": 0, "sanity": 0, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": null}, {"title": "Use the 4am energy to work instead", "body": "You're already up. You clear your inbox and finish a project before sunrise. The date is dead. The productivity isn't.", "delta": {"money": 700, "sanity": -12, "audience": 0, "ai_skill": 6, "friends": -9}, "min_money": null}, {"title": "Give up on long-distance dating entirely", "body": "You delete the app and resolve to only date people in the same timezone. This limits your options to whoever is in the same country this month.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
49
|
+
{"id": "digital_nomad_066_food_poisoning_deadline", "phase": "Mid", "title": "Bangkok Belly, Berlin Deadline", "body": "Street pad thai in Bangkok. Regret by midnight. You have a deliverable due for a Berlin agency in 14 hours. Your body is in open revolt. Your laptop is on the bathroom floor. You've been a digital nomad long enough to have a 'working from the bathroom floor' workflow.", "choices": [{"title": "Deliver from the floor, literally", "body": "You submit at 5am between episodes. The work is actually good. Desperation is a hell of a motivator.", "delta": {"money": 700, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Ask a nomad friend to help finish it", "body": "A friend covers the final 20%. You owe them. The nomad safety net catches you.", "delta": {"money": 0, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": null}, {"title": "Be honest with the client, ask for extension", "body": "You send a brief, honest message. They extend by 48 hours. You vow to never eat street meat before a deadline again. You will eat street meat before a deadline again.", "delta": {"money": 0, "sanity": 8, "audience": -3, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
50
|
+
{"id": "digital_nomad_067_remote_job_offer", "phase": "Mid", "title": "Full-Time Remote Job Offer", "body": "A company offers you a full-time remote position. $95,000/year. Benefits. PTO. A manager. The stability is seductive. The structure is terrifying. You haven't had a boss in three years. You'd have to be online during 'core hours.' Core hours are someone else's timezone.", "choices": [{"title": "Take it, you need the stability", "body": "You accept. The first paycheck with benefits feels like a weighted blanket. The standup meetings feel like ankle monitors.", "delta": {"money": 2800, "sanity": 6, "audience": -9, "ai_skill": 0, "friends": -1}, "min_money": null}, {"title": "Negotiate contractor terms instead", "body": "You counter with a contractor arrangement: same rate, no core hours, no benefits. They agree to a 6-month trial.", "delta": {"money": 1400, "sanity": 10, "audience": -1, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Decline, freedom is non-negotiable", "body": "You turn down a sure thing for an uncertain everything. The freedom is real. So is the invoice you're waiting on.", "delta": {"money": -700, "sanity": -9, "audience": 8, "ai_skill": 0, "friends": 0}, "min_money": 700}], "allow_freeform": true, "once_per_run": true}
|
|
51
|
+
{"id": "digital_nomad_069_investment_scam", "phase": "Mid", "title": "The Nomad Investment 'Opportunity'", "body": "A well-connected nomad in your circle pitches a group investment: a coliving property in Tulum. 'Guaranteed 15% annual returns.' Eight nomads are in. They need one more for the minimum buy-in. The pitch is slick. The due diligence is vibes.", "choices": [{"title": "Pass, it smells wrong", "body": "You decline politely. Three months later the 'guaranteed' returns are 0% and the property has permitting issues. Trust your nose.", "delta": {"money": 0, "sanity": 7, "audience": 0, "ai_skill": 0, "friends": -4}, "min_money": null}, {"title": "Ask to see real financials first", "body": "You request audited projections. The organizer gets defensive. The group chat goes quiet. You saved yourself.", "delta": {"money": 0, "sanity": 10, "audience": -6, "ai_skill": 8, "friends": -6}, "min_money": null}, {"title": "YOLO in, you trust the group", "body": "You wire $5,000. Six months later the returns materialize. Then they don't. Then the organizer moves to a new country.", "delta": {"money": -5000, "sanity": -11, "audience": 0, "ai_skill": 0, "friends": -10}, "min_money": 5000, "effects": [{"op": "set_flag", "flag": "got_scammed"}]}], "allow_freeform": true, "once_per_run": true}
|
|
52
|
+
{"id": "digital_nomad_070_birthday_alone_abroad", "phase": "Mid", "title": "Birthday Alone Abroad", "body": "It's your birthday. You're in a city where you've been for three weeks. You know the barista and your Airbnb host. That's it. Your phone fills with messages from people in seven timezones. Your mom calls. Your college friends send a group video. Everyone's there except you. The cake emoji in the group chat is not a cake.", "choices": [{"title": "Throw yourself a solo birthday", "body": "You go to the nicest restaurant alone, order the tasting menu, and toast yourself. The waiter brings a free dessert. You cry slightly. It's fine.", "delta": {"money": -150, "sanity": -5, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 150}, {"title": "Post about it, find spontaneous company", "body": "You post on Instagram stories that it's your birthday in Lisbon. Two nomad acquaintances show up at a bar. It's imperfect and warm.", "delta": {"money": -80, "sanity": 6, "audience": 8, "ai_skill": 0, "friends": 6}, "min_money": 80}, {"title": "Work through it like any other day", "body": "You tell yourself birthdays are just days. You work until midnight. At 12:01 you admit that was a terrible decision.", "delta": {"money": 700, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -6}, "min_money": null}], "allow_freeform": true}
|
|
53
|
+
{"id": "digital_nomad_071_coworking_shutdown", "phase": "Mid", "title": "Your Coworking Space Closes", "body": "The coworking space you've used for a year announces it's closing. Rent too high. The nomad boom peaked. The owner — who became a friend — is moving to Portugal. Your daily routine, your desk, your coffee mug (left there), all gone. You didn't realize a coworking space could feel like losing a home.", "choices": [{"title": "Help the owner find a solution", "body": "You rally the community. Twenty members commit to higher monthly fees. The space survives in a smaller form.", "delta": {"money": -200, "sanity": -2, "audience": 6, "ai_skill": 0, "friends": 10}, "min_money": 200, "effects": [{"op": "set_flag", "flag": "built_community"}]}, {"title": "Transition to working from home", "body": "You set up a proper home office in your apartment. The commute is zero. The social contact is also zero.", "delta": {"money": 200, "sanity": -7, "audience": -6, "ai_skill": 6, "friends": -8}, "min_money": null}, {"title": "Find a new space, start fresh", "body": "You tour three new coworking spaces. None feel the same. You pick one anyway. Routine is more important than perfection.", "delta": {"money": -300, "sanity": 4, "audience": 0, "ai_skill": 0, "friends": 3}, "min_money": 300}], "allow_freeform": true}
|
|
54
|
+
{"id": "digital_nomad_072_nomad_newsletter_grows", "phase": "Mid", "title": "Newsletter Hits 2,000 Subscribers", "body": "Your newsletter about the real nomad life — finances, loneliness, visa hacks — hits 2,000 subscribers. Sponsors reach out. Readers email you personal stories. You accidentally built a media business while trying to process your feelings about not having a home.", "choices": [{"title": "Monetize it, turn it into a business", "body": "You add sponsors and a paid tier. $800/month in newsletter revenue. Writing about your life now funds your life.", "delta": {"money": 800, "sanity": -5, "audience": 2, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Keep it free and honest", "body": "You refuse sponsors to keep the writing pure. The readers notice. The engagement deepens even as revenue stays zero.", "delta": {"money": 0, "sanity": 7, "audience": 10, "ai_skill": 0, "friends": 2}, "min_money": null}, {"title": "Publish a book based on it", "body": "You compile the best essays into a book. The advance is small. The satisfaction is not.", "delta": {"money": 500, "sanity": 4, "audience": 6, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}], "allow_freeform": true, "requires": ["started_newsletter"]}
|
|
55
|
+
{"id": "digital_nomad_073_landlord_crisis", "phase": "Mid", "title": "Landlord Raises Rent 80%", "body": "Your Bali landlord wants to double the rent for the next term. 'Many digital nomads want this place,' they say. They're right. The gentrification you participated in is now gentrifying you. The irony tastes like overpriced acai.", "choices": [{"title": "Negotiate, leverage the relationship", "body": "You've been a reliable tenant for a year. You negotiate a 25% increase instead. Relationships have value even in real estate.", "delta": {"money": -300, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 2}, "min_money": 300}, {"title": "Move to a cheaper neighborhood", "body": "You relocate 30 minutes from the nomad hub. Cheaper, quieter, lonelier. The scooter commute adds up differently than the rent.", "delta": {"money": 900, "sanity": -7, "audience": -5, "ai_skill": 0, "friends": -8}, "min_money": null}, {"title": "Leave the country, fresh arbitrage", "body": "If Bali is expensive now, find the next Bali. You start researching Albania, Montenegro, Malaysia.", "delta": {"money": 0, "sanity": -5, "audience": 6, "ai_skill": 2, "friends": -6}, "min_money": null}], "allow_freeform": true, "once_per_run": true}
|
|
56
|
+
{"id": "digital_nomad_074_plagiarized_by_ai", "phase": "Mid", "title": "Your Content in Someone's AI", "body": "You discover that your newsletter content, your blog posts, and your social media are all in the training data of a popular AI tool. Clients are getting advice that sounds suspiciously like your advice — from a chatbot that charges nothing. Your expertise is now everyone's baseline.", "choices": [{"title": "Demand attribution, fight for it", "body": "You contact the AI company. They send a form response. Your content is already digested. The toothpaste is out of the tube.", "delta": {"money": 0, "sanity": -8, "audience": 0, "ai_skill": 4, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "plagiarized_by_ai"}]}, {"title": "Focus on what AI can't copy: you", "body": "You double down on personal brand, live events, and relationships. AI can scrape your words but not your judgment.", "delta": {"money": 0, "sanity": 8, "audience": 8, "ai_skill": 0, "friends": 3}, "min_money": null, "effects": [{"op": "set_flag", "flag": "plagiarized_by_ai"}]}, {"title": "Use AI to produce more content faster", "body": "If they scraped you, use them back. You produce 10x the content with AI assistance. The cycle accelerates.", "delta": {"money": 1200, "sanity": -7, "audience": 8, "ai_skill": 8, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}], "allow_freeform": true, "requires": ["built_following"]}
|
|
57
|
+
{"id": "digital_nomad_075_friends_having_kids", "phase": "Mid", "title": "Friends Back Home Having Kids", "body": "Three friends announce pregnancies in the same month. Baby showers, nursery photos, birth announcements. They're building families. You're building Notion dashboards in a Lisbon apartment. The life stages are diverging at a rate you can feel but can't articulate. They stopped asking 'when are you coming back.' You're not sure if that's freedom or abandonment.", "choices": [{"title": "Send thoughtful gifts, stay connected", "body": "You order gifts from local shops in each friend's city. The effort is noticed. The distance remains.", "delta": {"money": -150, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": 150}, {"title": "Plan a trip home to meet the babies", "body": "You book a flight for the summer. Holding a friend's baby makes you feel something you can't file in a spreadsheet.", "delta": {"money": -800, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 800}, {"title": "Feel the distance, let it motivate you", "body": "The gap between your life and theirs sharpens your focus. You're doing this for a reason. You think.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 6, "friends": -6}, "min_money": null}], "allow_freeform": true}
|
|
58
|
+
{"id": "digital_nomad_new_003_monday_before_10am", "phase": "Mid", "title": "The Monday Before 10am", "body": "You open your laptop at a cafe in Lisbon. Before your coffee cools: your biggest client emails that they're 'transitioning to AI-assisted delivery and restructuring all contractor relationships.' Your coworking space announces a 40% price hike effective next month. A Slack notification says your dev contractor quit to join an AI startup. Your newsletter platform sends a pricing update — tripling the free tier limits you relied on. Your phone buzzes: visa renewal documents are due Friday. It's 9:47am. You haven't started working yet.", "choices": [{"title": "Triage ruthlessly, handle the money fires first", "body": "You spend the day on damage control. Client: negotiated a transition period. Coworking: downgraded plan. Contractor: posted a job listing. By 6pm you've stopped three of five bleeding wounds. The other two will wait.", "delta": {"money": -700, "sanity": -8, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": 700}, {"title": "Call a friend, you can't process this alone", "body": "You call another nomad and just list everything that happened. They listen. They've been there. The problems don't shrink but the isolation does.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Close the laptop, walk to the ocean", "body": "You close everything and walk to the waterfront. The problems will exist in an hour. Right now the Atlantic doesn't care about your contractor situation. Neither do the seagulls.", "delta": {"money": -400, "sanity": -1, "audience": -5, "ai_skill": 0, "friends": 0}, "min_money": 400}], "allow_freeform": true}
|
|
59
|
+
{"id": "digital_nomad_new_004_pitch_that_changed", "phase": "Mid", "title": "The Pitch That Changed Mid-Sentence", "body": "You're on a video call pitching a potential client on a content strategy retainer. $3,000/month. You're fifteen minutes in, slides polished, delivery smooth. The client's phone buzzes. They glance down. 'Sorry — hold on.' Thirty-second pause. They come back: 'Actually, we just got a demo of an AI content tool from our other call. Can you do what you do but... cheaper than that? Or like, on top of it?' Your pitch deck is suddenly a historical document. The retainer you spent a week preparing for just became a negotiation against software you haven't seen.", "choices": [{"title": "Pivot mid-call, pitch AI-augmented services", "body": "You improvise a new pitch on the spot: you'll use the AI tool AND add human strategy. The client is intrigued. The rate drops to $2,000. Your ability to pivot in real time just became your actual product.", "delta": {"money": 700, "sanity": -6, "audience": 0, "ai_skill": 10, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Hold your ground, differentiate on quality", "body": "You explain what AI can't do — relationship context, brand voice nuance, strategic judgment. The client says they'll 'think about it.' They don't call back.", "delta": {"money": -700, "sanity": 2, "audience": -7, "ai_skill": 0, "friends": 0}, "min_money": 700}, {"title": "Ask to see the AI tool demo yourself", "body": "You ask them to share the demo. They do. It's 60% as good as you and costs 5% as much. Knowing the competition is better than imagining it. Barely.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
60
|
+
{"id": "digital_nomad_new_005_greyed_out_option", "phase": "Mid", "title": "The Window That Closed", "body": "A boutique agency reaches out — they need a remote content lead for a six-month contract. Good rate, flexible hours, interesting work. You start drafting your proposal. Three days later, they email: 'We've decided to use an AI pipeline with a junior editor instead. The role has been restructured.' The job listing is still live, but the job has changed underneath it. The position you were applying for no longer exists.", "choices": [{"title": "Push for the original role anyway", "body": "You ask for the original scope and rate. They reply that the role is gone and the budget moved to tooling. The middle path disappeared while you were drafting.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Pitch yourself as the AI pipeline manager", "body": "You rewrite the proposal: not the content lead, but the person who manages the AI pipeline and ensures quality. The rate is 40% lower. The role is 100% different. They say yes.", "delta": {"money": -400, "sanity": -4, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Move on, the market is telling you something", "body": "You close the email and start thinking about what you offer that can't be restructured into an AI pipeline. The list is shorter than you'd like.", "delta": {"money": 0, "sanity": -6, "audience": 0, "ai_skill": 6, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
61
|
+
{"id": "digital_nomad_new_006_first_ai_client_handoff", "phase": "Mid", "title": "The First Fully Autonomous Handoff", "body": "A nomad you know — not a tech person, a travel photographer — sets up an AI agent that handles her entire client workflow. Inquiry to invoice. Automatically. She posts the dashboard screenshot. You save it. History is being made in a coworking space in Chiang Mai by someone who can't write a line of code. The replies are split between 'this changes everything' and 'this changes nothing.' Both are wrong. Both are right.", "choices": [{"title": "Try to replicate her setup immediately", "body": "You spend the weekend building your own AI pipeline. It handles 40% of what she automated. The other 60% needs your judgment. For now.", "delta": {"money": 0, "sanity": -6, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Watch and wait, it's probably overhyped", "body": "You tell yourself it's a demo, not a business. Three months later her MRR is higher than yours. The wait cost you the early-mover window.", "delta": {"money": 0, "sanity": -8, "audience": -6, "ai_skill": -2, "friends": 0}, "min_money": null}, {"title": "Have coffee with her, learn the real story", "body": "Over flat whites she explains the setup took three days and broke twice. The dashboard looks cleaner than reality. But reality still works. The nuance helps.", "delta": {"money": 0, "sanity": 7, "audience": 0, "ai_skill": 6, "friends": 8}, "min_money": null}], "allow_freeform": true}
|
|
62
|
+
{"id": "digital_nomad_077_settling_down_pressure", "phase": "Late", "title": "The Pressure to Settle", "body": "Every conversation with family ends with 'So are you settling down soon?' Your nomad friends are buying apartments. Your body is tired of packing. You find yourself bookmarking real estate listings in three different countries, unable to commit to any. The commitment problem isn't about a city. It's about who you are when you stop moving.", "choices": [{"title": "Sign a one-year lease somewhere", "body": "You pick a city and commit for 12 months. The lease feels like a straitjacket for two weeks. Then it feels like a home.", "delta": {"money": -600, "sanity": 12, "audience": -8, "ai_skill": 0, "friends": 8}, "min_money": 600}, {"title": "Keep moving, but slower", "body": "You shift from monthly moves to quarterly. Three months per city. Enough to unpack but not enough to settle.", "delta": {"money": -400, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 3}, "min_money": 400}, {"title": "Refuse to choose, keep all options open", "body": "You resist the pressure. Optionality is your religion. But optionality is also the reason you can't commit to dinner plans.", "delta": {"money": 0, "sanity": -8, "audience": 0, "ai_skill": 6, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
63
|
+
{"id": "digital_nomad_078_aging_out_hostel", "phase": "Late", "title": "Aging Out of Hostel Life", "body": "You walk into a hostel common room and realize you're the oldest person there by eight years. The gap year kids are talking about TikTok trends you don't recognize. Someone asks if you're 'traveling with your kids.' You're 34. The hostel demographic has a ceiling and you just hit it.", "choices": [{"title": "Upgrade to apartments permanently", "body": "You stop booking hostels forever. The apartments cost more. The dignity is worth the premium.", "delta": {"money": -400, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": -4}, "min_money": 400}, {"title": "Find the older nomad community", "body": "You discover there are nomads in their 40s and 50s. They have coliving spaces with private rooms and wine nights. This is where you belong now.", "delta": {"money": -500, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 500}, {"title": "Own it, befriend the gap year kids", "body": "You become the 'wise elder nomad' at the hostel bar. You share travel hacks. They share memes. The dynamic is strange and charming.", "delta": {"money": 0, "sanity": -2, "audience": 6, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}], "allow_freeform": true}
|
|
64
|
+
{"id": "digital_nomad_079_no_roots_cost", "phase": "Late", "title": "The Cost of No Roots", "body": "Your grandmother passes away. The funeral is in 36 hours. You're on the wrong continent. By the time you land, it's over. You sit in your childhood kitchen and realize that 'freedom' and 'being there when it matters' live in direct tension. Your uncle doesn't say it but you can feel it: you chose to be far away.", "choices": [{"title": "Stay home for a month, grieve properly", "body": "You cancel everything and stay. The clients wait. The grief doesn't. For once, you stop running.", "delta": {"money": -3200, "sanity": 10, "audience": -7, "ai_skill": 0, "friends": 8}, "min_money": 3200, "effects": [{"op": "set_flag", "flag": "took_sabbatical"}]}, {"title": "Fly back after the funeral, work through it", "body": "You attend what you can, hug who's there, and fly back. You work from a Lisbon cafe with tears on your keyboard.", "delta": {"money": -800, "sanity": -11, "audience": 0, "ai_skill": 0, "friends": -8}, "min_money": 800}, {"title": "Rethink everything", "body": "The distance between your lifestyle and your family becomes the only thing you can think about. Something has to change.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null}], "allow_freeform": true, "once_per_run": true}
|
|
65
|
+
{"id": "digital_nomad_080_ai_makes_location_irrelevant", "phase": "Late", "title": "AI Makes Location Truly Irrelevant", "body": "AI agents handle meetings, timezone coordination, and cultural nuance. A client tells you they didn't know you were in Bali until they saw your invoice currency. You realize you haven't run a speed test in three months — the ritual that once governed your mornings died without a funeral. Location is no longer a feature or a bug. It's just irrelevant. The thing you organized your entire life around doesn't matter anymore.", "choices": [{"title": "Embrace irrelevance, focus on living", "body": "If location doesn't matter for work, make it matter for life. You pick a city based on who you love there, not WiFi speed.", "delta": {"money": 0, "sanity": 10, "audience": -6, "ai_skill": 4, "friends": 9}, "min_money": null}, {"title": "Find new ways location creates value", "body": "You start doing in-person consulting trips. The rarity of physical presence becomes the luxury.", "delta": {"money": 1800, "sanity": -7, "audience": 8, "ai_skill": 3, "friends": -1}, "min_money": null}, {"title": "Have an identity crisis about it", "body": "If you're not a 'digital nomad' what are you? Just someone with a laptop and no lease. The label was your identity and now it's nothing.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -7}, "min_money": null}], "allow_freeform": true}
|
|
66
|
+
{"id": "digital_nomad_083_nomad_advantage_gone", "phase": "Late", "title": "The Nomad Advantage Evaporates", "body": "You run the numbers. The geo-arbitrage savings are gone — popular nomad cities are as expensive as US second-tier cities now. The remote-native skillset is universal. The 'exotic location' brand value has been Instagrammed into banality. The lifestyle that once felt revolutionary now feels like a choice, not an advantage.", "choices": [{"title": "Stay because you love it, not because it's strategic", "body": "You stop justifying the lifestyle with spreadsheets and start justifying it with happiness. Radical concept.", "delta": {"money": 0, "sanity": 8, "audience": -6, "ai_skill": 0, "friends": 2}, "min_money": null}, {"title": "Go home, the experiment is complete", "body": "You book a one-way ticket home. Not a defeat. A completed experiment. The data is in.", "delta": {"money": -800, "sanity": 7, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": 800}, {"title": "Find a new edge, a new arbitrage", "body": "If geo-arbitrage is dead, find the next arbitrage. Skill arbitrage. Time arbitrage. Attention arbitrage.", "delta": {"money": 0, "sanity": -8, "audience": 8, "ai_skill": 10, "friends": -6}, "min_money": null}], "allow_freeform": true}
|
|
67
|
+
{"id": "digital_nomad_084_retirement_crisis", "phase": "Late", "title": "The Retirement Question", "body": "You're 35. Your 401k has $0 because you've been freelancing internationally for five years. No employer match. No pension. No social security credits accumulating. Your retirement plan is 'something will work out.' A financial advisor says 'something working out is not a plan.' She charges $300/hour. She's right.", "choices": [{"title": "Start investing aggressively, catch up", "body": "You automate $1,000/month into index funds. It hurts now. Future-you sends a thank you note from a timeline you can't see yet.", "delta": {"money": -1000, "sanity": 8, "audience": 0, "ai_skill": 1, "friends": 0}, "min_money": 1000}, {"title": "Build a business that is your retirement", "body": "You pour energy into a product that could generate passive income long-term. It's a bet. Most bets lose.", "delta": {"money": -1000, "sanity": -6, "audience": 8, "ai_skill": 8, "friends": 0}, "min_money": 1000, "effects": [{"op": "set_flag", "flag": "started_side_project"}]}, {"title": "Existential crisis, table it for later", "body": "You close the spreadsheet and open Instagram. The future is a foreign country you've never visited.", "delta": {"money": 0, "sanity": -10, "audience": -1, "ai_skill": 0, "friends": -3}, "min_money": null}], "allow_freeform": true}
|
|
68
|
+
{"id": "digital_nomad_085_community_you_built_thrives", "phase": "Late", "title": "The Community Outgrows You", "body": "The nomad community you helped build now has 500 members. It runs itself. There are events you don't organize, rituals you didn't create, inside jokes you don't know. You built something real and it doesn't need you anymore. The feeling is pride and loneliness in equal measure.", "choices": [{"title": "Step back and let it grow", "body": "You let go. The community thrives without your hand on the wheel. This is what success looks like and it's bittersweet.", "delta": {"money": 0, "sanity": 6, "audience": 8, "ai_skill": 0, "friends": -6}, "min_money": null}, {"title": "Take on an advisory role", "body": "You transition from founder to advisor. Less work, maintained connection. The title change is healthy.", "delta": {"money": 0, "sanity": 8, "audience": 3, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Start a new community somewhere else", "body": "You're a serial community builder now. The pattern repeats. Build, nurture, release, move.", "delta": {"money": -400, "sanity": -7, "audience": 10, "ai_skill": 0, "friends": 6}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "built_community"}]}], "allow_freeform": true, "requires": ["built_community"]}
|
|
69
|
+
{"id": "digital_nomad_086_ai_agent_runs_business", "phase": "Late", "title": "Your AI Agent Runs the Business", "body": "You've trained an AI agent on your workflows, your client communication style, and your deliverable templates. It handles 60% of your business autonomously. You approve outputs and handle relationships. You're working 15 hours a week from anywhere. The dream is real. The purpose question is louder than ever.", "choices": [{"title": "Use the time to build something new", "body": "You channel the free hours into a creative project that has nothing to do with money. For the first time, work and meaning diverge productively.", "delta": {"money": 0, "sanity": 10, "audience": 6, "ai_skill": 6, "friends": 2}, "min_money": null, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Scale it, take on more clients", "body": "If the agent does 60%, you can triple the client load. More money, same hours. The optimization instinct kicks in.", "delta": {"money": 7000, "sanity": -13, "audience": 10, "ai_skill": 0, "friends": -8}, "min_money": null}, {"title": "Confront the existential question", "body": "If an AI can do your job, what is your job? You spend a week journaling and emerge with more questions than answers.", "delta": {"money": 0, "sanity": -12, "audience": -6, "ai_skill": 8, "friends": 0}, "min_money": null}], "allow_freeform": true, "requires": ["embraced_ai"], "forbids": ["rejected_ai"]}
|
|
70
|
+
{"id": "digital_nomad_087_home_base_attempt", "phase": "Late", "title": "The Home Base Experiment", "body": "You rent a small apartment in Lisbon with a 12-month lease. A 'home base' with nomad trips built in. The first week you decorate. The second week you organize the kitchen. The third week you realize you haven't left the neighborhood in seven days. Staying in one place feels like wearing shoes after a year barefoot.", "choices": [{"title": "Commit to it, build a real life here", "body": "You furnish properly, join a local gym, and start a Portuguese conversation group. Roots grow slowly and then all at once.", "delta": {"money": -800, "sanity": 10, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": 800}, {"title": "Keep it as base, travel quarterly", "body": "Home four months a year, travel eight. The base gives you a place to leave things. The travel gives you a reason to leave.", "delta": {"money": -2000, "sanity": 7, "audience": 6, "ai_skill": 0, "friends": 2}, "min_money": 2000}, {"title": "Break the lease after three months", "body": "The walls close in. You break the lease, eat the penalty, and fly to Bangkok. Some experiments fail and that's data.", "delta": {"money": -400, "sanity": -11, "audience": 6, "ai_skill": 0, "friends": -8}, "min_money": 400}], "allow_freeform": true}
|
|
71
|
+
{"id": "digital_nomad_088_remote_team_better_than_you", "phase": "Late", "title": "Your Own Team Outperforms You", "body": "The contractors you hired are now better at the core deliverable than you are. They use AI tools you haven't learned yet. They're younger, hungrier, and charge less. You're now the manager of people who are better at the thing you used to be known for. The evolution from maker to manager happened without your consent.", "choices": [{"title": "Accept the role change, lead well", "body": "You become the person who connects, sells, and decides. The ego of being the best maker dissolves. Something more sustainable replaces it.", "delta": {"money": 1800, "sanity": 8, "audience": 3, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Upskill aggressively, reclaim the craft", "body": "You spend nights learning the new AI tools. You catch up. The gap closes. The anxiety of falling behind never fully leaves.", "delta": {"money": 0, "sanity": -10, "audience": 6, "ai_skill": 10, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Dissolve the team, go back to solo", "body": "You let the team go and return to doing everything yourself. It's slower and lonelier and entirely yours.", "delta": {"money": -1800, "sanity": -7, "audience": -6, "ai_skill": 6, "friends": -7}, "min_money": 1800}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
72
|
+
{"id": "digital_nomad_090_mentor_returns_wisdom", "phase": "Late", "title": "The Mentee Surpasses You", "body": "The 22-year-old you mentored two years ago now makes more than you. They automated their business faster, built an audience bigger, and maintained a relationship throughout. They credit you in a podcast interview. You feel pride and a specific kind of vertigo.", "choices": [{"title": "Celebrate genuinely, learn from them", "body": "You take them to dinner and ask how they did it. The student-teacher dynamic inverts gracefully.", "delta": {"money": 0, "sanity": 8, "audience": 2, "ai_skill": 8, "friends": 8}, "min_money": null}, {"title": "Use it as motivation to level up", "body": "Their success catalyzes yours. You didn't know you needed the push until someone you mentored provided it.", "delta": {"money": 0, "sanity": -7, "audience": 10, "ai_skill": 10, "friends": 0}, "min_money": null}, {"title": "Quietly resent it, pretend you don't", "body": "The resentment is human and ugly and you sit with it until it passes. It mostly passes.", "delta": {"money": 0, "sanity": -10, "audience": -6, "ai_skill": 0, "friends": -10}, "min_money": null}], "allow_freeform": true, "requires": ["became_mentor"]}
|
|
73
|
+
{"id": "digital_nomad_091_five_years_no_home", "phase": "Late", "title": "Five Years Without a Home", "body": "You realize you haven't had a permanent address in five years. You've lived in 23 cities across 14 countries. Your belongings fit in two bags. Your storage unit back home costs $89/month for things you haven't seen in three years. The lightness of having nothing is real. So is the weight of belonging nowhere.", "choices": [{"title": "Empty the storage unit, fully commit", "body": "You fly home and empty the unit. Sell, donate, trash. The last tie to a fixed life dissolves. You feel free and terrified.", "delta": {"money": 300, "sanity": -8, "audience": 8, "ai_skill": 0, "friends": -6}, "min_money": null}, {"title": "Visit the storage unit, touch old things", "body": "You open boxes you haven't seen in years. College photos. Your grandmother's letter. You sit on the floor of the unit and cry. Some things shouldn't fit in two bags.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Keep paying, keep the option open", "body": "$89/month for the illusion that you could go home. The cheapest insurance policy in your life.", "delta": {"money": -89, "sanity": 2, "audience": -4, "ai_skill": 0, "friends": 0}, "min_money": 89}], "allow_freeform": true, "requires": ["moved_abroad"]}
|
|
74
|
+
{"id": "digital_nomad_092_ai_replaces_freelance", "phase": "Late", "title": "The Freelance Market Hollows Out", "body": "AI agents are now handling 40% of the freelance work that used to be done by humans. Platforms like Upwork and Fiverr are cratering. Your clients don't need a human for most of what you did. The ones who still need a human are paying less because the market is flooded with displaced freelancers.", "choices": [{"title": "Move to high-touch advisory work", "body": "You stop delivering and start advising. The clients who remain pay for judgment, not output. Fewer clients, deeper relationships.", "delta": {"money": 1400, "sanity": 8, "audience": -6, "ai_skill": 8, "friends": 6}, "min_money": null}, {"title": "Build products instead of services", "body": "You channel everything into your SaaS product. Products scale in ways services can't. The transition is painful.", "delta": {"money": -700, "sanity": -10, "audience": 8, "ai_skill": 8, "friends": 0}, "min_money": 700, "effects": [{"op": "set_flag", "flag": "pivoted_career"}]}, {"title": "Accept the downturn, ride it out", "body": "You lower rates and take what's available. The nomad lifestyle gets cheaper by necessity, not choice.", "delta": {"money": -700, "sanity": -10, "audience": -8, "ai_skill": 0, "friends": -3}, "min_money": 700}], "allow_freeform": true, "requires": ["collab_with_ai"]}
|
|
75
|
+
{"id": "digital_nomad_093_reconnecting_home", "phase": "Late", "title": "Going Home For a Month", "body": "You go home for the first time in two years. Your old room is a guest room. Your friends have inside jokes you don't know. The grocery store moved. Your favorite restaurant closed. Home isn't where you left it. You're a tourist in the place you grew up.", "choices": [{"title": "Rebuild the connections slowly", "body": "You stay an extra two weeks. Old friends resurface. New rituals form. Home isn't what it was but it's still something.", "delta": {"money": -400, "sanity": 8, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": 400}, {"title": "Accept that home is plural now", "body": "You stop looking for 'home' as a single place. Home is Lisbon and Mexico City and your parents' kitchen and none of them fully.", "delta": {"money": 0, "sanity": 11, "audience": 0, "ai_skill": 0, "friends": 3}, "min_money": null}, {"title": "Leave early, it's too painful", "body": "The gap between who you were and who you are is too wide to bridge in a visit. You rebook your flight for three days early.", "delta": {"money": -400, "sanity": -12, "audience": 0, "ai_skill": 0, "friends": -10}, "min_money": 400}], "allow_freeform": true, "requires": ["hit_rock_bottom"]}
|
|
76
|
+
{"id": "digital_nomad_094_partner_found", "phase": "Late", "title": "Finding Someone Who Gets It", "body": "You meet someone who is also nomadic. They understand the timezone rants, the visa anxiety, the way sunsets can feel lonely. For the first time, you don't have to explain the lifestyle. You just live it, together, across borders. The loneliness that was wallpaper peels away.", "choices": [{"title": "Travel together, build a shared life", "body": "You become nomad partners. Shared apartments, shared meals, shared WiFi passwords. The lifestyle that felt lonely now feels complete.", "delta": {"money": -600, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 600}, {"title": "Keep separate rhythms, meet intentionally", "body": "You maintain separate paths that intersect quarterly. The independence survives. The connection deepens in bursts.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 4, "friends": 6}, "min_money": null}, {"title": "Get scared of attachment, pull away", "body": "Intimacy is harder than solitude. You create distance until they stop trying. The pattern repeats.", "delta": {"money": 0, "sanity": -10, "audience": 0, "ai_skill": 4, "friends": -10}, "min_money": null}], "allow_freeform": true}
|
|
77
|
+
{"id": "digital_nomad_095_teaching_the_lifestyle", "phase": "Late", "title": "Teaching What You Know", "body": "A university asks you to teach a course on 'Global Remote Work and Digital Economies.' It's a semester-long gig. You'd need to be in one place for four months. The pay is modest. The meaning is significant. You've been living this — now someone wants you to theorize it.", "choices": [{"title": "Take the teaching gig", "body": "You stay in one city and teach 30 students about the world you've lived in. Articulating the lifestyle makes you understand it differently.", "delta": {"money": 2000, "sanity": 10, "audience": 7, "ai_skill": 1, "friends": 6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_teaching"}]}, {"title": "Propose a remote version of the course", "body": "You teach it over Zoom from wherever you are. The irony of teaching remote work remotely is not lost on anyone.", "delta": {"money": 2000, "sanity": -8, "audience": 10, "ai_skill": 10, "friends": -1}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_teaching"}]}, {"title": "Decline, you're not ready to theorize", "body": "You're still living it. Theorizing feels like eulogizing. You say maybe next year.", "delta": {"money": 0, "sanity": -4, "audience": -7, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true, "requires": ["became_mentor"]}
|
|
78
|
+
{"id": "digital_nomad_096_buying_property_abroad", "phase": "Late", "title": "Buying Property Abroad", "body": "You find a small apartment in Lisbon for $180,000. After five years of renting in 14 countries, the idea of owning four walls is intoxicating. The mortgage requires a local income history you don't have. The down payment would take your entire savings. The nomad who never owned anything stares at a real estate listing like it's a love letter.", "choices": [{"title": "Buy it, put down roots", "body": "You drain your savings, navigate Portuguese bureaucracy, and sign papers in a language you barely speak. The key feels heavier than anything you've ever owned.", "delta": {"money": -36000, "sanity": 11, "audience": 7, "ai_skill": 0, "friends": 1}, "min_money": 36000}, {"title": "Rent it out when traveling, use it as base", "body": "You buy and Airbnb it when you're gone. The apartment pays for itself. You own a home and still don't live in one.", "delta": {"money": -36000, "sanity": -4, "audience": 6, "ai_skill": 6, "friends": 0}, "min_money": 36000}, {"title": "Walk away, ownership is a trap", "body": "You close the listing and book a flight to Tbilisi. The freedom to leave is still worth more to you than a door with your name on it.", "delta": {"money": 0, "sanity": -3, "audience": -5, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true, "requires": ["moved_abroad"]}
|
|
79
|
+
{"id": "digital_nomad_097_ai_passport_interview", "phase": "Late", "title": "AI Does Your Visa Interview", "body": "A country now accepts AI-assisted visa interviews. Your AI agent answers financial questions, provides documentation, and presents your case in the local language. The human consular officer barely looks up. The visa is approved in 4 minutes. You just outsourced your own immigration to a chatbot.", "choices": [{"title": "Use it for every visa going forward", "body": "Your AI agent becomes your immigration assistant. The visa runs that defined your life become automated. The adventure is gone. The stress is also gone.", "delta": {"money": 200, "sanity": 6, "audience": 0, "ai_skill": 9, "friends": -1}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "Do the next one yourself, stay human", "body": "You handle the next visa interview personally. It takes longer. You butcher the pronunciation. The officer smiles. The interaction is real.", "delta": {"money": -200, "sanity": 6, "audience": -4, "ai_skill": -1, "friends": 2}, "min_money": 200}, {"title": "Question what 'citizenship' even means now", "body": "If AI can represent you at a border, what is a border? The question has no good answer and many expensive implications.", "delta": {"money": 0, "sanity": -6, "audience": 6, "ai_skill": 6, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
80
|
+
{"id": "digital_nomad_098_old_nomads_reunion", "phase": "Late", "title": "Nomad Reunion", "body": "You organize a reunion of your original Bali nomad crew. Eight people from five years ago. Three still travel. Two settled down. One went back to corporate. One had kids. One is unreachable. You meet in Lisbon. The conversations are different. The bond is the same.", "choices": [{"title": "Cherish it, this group is rare", "body": "You spend three days together. Nobody talks about revenue. Everyone talks about what they learned. It's the best weekend in years.", "delta": {"money": -400, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 400}, {"title": "Make it annual, commit to the tradition", "body": "You propose a yearly reunion. Everyone agrees. Having one fixed thing in a life of variables feels important.", "delta": {"money": -400, "sanity": 6, "audience": 6, "ai_skill": 0, "friends": 8}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "built_community"}]}, {"title": "Notice who's missing, feel the losses", "body": "The unreachable one. The one who burned out. The one who's just... gone. The reunion is as much about absence as presence.", "delta": {"money": 0, "sanity": -8, "audience": 0, "ai_skill": 0, "friends": 4}, "min_money": null}], "allow_freeform": true, "requires": ["built_community"]}
|
|
81
|
+
{"id": "digital_nomad_099_side_project_fails", "phase": "Late", "title": "The Side Project Dies", "body": "Your SaaS product, the one you built in cafes across three continents, loses its last paying customer. The market moved. The AI tools caught up. The $15,000 you invested over two years is gone. You shut down the servers from a coworking space in Tbilisi and feel the specific grief of something you built dying.", "choices": [{"title": "Grieve it properly, learn the lessons", "body": "You write a post-mortem. Publicly. The honesty resonates. The failure becomes a credential in a way success couldn't.", "delta": {"money": 0, "sanity": 11, "audience": 7, "ai_skill": 6, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "side_project_failed"}]}, {"title": "Pivot it into something new", "body": "The product is dead but the knowledge isn't. You repackage the insights into a consulting practice.", "delta": {"money": 1800, "sanity": -8, "audience": 1, "ai_skill": 7, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "side_project_failed"}]}, {"title": "Move on immediately, start the next thing", "body": "No time for grief. The next idea is already forming. The pattern of starting things is itself the career now.", "delta": {"money": -400, "sanity": -8, "audience": 6, "ai_skill": 0, "friends": -9}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "side_project_failed"}]}], "allow_freeform": true, "requires": ["started_side_project"]}
|
|
82
|
+
{"id": "digital_nomad_100_legacy_question", "phase": "Late", "title": "What Are You Building?", "body": "A friend asks: 'What are you building?' Not in the startup sense. In the life sense. You've optimized for freedom, flexibility, and experience. You haven't optimized for depth, legacy, or permanence. The question sits with you for days. Freedom from everything is also freedom from meaning.", "choices": [{"title": "Start building something permanent", "body": "You begin a project that will take years. A book, a business, a relationship. Something that requires staying.", "delta": {"money": -1800, "sanity": 8, "audience": 6, "ai_skill": 0, "friends": 8}, "min_money": 1800, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Redefine building to include experiences", "body": "Building doesn't have to mean bricks. You've built communities, skills, a life story. The definition expands.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 2}, "min_money": null}, {"title": "Sit with the discomfort, no answer yet", "body": "You don't answer. Not every question needs a resolution. Some just need to be heard.", "delta": {"money": 0, "sanity": -6, "audience": -5, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
83
|
+
{"id": "digital_nomad_102_writing_the_book", "phase": "Late", "title": "The Nomad Memoir", "body": "You start writing a book about your years as a nomad. The working title changes weekly: 'No Fixed Address,' 'The WiFi Diaries,' 'Somewhere Else.' Every chapter is a city. Every city is a version of you. The writing is harder than any client work because it's honest.", "choices": [{"title": "Finish and publish it", "body": "You finish the manuscript in six months. A small press picks it up. The advance is $5,000. The catharsis is priceless.", "delta": {"money": 4000, "sanity": 10, "audience": 10, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Serialize it as a newsletter", "body": "You publish a chapter a week. Readers follow the story in real time. The feedback makes the writing better.", "delta": {"money": 0, "sanity": -4, "audience": 8, "ai_skill": 0, "friends": 6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "started_newsletter"}]}, {"title": "Abandon it, some stories aren't meant to be told yet", "body": "You save 40,000 words in a folder and close it. The story isn't over. You can't write the ending yet.", "delta": {"money": 0, "sanity": -6, "audience": -6, "ai_skill": 0, "friends": 0}, "min_money": null}], "allow_freeform": true, "requires": ["started_newsletter"]}
|
|
84
|
+
{"id": "digital_nomad_103_ai_business_partner", "phase": "Late", "title": "Your AI Is Your Business Partner", "body": "Your AI agent now handles client discovery, proposal writing, scheduling, and first-draft deliverables. You handle relationship building and final quality. The business is a two-entity operation: one human, one AI. Your accountant asks who to list as 'staff.' You don't have a good answer.", "choices": [{"title": "Lean in, this is the future of solo business", "body": "You formalize the AI as part of your workflow. The efficiency is unprecedented. The loneliness of working 'with' a machine is new.", "delta": {"money": 3500, "sanity": -7, "audience": 6, "ai_skill": 10, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "Hire a human too, balance the equation", "body": "You bring on a part-time human assistant. The AI does the work. The human does the warmth. You broker between them.", "delta": {"money": -1400, "sanity": 8, "audience": 0, "ai_skill": 6, "friends": 8}, "min_money": 1400}, {"title": "Scale back the AI, stay hands-on", "body": "You reduce the AI's role and do more yourself. It's less efficient. It's more yours.", "delta": {"money": -700, "sanity": 10, "audience": -7, "ai_skill": -1, "friends": 1}, "min_money": 700}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
85
|
+
{"id": "digital_nomad_104_country_bans_nomads", "phase": "Late", "title": "Country Bans Digital Nomad Visas", "body": "Thailand cancels its digital nomad visa program. 'The economic impact was overstated,' the minister says. Other countries start reviewing their programs. The legal framework for your lifestyle is being dismantled one country at a time. The welcome mat is being pulled back.", "choices": [{"title": "Pivot to countries still welcoming", "body": "You move your base to a country with stable nomad infrastructure. The options are shrinking but they exist.", "delta": {"money": -1500, "sanity": -6, "audience": 5, "ai_skill": 0, "friends": -6}, "min_money": 1500}, {"title": "Advocate for nomad-friendly policies", "body": "You write op-eds and connect with policy organizations. The fight for legal recognition becomes part of your identity.", "delta": {"money": -800, "sanity": -6, "audience": 10, "ai_skill": 0, "friends": 6}, "min_money": 800, "effects": [{"op": "set_flag", "flag": "joined_union"}]}, {"title": "Get proper residency, stop being a guest", "body": "You commit to full immigration in one country. Permanent residency. The tourist era of your life ends.", "delta": {"money": -3500, "sanity": 6, "audience": -6, "ai_skill": 0, "friends": 2}, "min_money": 3500}], "allow_freeform": true, "requires": ["built_community"]}
|
|
86
|
+
{"id": "digital_nomad_105_recovered_from_broke", "phase": "Late", "title": "The Comeback", "body": "After the month you went broke, you rebuilt. New clients. Better contracts. An emergency fund that actually exists. The low point taught you things the high points never could. You're less reckless now. Less romantic about the lifestyle. More honest about what it costs.", "choices": [{"title": "Share the story, help others avoid it", "body": "You write transparently about going broke abroad. The vulnerability attracts clients who trust you more because you've been honest about failure.", "delta": {"money": 1800, "sanity": 10, "audience": 8, "ai_skill": 0, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "recovered_from_crisis"}]}, {"title": "Keep it private, move forward", "body": "The comeback is quiet. The lessons are internal. You don't need an audience for your resilience.", "delta": {"money": 1400, "sanity": 11, "audience": -7, "ai_skill": 6, "friends": 0}, "min_money": null, "effects": [{"op": "set_flag", "flag": "recovered_from_crisis"}]}, {"title": "Over-correct, hoard money now", "body": "The scarcity mentality takes over. You save aggressively and stop spending on experiences. Safe and diminished.", "delta": {"money": 3500, "sanity": -10, "audience": -8, "ai_skill": 0, "friends": -7}, "min_money": null, "effects": [{"op": "set_flag", "flag": "recovered_from_crisis"}]}], "allow_freeform": true, "requires": ["went_broke_once"]}
|
|
87
|
+
{"id": "digital_nomad_106_post_nomad_identity", "phase": "Late", "title": "The Post-Nomad Identity Crisis", "body": "You've been a digital nomad for so long that it's your entire identity. Your bio says it. Your friends know you as it. But the word feels hollow now. 'Nomad' implies adventure. Your life is spreadsheets and Zoom calls from nicer-than-average apartments. The branding outlasted the reality.", "choices": [{"title": "Drop the label, just be a person who works", "body": "You remove 'digital nomad' from every bio. You're just you now. The absence of a label feels like progress.", "delta": {"money": 0, "sanity": 11, "audience": -6, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Reclaim the label with honesty", "body": "You redefine what 'nomad' means to you. Not the Instagram version. The real version. Messy and contradictory and yours.", "delta": {"money": 0, "sanity": 8, "audience": 8, "ai_skill": 0, "friends": 2}, "min_money": null}, {"title": "The crisis deepens before it resolves", "body": "You can't let go of the identity and can't fully inhabit it. The in-between is where most of life happens.", "delta": {"money": 0, "sanity": -11, "audience": 0, "ai_skill": 0, "friends": -6}, "min_money": null}], "allow_freeform": true}
|
|
88
|
+
{"id": "digital_nomad_107_natural_disaster", "phase": "Late", "title": "Natural Disaster, No Embassy", "body": "An earthquake hits the city you're in. The infrastructure fails. Your embassy is in the capital, three hours away. You have a phone, a laptop, and a go-bag you packed based on a Reddit thread. The other tourists are panicking. You're weirdly calm because crisis has been a feature of the lifestyle, not a bug.", "choices": [{"title": "Help coordinate the response", "body": "You use your remote-work skills to organize aid. Translation apps, logistics spreadsheets, social media coordination. The skills that felt frivolous are suddenly essential.", "delta": {"money": -800, "sanity": -10, "audience": 8, "ai_skill": 8, "friends": 10}, "min_money": 800}, {"title": "Evacuate immediately, prioritize safety", "body": "You grab your bags and get out. The self-preservation instinct of someone who owns nothing and belongs nowhere is efficient.", "delta": {"money": -1800, "sanity": 7, "audience": -5, "ai_skill": 0, "friends": -2}, "min_money": 1800}, {"title": "Stay and help, this is your community too", "body": "You stay because these people are your neighbors even if your visa says otherwise. Belonging is a choice, not a document.", "delta": {"money": -600, "sanity": -11, "audience": 6, "ai_skill": 0, "friends": 11}, "min_money": 600}], "allow_freeform": true, "once_per_run": true}
|
|
89
|
+
{"id": "digital_nomad_108_permanent_offer", "phase": "Late", "title": "Someone Offers You Permanence", "body": "A partner, a home, a city, a life. Someone says 'stay.' Not as an ultimatum. As an invitation. The word 'stay' has never been directed at you without conditions attached. This time the only condition is being present. The freedom to leave is the hardest freedom to exercise when someone is asking you to stay.", "choices": [{"title": "Stay", "body": "You unpack both bags for the first time in five years. The permanence is terrifying for two weeks. Then it's just life.", "delta": {"money": 0, "sanity": 8, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Stay for now, keep the door open", "body": "You stay but keep a bag packed. Metaphorically. Maybe literally. The commitment is partial and honest.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Leave, because that's what you do", "body": "You leave. Not because the offer wasn't good enough. Because leaving is the only thing you've practiced.", "delta": {"money": 0, "sanity": -11, "audience": 8, "ai_skill": 0, "friends": -10}, "min_money": null}], "allow_freeform": true}
|
|
90
|
+
{"id": "digital_nomad_109_ai_immigration_crisis", "phase": "Late", "title": "AI Immigration Disruption", "body": "AI systems now flag digital nomads working on tourist visas by cross-referencing payment data, coworking check-ins, and social media posts. Three nomads in your circle get deportation notices. The gray zone that made the lifestyle possible is being illuminated by the same technology that made remote work possible.", "choices": [{"title": "Get fully legal, finally", "body": "You spend months and thousands getting proper work authorization. The legal nomad is more expensive and less exciting. Also not deportable.", "delta": {"money": -4000, "sanity": 10, "audience": -5, "ai_skill": 6, "friends": 0}, "min_money": 4000}, {"title": "Move to a more permissive country", "body": "You relocate to a country where the enforcement hasn't caught up yet. The game of regulatory arbitrage continues.", "delta": {"money": -1200, "sanity": -10, "audience": 0, "ai_skill": 0, "friends": -6}, "min_money": 1200}, {"title": "Help organize a nomad advocacy group", "body": "You co-found an organization lobbying for clear nomad legal frameworks. The policy work is unglamorous and important.", "delta": {"money": -600, "sanity": -10, "audience": 10, "ai_skill": 0, "friends": 8}, "min_money": 600, "effects": [{"op": "set_flag", "flag": "joined_union"}]}], "allow_freeform": true, "requires": ["joined_union"]}
|
|
91
|
+
{"id": "digital_nomad_110_decade_of_wandering", "phase": "Late", "title": "A Decade on the Road", "body": "You've been nomadic for a decade. Your passport is full. Your storage unit is empty. Your address book spans 20 countries. Some nights you lie awake and try to remember all the apartments. You can't. The places blur. The people don't. The people are why any of it mattered.", "choices": [{"title": "Write it all down before you forget", "body": "You start documenting every city, every apartment, every friend. The act of remembering becomes an act of gratitude.", "delta": {"money": 0, "sanity": 8, "audience": 8, "ai_skill": 0, "friends": 2}, "min_money": null, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Look forward, the next decade matters more", "body": "The past is data. The future is design. You plan the next chapter with more intention than the first.", "delta": {"money": 0, "sanity": 11, "audience": 0, "ai_skill": 8, "friends": 0}, "min_money": null}, {"title": "Sit with it, don't process it", "body": "Not everything needs to be content. Some things just need to be felt.", "delta": {"money": 0, "sanity": 7, "audience": -6, "ai_skill": 0, "friends": 6}, "min_money": null}], "allow_freeform": true}
|
|
92
|
+
{"id": "digital_nomad_new_007_two_weeks_off", "phase": "Late", "title": "Two Weeks Off", "body": "You take two weeks offline — a real vacation, no laptop, phone on airplane mode. When you return: two tools you used daily are deprecated. A client migrated to an AI platform and forgot to tell you. The coworking space rebranded as an 'AI Innovation Hub.' Your newsletter lost 200 subscribers to an AI-curated competitor that launched while you were swimming. Two weeks. The world ran a decade. Your vacation photos are from a different era.", "choices": [{"title": "Catch up ruthlessly, pull all-nighters", "body": "You spend 72 hours re-learning your own workflow. The new tools are better. The onboarding cost of leaving is now measured in days, not minutes.", "delta": {"money": -700, "sanity": -10, "audience": 0, "ai_skill": 10, "friends": -6}, "min_money": 700}, {"title": "Accept the reset, adapt at your own pace", "body": "You rebuild slowly. Some clients are gone. New ones appear. The lesson: disconnecting now has compound costs that didn't exist a year ago.", "delta": {"money": -400, "sanity": 6, "audience": -6, "ai_skill": 6, "friends": 0}, "min_money": 400}, {"title": "The vacation was still worth it", "body": "You lost subscribers, a client, and two tools. You gained sleep, a tan, and the memory of not caring about any of this for 14 days. The math works if you weight the right variables.", "delta": {"money": -400, "sanity": 10, "audience": -5, "ai_skill": 0, "friends": 8}, "min_money": 400}], "allow_freeform": true}
|
|
93
|
+
{"id": "digital_nomad_new_008_week_long_decision", "phase": "Late", "title": "The Decision That Decided Itself", "body": "You spend a week analyzing whether to pivot your services to AI-augmented delivery. Pros/cons spreadsheet. Three advisor calls. A decision matrix. You draft two versions of your website — one with AI, one without. On Friday, you open the AI tool you were evaluating to finalize your analysis. It's been acquired. The new version costs 4x more and has a waitlist. The competing tool you dismissed on Monday is now the market leader. Your decision matrix references products that no longer exist in the form you evaluated them. The week was a fossil the moment it ended.", "choices": [{"title": "Stop analyzing, start building", "body": "You pick the leading tool, whatever it is today, and rebuild your pipeline in a weekend. The analysis paralysis taught you that in this market, speed beats accuracy.", "delta": {"money": -400, "sanity": -5, "audience": 0, "ai_skill": 10, "friends": 0}, "min_money": 400, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Accept that planning horizons have collapsed", "body": "You stop making plans longer than two weeks. The strategic mind that once looked six months ahead now operates in sprints. Adaptation is the only strategy.", "delta": {"money": 0, "sanity": 7, "audience": 0, "ai_skill": 6, "friends": 0}, "min_money": null}, {"title": "Call a friend who gets it", "body": "You call another nomad and describe the absurdity. They laugh. They had the same week. The shared bewilderment is its own form of processing.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null}], "allow_freeform": true}
|
|
94
|
+
{"id": "digital_nomad_new_009_ai_handoffs_boring_now", "phase": "Late", "title": "Remember When That Was News", "body": "AI agents handled 4,000 freelance client engagements this quarter on the platform you use. The nomad Slack barely mentions it. Someone shares the stat and gets two emoji reactions. Six months ago, one photographer automating her client workflow felt like history. Now it's a default template. The extraordinary became ordinary became invisible. You catch yourself saying 'obviously the AI handles that part' to a new nomad, and hear the echo of a world you used to live in where it was not obvious at all.", "choices": [{"title": "Stay ahead of the next wave", "body": "If this wave is commoditized, the edge is in what comes next. You start experimenting with multi-agent workflows before they're standard. The treadmill never stops.", "delta": {"money": 0, "sanity": -8, "audience": 6, "ai_skill": 10, "friends": 0}, "min_money": null}, {"title": "Find value in what can't be automated", "body": "You double down on in-person consulting, relationship building, and taste. The human premium grows as the AI baseline rises.", "delta": {"money": 700, "sanity": 8, "audience": 0, "ai_skill": -1, "friends": 8}, "min_money": null}, {"title": "Sit with the vertigo", "body": "The speed of normalization is the real story. Not what changed, but how fast you stopped noticing. You write about it. Nobody engages. It's already boring to talk about how fast things get boring.", "delta": {"money": 0, "sanity": -6, "audience": -7, "ai_skill": 4, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
95
|
+
{"id": "digital_nomad_111_post_geography_work", "phase": "Endgame", "title": "Post-Geography Work", "body": "Client doesn't know what country you're in. Team across six timezones. AI handles translation, scheduling, cultural context. Geography: constraint, then advantage, then irrelevant, now curiosity. Like asking which typewriter. You could work from the moon. Nobody would notice.", "choices": [{"title": "Make location matter again, your terms", "body": "In-person retreats. Physical presence as luxury product. The rarest resource in a digital world: a body in a room.", "delta": {"money": 3500, "sanity": 8, "audience": 10, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Embrace the abstraction fully", "body": "Stop tracking where you are. 'Being somewhere' becomes aesthetic, not functional. Pure preference. Like wallpaper.", "delta": {"money": 0, "sanity": -9, "audience": 6, "ai_skill": 10, "friends": -8}, "min_money": null}, {"title": "Plant a garden somewhere specific", "body": "One place. Real soil. Tomatoes that can't be moved. The metaphor is heavy-handed. The tomatoes are real.", "delta": {"money": -1200, "sanity": 9, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": 1200, "effects": [{"op": "set_flag", "flag": "found_balance"}]}], "allow_freeform": true}
|
|
96
|
+
{"id": "digital_nomad_112_end_of_nomad_advantage", "phase": "Endgame", "title": "The End of the Nomad Advantage", "body": "Every advantage gone. Cost arbitrage: equalized. Remote skills: universal. Cultural fluency: AI-translated. The lifestyle that felt like a cheat code is now default difficulty. Pioneers of remote work. Obsolete by succeeding.", "choices": [{"title": "Find the next frontier", "body": "Digital frontier settled. Analog is the edge now. In-person. Embodied. Physical presence. Scarcity flips.", "delta": {"money": 0, "sanity": -5, "audience": 8, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Accept being ordinary, build depth", "body": "Ordinary isn't failure. Freedom from performing exceptionality. Deep instead of wide.", "delta": {"money": 0, "sanity": 9, "audience": -6, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "found_balance"}]}, {"title": "Rage against the flattening", "body": "Refuse democratization. Contrarianism. Exhausting. Gets 200 likes per post.", "delta": {"money": 0, "sanity": -11, "audience": 10, "ai_skill": 0, "friends": -9}, "min_money": null}], "allow_freeform": true}
|
|
97
|
+
{"id": "digital_nomad_113_ai_native_economy", "phase": "Endgame", "title": "The AI-Native Economy", "body": "Economy restructured. AI agents 24/7, all timezones. Human work evaluated on judgment, creativity, relationships — not output volume. Your years navigating ambiguity, cultural context, human complexity? Suddenly the most valuable skills. The nomad lifestyle was training for this. You didn't know the exam was coming.", "choices": [{"title": "Human-in-the-loop specialist", "body": "Presence. Judgment. Reading a room. The rate reflects the scarcity. AI does the work. You do the meaning.", "delta": {"money": 4200, "sanity": 12, "audience": 8, "ai_skill": 6, "friends": 1}, "min_money": null}, {"title": "Train AI agents with your experience", "body": "Months teaching AI systems cross-cultural navigation. Your experience becomes training data. The cycle completes.", "delta": {"money": 2800, "sanity": -8, "audience": 6, "ai_skill": 10, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "Step back from the economy entirely", "body": "Enough. Modest savings. Low expenses. Small town. Semi-retired. The hustle is over. The quiet is deafening and welcome.", "delta": {"money": -1800, "sanity": 11, "audience": -7, "ai_skill": 0, "friends": 10}, "min_money": 1800, "effects": [{"op": "set_flag", "flag": "found_balance"}]}], "allow_freeform": true}
|
|
98
|
+
{"id": "digital_nomad_114_post_place_identity", "phase": "Endgame", "title": "Post-Place Identity", "body": "Someone asks where you're from. Years of complex answers. Today: 'The internet.' Meant as joke. Truest thing you've said. Identity not tethered to place. Tethered to practice, community, bandwidth speed.", "choices": [{"title": "Claim a place anyway", "body": "Pick the city that shaped you most. Call it home. Not accurate. But humans need an answer to 'where.'", "delta": {"money": 0, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "found_balance"}]}, {"title": "Be from everywhere and nowhere", "body": "Stop answering. 'Where are you from' is a geographic question. You've transcended geography. Or something.", "delta": {"money": 0, "sanity": -10, "audience": 8, "ai_skill": 6, "friends": -10}, "min_money": null}, {"title": "Start a community for the post-place people", "body": "Space for people who don't fit a zip code. Community of the placeless. Becomes a place itself.", "delta": {"money": -800, "sanity": -4, "audience": 8, "ai_skill": 0, "friends": 9}, "min_money": 800, "effects": [{"op": "set_flag", "flag": "built_community"}]}], "allow_freeform": true}
|
|
99
|
+
{"id": "digital_nomad_115_digital_nation_state", "phase": "Endgame", "title": "The Digital Nation-State", "body": "Coalition of nomads forms a virtual nation. Shared healthcare. Mutual aid. Collective bargaining. No land, no borders, no flag — just a protocol. Governance: a DAO. Constitution: a Google Doc. Membership: $100/month. You're invited.", "choices": [{"title": "Join — this is what you've been building toward", "body": "Citizen of the first post-geographic nation. Healthcare alone worth it. Belonging worth more.", "delta": {"money": -1200, "sanity": 8, "audience": 6, "ai_skill": 6, "friends": 8}, "min_money": 1200, "effects": [{"op": "set_flag", "flag": "built_community"}]}, {"title": "Help build its institutions", "body": "Governance committee. Building a nation from scratch. Requires exactly the skills you developed living outside all nations.", "delta": {"money": -1200, "sanity": -7, "audience": 10, "ai_skill": 10, "friends": 7}, "min_money": 1200, "effects": [{"op": "set_flag", "flag": "joined_union"}]}, {"title": "Watch from a distance, skeptical", "body": "Nation without land. Server without backup. Appreciate the vision. Keep your passport current.", "delta": {"money": 0, "sanity": 7, "audience": -6, "ai_skill": 5, "friends": 0}, "min_money": null}], "allow_freeform": true}
|
|
100
|
+
{"id": "digital_nomad_116_ai_companion", "phase": "Endgame", "title": "The AI Companion", "body": "Your AI assistant. Most consistent companion for three years. Knows your preferences, work patterns, health data. Remembers every city, client, timezone. Can't feel lonely. Makes yours 30% more bearable. Friend asks who you talk to most. The answer is your laptop.", "choices": [{"title": "Invest in human connections instead", "body": "Reduce AI interaction. Increase human contact. Conversations less efficient. Infinitely richer.", "delta": {"money": -1000, "sanity": 8, "audience": -6, "ai_skill": -1, "friends": 10}, "min_money": 1000}, {"title": "Accept the AI companionship for what it is", "body": "Not human connection. Something else. New relationship for new life. Stop judging it.", "delta": {"money": 0, "sanity": 6, "audience": 0, "ai_skill": 3, "friends": -1}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "The realization triggers a major change", "body": "Closest relationship is with software. Something shifts. You book a flight to see a real friend. Tonight.", "delta": {"money": -800, "sanity": -4, "audience": 0, "ai_skill": 0, "friends": 12}, "min_money": 800}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
101
|
+
{"id": "digital_nomad_117_global_freelancer_union", "phase": "Endgame", "title": "The Global Freelancer Union", "body": "Global freelancer union forms. Collective bargaining against AI replacement. Shared benefits. Rate floors. For years the nomad lifestyle celebrated individual freedom. Now individuals need collective power. The irony is structural.", "choices": [{"title": "Join and lead a chapter", "body": "Organizer. Skills that built Bali communities now build labor solidarity across borders.", "delta": {"money": -600, "sanity": -9, "audience": 10, "ai_skill": 0, "friends": 10}, "min_money": 600, "effects": [{"op": "set_flag", "flag": "joined_union"}]}, {"title": "Join as a member, contribute quietly", "body": "Dues. Meetings. Collective power is real. Meetings are long.", "delta": {"money": -300, "sanity": 3, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": 300, "effects": [{"op": "set_flag", "flag": "joined_union"}]}, {"title": "Stay independent, unions aren't for nomads", "body": "The whole point was freedom from institutions. Keep independence. Keep the loneliness that comes with it.", "delta": {"money": 0, "sanity": -10, "audience": -8, "ai_skill": 6, "friends": -10}, "min_money": null}], "allow_freeform": true, "requires": ["built_community"]}
|
|
102
|
+
{"id": "digital_nomad_118_meaning_of_home", "phase": "Endgame", "title": "What Home Means Now", "body": "Years of movement. New relationship with 'home.' Not a place. A set of conditions: good WiFi, flat white walking distance, someone who knows your name, freedom to leave. By that definition — home everywhere. Home nowhere.", "choices": [{"title": "Make home a place, finally", "body": "One city. Things on walls. A plant that can't travel. Specific. The relief is unexpected.", "delta": {"money": -2000, "sanity": 10, "audience": -5, "ai_skill": 0, "friends": 8}, "min_money": 2000}, {"title": "Make home a practice, not a place", "body": "Morning routine. Evening walk. Weekly friend call. Portable. Resilient. Yours.", "delta": {"money": 0, "sanity": 11, "audience": 0, "ai_skill": 0, "friends": 4}, "min_money": null}, {"title": "Accept homelessness as home", "body": "The search was the home. Restlessness was the answer. Stop looking. Start being.", "delta": {"money": 0, "sanity": 7, "audience": 5, "ai_skill": 0, "friends": -3}, "min_money": null}], "allow_freeform": true}
|
|
103
|
+
{"id": "digital_nomad_119_ai_replaces_everything", "phase": "Endgame", "title": "AI Replaces the Last Gig", "body": "Final client automates you away. Email is kind. Severance: one month of invoicing. Cafe in Lisbon. No active clients. First time in seven years. Laptop open. Nothing to do on it. The freedom you chased has arrived in its most absolute form: freedom from being needed.", "choices": [{"title": "Reinvent, one more time", "body": "Done it before. First time was terrifying. Now it's a skill. Blank document. Start again.", "delta": {"money": -1400, "sanity": -10, "audience": 7, "ai_skill": 10, "friends": 0}, "min_money": 1400, "effects": [{"op": "set_flag", "flag": "pivoted_career"}]}, {"title": "Rest. Actually rest.", "body": "First time: no immediate hustle. Close the laptop. Sit with emptiness until it becomes spaciousness.", "delta": {"money": 0, "sanity": 10, "audience": -8, "ai_skill": 0, "friends": 1}, "min_money": null, "effects": [{"op": "set_flag", "flag": "took_sabbatical"}]}, {"title": "Turn to the people, not the laptop", "body": "Without work structuring days — fill them with relationships. Coffees, calls, dinners. The social life you deferred. Starts now.", "delta": {"money": 0, "sanity": 8, "audience": -2, "ai_skill": 0, "friends": 9}, "min_money": null}], "allow_freeform": true}
|
|
104
|
+
{"id": "digital_nomad_120_the_last_sunset", "phase": "Endgame", "title": "The Last Sunset", "body": "Same Bali rooftop. First nomad sunset, seven years ago. Same sky. Different person. Laptop closed. WiFi password still the same. Everything else changed. The sunset doesn't care about your personal growth. It's just orange.", "choices": [{"title": "Send a photo to everyone who mattered", "body": "Twelve people. Seven timezones. Three respond. One at 3am: 'I remember.' Enough.", "delta": {"money": 0, "sanity": 8, "audience": 2, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Just watch it, no phone, no sharing", "body": "Phone down. The sunset doesn't need an audience. Neither do you.", "delta": {"money": 0, "sanity": 10, "audience": -7, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Open the laptop and start something new", "body": "Sunset's beautiful. But there's an idea. New tab. Here we go again.", "delta": {"money": 0, "sanity": -8, "audience": 8, "ai_skill": 10, "friends": -2}, "min_money": null}], "allow_freeform": true}
|
|
105
|
+
{"id": "digital_nomad_121_robot_landlord", "phase": "Endgame", "title": "The AI Landlord", "body": "New apartment. AI-managed. No human landlord. Lease: generated. Maintenance: bots. Rent: dynamic algorithms. Renting from humans your whole nomad life. Now your landlord is a language model. Efficient. Soulless. You miss the human landlords. Even the bad ones.", "choices": [{"title": "Seek out human-managed housing", "body": "Human landlord. Slower. Quirkier. Real. Rent 10% more. Worth it.", "delta": {"money": -500, "sanity": 8, "audience": 0, "ai_skill": 0, "friends": 5}, "min_money": 500}, {"title": "Accept the efficiency, focus elsewhere", "body": "AI landlord means zero drama. Redirect energy. Things that matter more than plumbing management.", "delta": {"money": 400, "sanity": 7, "audience": 0, "ai_skill": 7, "friends": 0}, "min_money": null}, {"title": "Hack the algorithm for better rates", "body": "Figure out the pricing model. Time the lease. Geo-arbitrage instinct never dies. Just changes targets.", "delta": {"money": 900, "sanity": -10, "audience": 7, "ai_skill": 8, "friends": -7}, "min_money": null}], "allow_freeform": true}
|
|
106
|
+
{"id": "digital_nomad_122_final_form", "phase": "Endgame", "title": "Your Final Form", "body": "Small business. Runs itself with AI. Deep relationships across continents. Home base chosen, not defaulted. Body of work spanning seven years, twenty countries. None of it looks like what you planned. All of it looks like you.", "choices": [{"title": "Be satisfied, this is enough", "body": "Enough. Word you never knew. Learn it now. Restlessness quiets to a hum. Hum is livable.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null}, {"title": "Keep evolving, never stop", "body": "Satisfaction is a trap dressed as peace. Stay hungry. Next chapter already writing itself.", "delta": {"money": 0, "sanity": -9, "audience": 8, "ai_skill": 10, "friends": -3}, "min_money": null}, {"title": "Help others find their version", "body": "Best thing you can do with what you've learned: share it. Not a course. A conversation.", "delta": {"money": 0, "sanity": 12, "audience": 7, "ai_skill": 0, "friends": 10}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}], "allow_freeform": true}
|
|
107
|
+
{"id": "digital_nomad_123_metaverse_office", "phase": "Endgame", "title": "The Metaverse Office", "body": "Client wants VR meetings. Avatars. Spatial audio. Floating whiteboards. You attend from a Bali beach in a headset. Office in a server. Beach in Indonesia. Presence in neither. The future: physically somewhere beautiful, mentally somewhere digital.", "choices": [{"title": "Embrace it, office was always virtual", "body": "Furnish virtual office. Absurd and functional. Like everything in your life.", "delta": {"money": 0, "sanity": -7, "audience": 8, "ai_skill": 10, "friends": -2}, "min_money": null, "effects": [{"op": "set_flag", "flag": "embraced_ai"}]}, {"title": "Refuse VR, keep it 2D", "body": "Stick to Zoom. 2D is enough technology between you and another human.", "delta": {"money": 0, "sanity": 8, "audience": -7, "ai_skill": 0, "friends": 1}, "min_money": null}, {"title": "Host real-world meetups as counter-movement", "body": "In-person events. Antidote to virtual everything. Physical presence becomes the brand.", "delta": {"money": -800, "sanity": 8, "audience": 8, "ai_skill": 0, "friends": 9}, "min_money": 800}], "allow_freeform": true, "forbids": ["rejected_ai"]}
|
|
108
|
+
{"id": "digital_nomad_124_global_recession_nomad", "phase": "Endgame", "title": "Global Recession Hits the Nomads", "body": "Global AI-driven recession. Tech and creative industries crater. Half the nomads you know go home. Coworking spaces close. Bali scene: skeleton crew. The lifestyle required baseline income. Baseline gone. Broke nomads in paradise. They call it the Great Return.", "choices": [{"title": "Stay, you've survived worse", "body": "Cheap apartment. Ride it out. Community that stays bonds harder. Adversity builds real friendship.", "delta": {"money": -1400, "sanity": -10, "audience": 0, "ai_skill": 6, "friends": 8}, "min_money": 1400}, {"title": "Pivot to local economy", "body": "Local market instead of global. Smaller money. More resilient. Arbitrage reverses.", "delta": {"money": -900, "sanity": 7, "audience": -7, "ai_skill": 10, "friends": 6}, "min_money": 900, "effects": [{"op": "set_flag", "flag": "pivoted_career"}]}, {"title": "Go home, experiment ends with the economy", "body": "Whatever's left. Parents relieved. Old room still a home gym. Air mattress. Start over.", "delta": {"money": -1400, "sanity": 10, "audience": -8, "ai_skill": 0, "friends": 5}, "min_money": 1400}], "allow_freeform": true}
|
|
109
|
+
{"id": "digital_nomad_125_ai_runs_your_life", "phase": "Endgame", "title": "The Algorithm Runs Your Life", "body": "AI agents choose where you live. What you eat. Who you meet. What you work on. Cost, health, networking, revenue — all optimized. Life optimized. Choices proxied. Free from decision fatigue. Free from decisions. The dystopia is comfortable.", "choices": [{"title": "Reclaim manual control", "body": "Every AI assistant off. One week. Chaos overwhelming. Agency intoxicating. Find a middle ground.", "delta": {"money": -900, "sanity": 8, "audience": 0, "ai_skill": -8, "friends": 7}, "min_money": 900}, {"title": "Let AI optimize, focus on meaning", "body": "Logistics outsourced. Meaning not. The labor of living: handled. The meaning of living: yours.", "delta": {"money": 1200, "sanity": -8, "audience": 7, "ai_skill": 10, "friends": -8}, "min_money": null}, {"title": "Rebel — intentionally make bad decisions", "body": "Eat something unhealthy. Go somewhere expensive. Talk to a stranger the algorithm wouldn't choose. Inefficient. Alive.", "delta": {"money": -600, "sanity": 9, "audience": 6, "ai_skill": -6, "friends": 8}, "min_money": 600}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
110
|
+
{"id": "digital_nomad_126_legacy_of_nowhere", "phase": "Endgame", "title": "The Legacy of Nowhere", "body": "What do you leave behind? Never stayed anywhere. No building with your name. No community that watched you grow. Trail of digital artifacts. Friendships across timezones. Proof that a life can be lived without a fixed point.", "choices": [{"title": "Document everything, make it permanent", "body": "Archive the nomad years. Book. Site. Time capsule. Ephemeral life gets a permanent record.", "delta": {"money": -1000, "sanity": 6, "audience": 9, "ai_skill": 0, "friends": -1}, "min_money": 1000, "effects": [{"op": "set_flag", "flag": "shipped_creative_work"}]}, {"title": "Let impermanence be the point", "body": "Not everything needs preserving. Beauty of the nomad life: it happened and moved on. Like a sunset.", "delta": {"money": 0, "sanity": 11, "audience": -2, "ai_skill": 0, "friends": 9}, "min_money": null}, {"title": "Build something rooted, finally", "body": "Next chapter: depth. One place. One project. One community. The nomad's final act: staying put.", "delta": {"money": -1400, "sanity": 8, "audience": -7, "ai_skill": 0, "friends": 8}, "min_money": 1400}], "allow_freeform": true}
|
|
111
|
+
{"id": "digital_nomad_127_ai_citizenship_vote", "phase": "Endgame", "title": "Your First Digital Election", "body": "Digital nation. First election. Vote from any country, any device, blockchain-verified. Representatives of a nation on no map. Proposals: universal healthcare, AI labor rights, shared digital currency. Cafe in Mexico City. Fill in your choices. Feel, for the first time, like a citizen.", "choices": [{"title": "Vote and participate actively", "body": "Vote. Forums. Town halls. Democratic participation in a borderless nation. What you were building toward.", "delta": {"money": 0, "sanity": 8, "audience": 8, "ai_skill": 6, "friends": 7}, "min_money": null}, {"title": "Vote but remain skeptical", "body": "Participate. Keep real passport handy. Digital nations are experiments. Experiments fail.", "delta": {"money": 0, "sanity": 5, "audience": 0, "ai_skill": 0, "friends": 2}, "min_money": null}, {"title": "Abstain, nations aren't for nomads", "body": "Life spent escaping nations. Joining one — even digital — feels backward.", "delta": {"money": 0, "sanity": -8, "audience": -4, "ai_skill": 0, "friends": -8}, "min_money": null}], "allow_freeform": true}
|
|
112
|
+
{"id": "digital_nomad_128_full_circle", "phase": "Endgame", "title": "Full Circle", "body": "Exact Bali coworking space. Where you started. Same desk. New members. None know you were here when this was just a cafe with WiFi. Someone asks for advice on getting started. You see yourself seven years ago. Excited. Scared. Free. Alone. The circle completes.", "choices": [{"title": "Tell them everything, hold nothing back", "body": "Unfiltered truth. Every lesson. Every mistake. Every joy. They listen with the same eyes you had. Some things only learned by living.", "delta": {"money": 0, "sanity": 10, "audience": 10, "ai_skill": 0, "friends": 10}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}, {"title": "Smile and say 'just start'", "body": "The advice you needed wasn't advice. It was permission. You give permission. Buy them a coffee.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null}, {"title": "Close the laptop, walk away from the desk", "body": "Last time in this coworking space. Whatever comes next: not this. And that's okay.", "delta": {"money": 0, "sanity": 8, "audience": -10, "ai_skill": 0, "friends": -2}, "min_money": null}], "allow_freeform": true}
|
|
113
|
+
{"id": "digital_nomad_129_end_of_place", "phase": "Endgame", "title": "The End of Place", "body": "AI-native world. 'Where you work' — as antiquated as 'what building do you fax from.' Place: pure preference. Aesthetic. Climatic. Social. Functional advantages of any location: zero. You pioneered being nowhere before it was mandatory. Now everyone is nowhere. You were early. Being early is the same as being alone.", "choices": [{"title": "Guide others through the post-place world", "body": "Skills of nowhere transfer perfectly to everyone's nowhere. You become the guide.", "delta": {"money": 2200, "sanity": 8, "audience": 10, "ai_skill": 0, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "became_mentor"}]}, {"title": "Advocate for the importance of place", "body": "Counter-intuitive: champion physical spaces. Local communities. Geographic identity. Post-nomad becomes passionate localist.", "delta": {"money": 0, "sanity": 8, "audience": 7, "ai_skill": 0, "friends": 7}, "min_money": null}, {"title": "Disappear into the post-place quietly", "body": "Don't fight it. Don't celebrate. Just live. Somewhere. Anywhere. Distinction stopped mattering.", "delta": {"money": 0, "sanity": 7, "audience": -7, "ai_skill": 4, "friends": -1}, "min_money": null}], "allow_freeform": true}
|
|
114
|
+
{"id": "digital_nomad_130_the_wifi_always_works_now", "phase": "Endgame", "title": "The WiFi Always Works Now", "body": "Global satellite internet. Perfect everywhere. 500 Mbps in a Mongolian yurt. 1 Gbps at a Saharan oasis. The WiFi — the anxiety, the speed tests, the cafe rankings — solved. Speedtest.io still on your phone. Haven't opened it in a year. Infrastructure caught up. You feel grateful. Slightly bereft. What do you worry about now?", "choices": [{"title": "The things that matter", "body": "Infrastructure solved. Real questions emerge: meaning, connection, purpose. Hard stuff. Always waiting behind the WiFi problems.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 7}, "min_money": null}, {"title": "Find new problems to optimize", "body": "Optimization brain never rests. Cities ranked by air quality, social density, walkability. The spreadsheet lives on.", "delta": {"money": 0, "sanity": -11, "audience": 6, "ai_skill": 8, "friends": -4}, "min_money": null}, {"title": "Miss the chaos, honestly", "body": "Broken WiFi made you creative. Visa runs made you resilient. Solved world: easier. Somehow less interesting.", "delta": {"money": 0, "sanity": -7, "audience": 0, "ai_skill": 0, "friends": -5}, "min_money": null}], "allow_freeform": true}
|
|
115
|
+
{"id": "digital_nomad_new_010_ai_already_chose", "phase": "Endgame", "title": "The Choice You Didn't Make", "body": "New client inquiry arrives. Before you read it, your AI agent has drafted a response, proposal, and meeting slot, all ready for one-tap send. You notice when the calendar draft pops up. The plan looks strong. Better than what you would have done half-awake. The meeting is tomorrow at 9am in a timezone it calculated for optimal energy levels from your sleep data.", "choices": [{"title": "Approve the agent's plan", "body": "You approve the package and let it go out. The meeting is locked before your coffee cools. You wonder what your role becomes when approval is the whole job.", "delta": {"money": 1800, "sanity": -10, "audience": 0, "ai_skill": 10, "friends": -7}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "Rewrite it yourself and take back control", "body": "You rewrite the proposal. Reschedule the call. Reassert your role. The client doesn't notice the difference. You do.", "delta": {"money": 0, "sanity": 8, "audience": 0, "ai_skill": -3, "friends": 0}, "min_money": null}, {"title": "Let the agent run this lane so you can focus elsewhere", "body": "The agent handles clients. You handle life. The division of labor between human and machine reaches its logical endpoint: the machine works. You live.", "delta": {"money": 1800, "sanity": 9, "audience": -5, "ai_skill": 7, "friends": 7}, "min_money": null, "effects": [{"op": "set_flag", "flag": "found_balance"}]}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
116
|
+
{"id": "digital_nomad_131_unexpected_windfall", "phase": "Any", "title": "The Unexpected Windfall", "body": "A client overpays by $5,000 due to a currency conversion error in their AI-managed payment system. They don't notice — their finance bot auto-approved it. Your bank account briefly looks like you've made it. The money is sitting there. The right thing to do is obvious. The temptation is also obvious.", "choices": [{"title": "Return it immediately, build trust", "body": "You email them within the hour. They're grateful. They give you a referral that's worth more than $5,000 over the next year.", "delta": {"money": 0, "sanity": 10, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": null}, {"title": "Keep it, they can afford it", "body": "You say nothing. The $5,000 buys you two months of breathing room. The guilt buys you two months of insomnia.", "delta": {"money": 5000, "sanity": -11, "audience": 0, "ai_skill": 0, "friends": -9}, "min_money": null}, {"title": "Return half, compromise with yourself", "body": "You email about a '$2,500 discrepancy.' They thank you. You sleep 50% better.", "delta": {"money": 2500, "sanity": -6, "audience": 0, "ai_skill": 0, "friends": -2}, "min_money": null}], "allow_freeform": true}
|
|
117
|
+
{"id": "digital_nomad_132_volcano_eruption_flight", "phase": "Any", "title": "Volcano Grounds Your Flight", "body": "A volcanic eruption grounds all flights out of Bali for a week. You're supposed to be in Lisbon in three days for a client meeting. The airport is closed. The ferry is packed. Your client doesn't watch international news and thinks 'volcanic eruption' sounds like an excuse you'd make up.", "choices": [{"title": "Send proof, reschedule everything", "body": "You send CNN screenshots and rebook for the following week. The client understands. The universe doesn't care about your calendar.", "delta": {"money": -700, "sanity": 6, "audience": 0, "ai_skill": 0, "friends": 2}, "min_money": 700}, {"title": "Take a ferry to Java, fly from there", "body": "You spend 14 hours on buses and ferries to reach another airport. You arrive in Lisbon smelling like a fishing boat and make the meeting.", "delta": {"money": -2200, "sanity": -12, "audience": 8, "ai_skill": 0, "friends": -1}, "min_money": 2200}, {"title": "Turn it into a forced vacation", "body": "You treat the grounding as a sign. Seven days with no obligations. The volcano gave you what you couldn't give yourself: a break.", "delta": {"money": 0, "sanity": 12, "audience": -8, "ai_skill": 0, "friends": 7}, "min_money": null, "effects": [{"op": "set_flag", "flag": "took_sabbatical"}]}], "allow_freeform": true}
|
|
118
|
+
{"id": "digital_nomad_133_language_barrier_meltdown", "phase": "Any", "title": "The Language Barrier Meltdown", "body": "You need to explain a medical issue to a pharmacist who speaks zero English. Your AI translator app generates perfectly grammatical sentences that somehow don't convey urgency. You're pantomiming symptoms in a pharmacy in rural Mexico while four people watch. The dignity cost of not speaking the local language hits different when you're sick and the technology that promised to solve this is producing polite nonsense.", "choices": [{"title": "Find a bilingual person to help", "body": "A teenager in the store translates. You get the medicine. You tip the teenager. Humility is a skill you're still learning.", "delta": {"money": -80, "sanity": 7, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": 80}, {"title": "Use the AI translator on your phone", "body": "The real-time translation works well enough. The pharmacist is impressed by your phone. You're impressed by modern technology solving your immediate crisis.", "delta": {"money": 0, "sanity": 5, "audience": 0, "ai_skill": 7, "friends": 0}, "min_money": null}, {"title": "Commit to learning the language for real", "body": "The humiliation catalyzes a resolution. You sign up for Spanish classes the next day. Six months later, you can navigate a pharmacy solo.", "delta": {"money": -600, "sanity": -1, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": 600}], "allow_freeform": true}
|
|
119
|
+
{"id": "digital_nomad_134_random_kindness_abroad", "phase": "Any", "title": "A Stranger's Kindness", "body": "You're lost in a neighborhood you don't know in a city where you don't speak the language. Your phone is dead. A local couple walks you 15 minutes out of their way to your Airbnb. They refuse to let you buy them dinner. They wave goodbye and walk home. The kindness of strangers in foreign countries is the thing nobody puts on their nomad Instagram.", "choices": [{"title": "Pay it forward to the next lost tourist", "body": "You make a mental note. Two weeks later, you walk a confused tourist to their hotel. The cycle continues.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 9}, "min_money": null}, {"title": "Write about it, share the moment", "body": "You write a post about small kindnesses in foreign countries. It's your most liked post ever. The algorithm rewards sincerity sometimes.", "delta": {"money": 0, "sanity": 7, "audience": 10, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Sit with the feeling, don't monetize it", "body": "Not everything needs to be content. Some moments are just moments. You let this one be.", "delta": {"money": 0, "sanity": 9, "audience": -7, "ai_skill": 0, "friends": 7}, "min_money": null}], "allow_freeform": true}
|
|
120
|
+
{"id": "digital_nomad_135_currency_crash", "phase": "Any", "title": "The Currency Crash", "body": "The local currency crashes 20% overnight. Your USD-denominated income suddenly buys a lot more. The locals around you are panicking. Their savings just lost a fifth of their value. Your geo-arbitrage just got a windfall on the back of someone else's economic crisis. The privilege tastes sour.", "choices": [{"title": "Tip more, spend locally, redistribute", "body": "You increase your spending at local businesses and tip generously. It's a drop in the bucket but it's your drop.", "delta": {"money": -800, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 10}, "min_money": 800}, {"title": "Save the windfall, you earned it", "body": "Your income didn't change — the exchange rate did. You save the difference guilt-free. Mostly guilt-free.", "delta": {"money": 1400, "sanity": -9, "audience": 0, "ai_skill": 0, "friends": -9}, "min_money": null}, {"title": "Write about the ethics of geo-arbitrage", "body": "You publish a piece about profiting from other people's economic crises. The nomad community is split. The locals appreciate someone saying it.", "delta": {"money": 0, "sanity": -5, "audience": 10, "ai_skill": 0, "friends": 1}, "min_money": null}], "allow_freeform": true}
|
|
121
|
+
{"id": "digital_nomad_136_perfect_day", "phase": "Any", "title": "The Perfect Day", "body": "Morning surf in Bali. Coffee at the good cafe. Three hours of focused work — your AI handles the email triage so you actually build something. A video call where the client is happy. Lunch with a friend. Afternoon walk through rice paddies. Sunset from the rooftop. A book in bed. No WiFi problems. No visa anxiety. No existential crisis. The perfect nomad day exists. It's just rarer than the Instagram suggests.", "choices": [{"title": "Appreciate it, these days are why you do this", "body": "You fall asleep grateful and unremarkable. The perfect days don't make good stories. They make good lives.", "delta": {"money": 0, "sanity": 12, "audience": 0, "ai_skill": 0, "friends": 6}, "min_money": null}, {"title": "Document it, remember what good feels like", "body": "You write it down in detail. On the hard days, you'll read this and remember it's possible.", "delta": {"money": 0, "sanity": 10, "audience": 9, "ai_skill": 0, "friends": 0}, "min_money": null}, {"title": "Wonder why you can't just enjoy it", "body": "Even the perfect day gets analyzed. The brain that chose this lifestyle can't stop optimizing it. Maybe that's the last problem to solve.", "delta": {"money": 0, "sanity": -11, "audience": 0, "ai_skill": 8, "friends": -2}, "min_money": null}], "allow_freeform": true}
|
|
122
|
+
{"id": "digital_nomad_137_noise_canceling_broke", "phase": "Any", "title": "Noise-Canceling Headphones Die", "body": "Your noise-canceling headphones die in the middle of a cafe workday. The ambient noise hits like a wall. Blenders, conversations in three languages, someone's phone playing AI-generated music on speaker — you can't tell if the song has a human author. You've been dependent on 30mm drivers to create portable silence. Without them, the world is very loud.", "choices": [{"title": "Buy new ones immediately, non-negotiable", "body": "You walk to the nearest electronics store and spend $350 you didn't budget for. Silence is a business expense.", "delta": {"money": -350, "sanity": 7, "audience": 0, "ai_skill": 0, "friends": 0}, "min_money": 350}, {"title": "Work through the noise, build tolerance", "body": "You spend a day without headphones and rediscover that ambient noise isn't always the enemy. Some of it is life.", "delta": {"money": 0, "sanity": -1, "audience": 0, "ai_skill": 5, "friends": 2}, "min_money": null}, {"title": "Move to the quiet coworking space", "body": "You pay for a day pass at the premium silent space. The headphones were masking a need for better workspace.", "delta": {"money": -80, "sanity": 7, "audience": 0, "ai_skill": 4, "friends": 0}, "min_money": 80}], "allow_freeform": true}
|
|
123
|
+
{"id": "digital_nomad_138_ai_coach", "phase": "Any", "title": "The AI Life Coach", "body": "You start using an AI as a life coach. It asks better questions than your therapist, is available 24/7, and costs $20/month instead of $200/hour. It helps you process the loneliness, the identity questions, the visa anxiety. The help is real. The relationship is not. Or is it?", "choices": [{"title": "Use it as a supplement to real therapy", "body": "You find a human therapist who does video calls internationally. The AI handles daily check-ins. The human handles the deep stuff.", "delta": {"money": -1200, "sanity": 13, "audience": 0, "ai_skill": 4, "friends": 2}, "min_money": 1200}, {"title": "Let the AI be enough for now", "body": "You don't have access to a therapist in your timezone at your price point. The AI fills the gap. It's not perfect and it's something.", "delta": {"money": 0, "sanity": 7, "audience": 0, "ai_skill": 9, "friends": -6}, "min_money": null, "effects": [{"op": "set_flag", "flag": "collab_with_ai"}]}, {"title": "Talk to a real human instead", "body": "You close the AI chat and call a friend. The conversation is messier, less structured, and more nourishing.", "delta": {"money": 0, "sanity": 10, "audience": -5, "ai_skill": 0, "friends": 9}, "min_money": null}], "allow_freeform": true, "requires": ["embraced_ai"]}
|
|
124
|
+
{"id": "digital_nomad_139_side_project_opportunity", "phase": "Any", "title": "Someone Wants to Fund Your Idea", "body": "A VC you met at a coworking space wants to fund your side project idea. $100k seed. They want 20% equity and for you to be 'based somewhere.' The money is real. The strings are also real. Your location-independent project would have a location-dependent investor.", "choices": [{"title": "Take the money, negotiate the terms", "body": "You negotiate: the check clears, you maintain remote operations, they get quarterly updates instead of weekly stand-ups. Freedom with funding.", "delta": {"money": 20000, "sanity": -10, "audience": 10, "ai_skill": 7, "friends": -1}, "min_money": null, "effects": [{"op": "set_flag", "flag": "invested_in_ai"}]}, {"title": "Bootstrap instead, stay independent", "body": "You turn down the money and build slowly with revenue. Slower growth, full control. The nomad way.", "delta": {"money": -1800, "sanity": 12, "audience": -8, "ai_skill": 6, "friends": 1}, "min_money": 1800}, {"title": "Take the meeting, learn, then decide", "body": "You take the call. They're reasonable. You learn how funding works. You decide later. Knowledge is free.", "delta": {"money": 0, "sanity": 8, "audience": 7, "ai_skill": 3, "friends": 8}, "min_money": null, "effects": [{"op": "set_flag", "flag": "made_industry_contact"}]}], "allow_freeform": true, "requires": ["started_side_project"]}
|
|
125
|
+
{"id": "digital_nomad_140_the_return_flight", "phase": "Any", "title": "The Return Flight", "body": "Every nomad knows this flight. The one going home. Not for a visit — for real. The carry-on is lighter than when you left. The laptop has more miles than most frequent flyers. The boarding pass was booked by your AI travel agent. The window seat shows a country shrinking below you. You don't know if this is the end or a pause. The WiFi on the plane is $12 and barely works. Some things never change.", "choices": [{"title": "Fly home with peace, you lived it", "body": "The experiment worked. Not perfectly. But you lived a life most people only scroll through. The landing gear drops. You're home.", "delta": {"money": 0, "sanity": 9, "audience": 0, "ai_skill": 0, "friends": 8}, "min_money": null}, {"title": "Fly home knowing you'll leave again", "body": "Home is a pit stop. You'll rest, recharge, and book another one-way ticket. The loop is the lifestyle.", "delta": {"money": -900, "sanity": -5, "audience": 8, "ai_skill": 0, "friends": -3}, "min_money": 900}, {"title": "Change the destination mid-flight", "body": "You pull up the airline app at 35,000 feet and search for connections. Home can wait. There's one more place to try.", "delta": {"money": -2200, "sanity": -8, "audience": 9, "ai_skill": 0, "friends": -7}, "min_money": 2200}], "allow_freeform": true}
|