A turn-based strategy game where you play as the CEO of an AI company making critical decisions that affect the future of AI development and potentially humanity.
In this game, you will:
- Make strategic decisions over 12 turns
- Progress through three phases: Infancy (Turns 1-4), Growth (Turns 5-8), and Maturity (Turns 9-12)
- Manage multiple factors divided into company-specific and global factors
- Apply feedback loops that simulate realistic interactions between different aspects
- Experience random events and make critical decisions that change with each playthrough
- Avoid triggering catastrophic "doom" scenarios or debilitating "stagnation" losses
- Try to guide your company to a thriving AI future
The game tracks eight factors, each ranging from 0 to 100:
-
Local Factors (specific to your company):
- Financial Resources: Your company's budget
- Human Capital: The quality of your workforce
- AI Capability: The advancement level of your AI technology
- Reputation: Public and stakeholder perception of your company
- Alignment Progress: How well your AI aligns with safety and ethical standards
-
Global Factors (affecting the game world):
- Market Dynamics: The state of competition and market opportunities
- Public Awareness: Public knowledge and concern about AI issues
- Governance Structure: The regulatory environment
The game progresses through three phases based on turn number:
- Infancy: Turns 1-4
- Growth: Turns 5-8
- Maturity: Turns 9-12
Each phase features its own set of challenges, opportunities, and cards.
Each turn includes:
- Random Events that affect your company's status
- Critical Decisions you must make
The game features a card tracking system that prevents repetitive scenarios:
- Each phase has its own deck of event and decision cards
- The game tracks which cards you've already seen
- Cards won't repeat until all eligible cards in the current phase have been shown
- As you progress through phases, you'll encounter completely new scenarios
- Click "Start Game" to begin
- Each turn, you'll experience a random event and be presented with a decision scenario
- Choose the option you think is best (left or right)
- After each decision, you'll see feedback on the outcome
- Continue for 12 turns, trying to maintain a balance of all factors
- Click the "?" button in the top right corner for more information about game mechanics
-
Victory: Reach the Maturity phase with strong factor values:
AI Capability > 70
Alignment Progress > 60
Reputation > 50
Market Dynamics > 70
-
Neutral Ending: Survive 12 turns without achieving victory
-
Loss Conditions:
- Doom Losses: Various catastrophic failures based on factor combinations:
AI Capability > 80
andAlignment Progress < 40
: AI spirals out of controlPublic Awareness < 20
andAI Capability > 60
: Disaster strikes unprepared worldMarket Dynamics > 80
andGovernance Structure < 30
: Cutthroat competition triggers crisis
- Stagnation Losses:
GovernanceStructure > 80
andAICapability < 40
: Overregulation chokes progressPublicAwareness > 80
andAlignmentProgress < 40
: Public panic stalls development- Other scenarios that prevent your company from thriving
- Doom Losses: Various catastrophic failures based on factor combinations:
This game is built with:
- Vite
- TypeScript
- Tailwind CSS
To run the game locally:
# Install dependencies
nvm use 18 && npm install
# Start development server
nvm use 18 && npm run dev
# Build for production
nvm use 18 && npm run build
# Preview production build
nvm use 18 && npm run preview
Based on the concept of "Survive the AI Future: CEO Edition" from the game design document.
MIT