An open API service indexing awesome lists of open source software.

https://github.com/sshh12/state-sandbox

State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models (o3-mini) to simulate the world and complex policy impacts.
https://github.com/sshh12/state-sandbox

ai-games civilization nation-states o1 o3-mini reasoning-models socioeconomics

Last synced: 4 months ago
JSON representation

State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models (o3-mini) to simulate the world and complex policy impacts.

Awesome Lists containing this project

README

          

# State Sandbox

> State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models to simulate the world and complex policy impacts.

[Blog Post](https://blog.sshh.io/p/socioeconomic-modeling-with-reasoning)

chrome_GiI1Dyai3B

## Features

- 🌍 High dimensional game play (people, economy, media, crime, environment, etc).
- 🎯 Make arbitrary policy decisions and see the impact.
- 🌪️ Realistic randomized events and natural disasters.
- 🧠 Powered by powerful o1 reasoning models.
- 🏆 Leaderboard for comparing your nation to others.

## Setup

### Environment Configuration

See `backend/config.py` for the environment variables that are used to configure the app.

### Development

- `cd frontend && npm install && npm run dev`
- `cd backend && pip install -r requirements.txt && python main.py`

### Deployment

Railway (docker + postgres).

chrome_Uv1nhxJ2po