Add Week 4 social features, regulation, and safety tradeoffs
Leaderboard page with category tabs and score submission, shareable company stats card with clipboard copy, dynamic regulation system (compliance costs scale with capability and era, regulatory standing tracks safety research), 6 geopolitical events (export controls, energy crisis, natural disaster, AI safety summit, immigration policy, data sovereignty), safety-capability tradeoff (safety score affects benchmark, low safety triggers incidents with reputation damage), and enhanced event consequence handling for regulation and talent types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,3 +53,9 @@ export const FUNDING_ROUNDS = {
|
||||
export const OPEN_SOURCE_REPUTATION_BOOST = 8;
|
||||
export const OPEN_SOURCE_TALENT_ATTRACTION = 0.15;
|
||||
export const OPEN_SOURCE_REVENUE_PENALTY = 0.10;
|
||||
|
||||
export const REGULATION_COMPLIANCE_BASE_COST = 0;
|
||||
export const REGULATION_COMPLIANCE_PER_CAPABILITY = 0.5;
|
||||
export const SAFETY_INCIDENT_PROBABILITY_BASE = 0.0002;
|
||||
export const SAFETY_INCIDENT_REPUTATION_HIT = 15;
|
||||
export const LOW_SAFETY_THRESHOLD = 40;
|
||||
|
||||
Reference in New Issue
Block a user