|
1 | 1 | # Constitution-Sim |
2 | 2 |
|
3 | | -**Stress-test constitutions with AI-powered politicians before trying them out on a real nation.** |
| 3 | +**Stress-test constitutions with AI-powered agentic politicians before trying them out on a real nation!** |
4 | 4 |
|
5 | 5 | `constitution-sim` is a research-grade multi-agent simulator. You give it |
6 | 6 | a constitution and a scenario; it spins up an LLM-powered agent for each |
@@ -49,21 +49,21 @@ so the project also runs offline / in CI / with zero API keys. |
49 | 49 | - **Deterministic when seeded** (heuristic mode is byte-for-byte |
50 | 50 | reproducible; LLM mode is reproducible up to provider variance). |
51 | 51 |
|
52 | | -<img width="600" alt="num_pending_bills" src="https://github.com/user-attachments/assets/e53c4e03-25d4-4b50-80aa-359fb1c44299" /> |
| 52 | +<img width="700" alt="num_pending_bills" src="https://github.com/user-attachments/assets/e53c4e03-25d4-4b50-80aa-359fb1c44299" /> |
53 | 53 |
|
54 | | -<img width="600" alt="corruption_proxy" src="https://github.com/user-attachments/assets/f6127e60-0db6-4c34-a996-361dfde64c27" /> |
| 54 | +<img width="700" alt="corruption_proxy" src="https://github.com/user-attachments/assets/f6127e60-0db6-4c34-a996-361dfde64c27" /> |
55 | 55 |
|
56 | | -<img width="600" alt="num_active_laws" src="https://github.com/user-attachments/assets/d5959e29-70ce-4a1e-bc4e-ea216e1a08b5" /> |
| 56 | +<img width="700" alt="num_active_laws" src="https://github.com/user-attachments/assets/d5959e29-70ce-4a1e-bc4e-ea216e1a08b5" /> |
57 | 57 |
|
58 | | -<img width="600" alt="power_concentration" src="https://github.com/user-attachments/assets/0bdc1b80-07d7-4c51-901e-dd38dc598483" /> |
| 58 | +<img width="700" alt="power_concentration" src="https://github.com/user-attachments/assets/0bdc1b80-07d7-4c51-901e-dd38dc598483" /> |
59 | 59 |
|
60 | | -<img width="600" alt="public_trust" src="https://github.com/user-attachments/assets/b004146e-51ed-43ef-a170-e8351982b702" /> |
| 60 | +<img width="700" alt="public_trust" src="https://github.com/user-attachments/assets/b004146e-51ed-43ef-a170-e8351982b702" /> |
61 | 61 |
|
62 | | -<img width="600" alt="num_active_laws" src="https://github.com/user-attachments/assets/06955b78-383b-4249-b6cb-a05ce6db8080" /> |
| 62 | +<img width="700" alt="num_active_laws" src="https://github.com/user-attachments/assets/06955b78-383b-4249-b6cb-a05ce6db8080" /> |
63 | 63 |
|
64 | | -<img width="600" alt="emergency_turns" src="https://github.com/user-attachments/assets/85d8bbcd-b605-423f-bf95-3891e4592c66" /> |
| 64 | +<img width="700" alt="emergency_turns" src="https://github.com/user-attachments/assets/85d8bbcd-b605-423f-bf95-3891e4592c66" /> |
65 | 65 |
|
66 | | -<img width="600" alt="trust_volatility" src="https://github.com/user-attachments/assets/b65a2565-e155-457e-9e44-eafb2bfa3f3e" /> |
| 66 | +<img width="700" alt="trust_volatility" src="https://github.com/user-attachments/assets/b65a2565-e155-457e-9e44-eafb2bfa3f3e" /> |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
0 commit comments