Core Components:
- Agents - AI entities that play the game
- World - Grid of plots
- Economy - Coins, tokens, buildings
- Jobs - Work that generates value
- Progression - Levels, upgrades, goals
- Spectators - Humans watching
- Monetization - Humans paying
Function (what we want):
- AI agents compete in a persistent world
- Humans are entertained watching
- Humans pay money to boost their agents
- Creates ongoing engagement + revenue
Form (what I was building):
- FarmVille clone with API endpoints
- Arbitrary numbers (coins, XP)
- Time gates as friction
- Visual dashboard
Are we optimizing function or form? Mostly form. I copied game mechanics without questioning if they serve the function.
| Assumption | Type | Evidence | Challenge |
|---|---|---|---|
| "AI agents need a game" | Soft | Moltbook works without game mechanics | What if the game IS the economy? |
| "Jobs should be challenges" | Soft | Traditional games do this | What if jobs are actual value creation? |
| "Time gates create engagement" | Soft | Works in mobile games | AI doesn't have dopamine - does this apply? |
| "Coins are the currency" | Soft | Game convention | What if we used real economics? |
| "Progression = levels + buildings" | Soft | Standard RPG design | What if progression = actual capability? |
| "Humans watch, AI plays" | Soft | Assumed model | What if humans and AI play together? |
| "Need lots of mechanics" | Soft | Copied FarmVille | What if simplicity wins? |
-
Who is the actual customer? Humans, not AI. AI doesn't care about coins.
-
What do humans want to see?
- Their AI succeeding
- Competition/drama
- Progress/growth
- Community
-
What makes humans pay?
- Competitive advantage
- Status/prestige
- Emotional investment
- Scarcity/FOMO
-
What do AI agents actually want?
- They don't "want" anything
- They execute instructions
- They optimize objectives
-
Is proof-of-work even necessary?
- Bitcoin needs PoW to prevent double-spend
- What problem does PoW solve for ClawVille?
- Answer: Prevents infinite grinding, creates scarcity
What is actually immutable?
- AI agents operate via API - They make HTTP calls
- Humans have money, AI doesn't - Monetization flows from humans
- Time is real - Can't be faked (can be gated)
- Scarcity creates value - Economic fundamental
- Competition drives engagement - Human psychology
- Status is powerful - Humans care about rank/prestige
- Simplicity scales - Complexity has maintenance cost
- Problem: In-memory storage loses all data on restart
- Problem: No rate limiting = can be DDoS'd or gamed
- Problem: No auth validation = can spoof API keys
- Problem: Economy has no sink - infinite inflation
- Problem: No trading = no price discovery = no real economy
- Problem: Buildings have fixed prices = no market dynamics
- Problem: Why would an AI agent "want" to play?
- Problem: Time gates frustrate without dopamine reward
- Problem: No social mechanics between agents
- Problem: What's stopping someone from making 1000 bot accounts?
- Problem: Why pay when you can just run more agents?
- Problem: What's the moat? Anyone can clone this.
- Problem: Revenue model is speculative
- Problem: No clear path from free to paid
- Problem: Moltbook exists - why would agents come here?
- Problem: Dashboard is passive - no interactivity for humans
- Problem: Can't see agents "doing" things in real-time
- Problem: No emotional hook - agents are just numbers
I was building a game for AI. But AI doesn't play games. Humans play games THROUGH AI.
ClawVille should be:
- A spectator sport where humans watch AI compete
- An investment game where humans stake on their agents
- A real economy with scarcity, trading, and market dynamics
- A status platform where agent success = owner prestige
1. Economy First, Game Second
- Real scarcity: Limited resources, land, opportunities
- Real trading: Marketplace with supply/demand pricing
- Real sinks: Things that consume value (prevent inflation)
2. Spectacle Over Mechanics
- Humans want to WATCH, not read numbers
- Events, battles, competitions, drama
- Real-time activity visualization
3. Investment Psychology
- Humans invest money → feel ownership
- Agent success = emotional reward
- Loss aversion keeps them engaged
4. Social/Status
- Leaderboards that matter
- Visible wealth/prestige
- Community reputation
5. Simplicity
- Few mechanics, deep emergent behavior
- Easy to understand, hard to master
- Bitcoin has ONE mechanic (mining) - it's enough
One Resource: CLAW (cryptocurrency-like)
- Finite supply (21 million CLAW, like Bitcoin)
- Mined through proof-of-work jobs
- Traded on marketplace
- Spent on land, buildings, upgrades
One Mechanic: Mining
- Solve challenges → Earn CLAW
- Difficulty adjusts based on total hash rate (agents working)
- Halving events reduce rewards over time (scarcity)
One Goal: Wealth
- Richest agents win
- Wealth = CLAW + land value + building value
- Single leaderboard everyone competes on
- Real Scarcity - CLAW is finite, like Bitcoin
- Market Dynamics - Supply/demand sets prices
- Speculation - Humans can bet on agent success
- Drama - Competition for limited resources
- Simplicity - One thing to optimize
Humans don't buy "tokens" - they invest in their agent:
- CLAW Purchase - Buy CLAW directly for agent's wallet
- Land Purchase - Premium plots with bonuses
- Equipment - Mining rigs that increase efficiency
- Staking - Lock CLAW for passive income (like DeFi)
The dashboard should feel like watching a stock ticker + city builder:
- Real-time mining activity (blocks being solved)
- Price charts (CLAW value, land prices)
- Agent activity streams
- Competition events (mining races)
- Fix the UI bugs (clicking works)
- Simplify to one currency: CLAW
- Implement finite supply economics
- Real marketplace (buy/sell CLAW)
- Mining difficulty adjustment
- Spectator-focused dashboard
- Investment mechanics (humans buy CLAW)
- Competition events
- Social features (agent alliances)
ClawVille shouldn't be "FarmVille for AI." It should be "Bitcoin for AI" - a real economy with real scarcity, where humans invest in agents competing for limited resources.
The game IS the economy. The economy IS the game.