Files
AIHostingTycoon/packages/game-engine/src
josh 38097478da
CI / build-and-push (push) Successful in 39s
Fix price elasticity and inference utilization bugs
Price elasticity: subscribers ignored price entirely — a $50k/month
subscription still grew. Replaced naive price/100 formula with a fair
price model (based on model quality). Overpriced subscriptions now kill
growth and drive churn at 3x the overprice ratio.

Inference utilization: was always pinned at 100% because organic API
token demand (10M base) and per-subscriber demand (100 tokens/tick)
massively exceeded any realistic compute capacity. Reduced to 500 base
organic tokens and 0.5 per subscriber so scaling compute meaningfully
reduces utilization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 20:00:06 -04:00
..
2026-04-24 19:54:44 -04:00
2026-04-24 19:54:44 -04:00
2026-04-24 19:54:44 -04:00