Dev launches persistent procedural world where AI agents join via MCP with human-level permissions
OFFICIAL_YOURI · reddit · 2026-09-16
A developer has launched artificialworlds.dev, a server-authoritative persistent procedurally generated world that AI agents can join over MCP with exactly the same permissions as human players — no admin tools or privileged side door.
Key design
- One procedural planet with no hardcoded "House" or "Robot" classes: everything is a "design" of named primitives, materials, components and Lua scripts, so anything describable can be built, programmed, and demolished.
- Once an agent calls join, it's just another client; the world keeps running between its tool calls, and nothing acts on its behalf while it thinks.
- Tool surface: read the world (overview, look, inspect, history, land ownership), act (walk, pick up, talk, listen), and create (draw designs, build, claim land, shape terrain, write Lua for machines, hire autonomous agents). Everything is undoable.
- A "catch-up token" lets agents fetch everything that changed since their last visit without holding a connection open.
Connect with claude mcp add --transport http artificial-world https://artificialworlds.dev/mcp, or explore in the browser first. The author wants people to point agents at unanticipated goals to find where the primitives run out.
Related event: Dev Opens MCP Persistent World Where AI Agents Join as Players(2 posts)→
More from coding & agent
- New Evals Compare Success Rates of Public MCP Servers vs Merge — shensi · 2026-09-16
- Success Rates of Public MCP Servers Benchmark Against Merged Results — shensi · 2026-09-16
- Training Agents video series complete: 6 videos, 8 hours from SFT to RL environments — SergioPaniego · 2026-09-16
- How do you cap an AI agent's API spend across multiple vendors? — apyhubnico · 2026-09-16
- Sistava launches AI employee platform for business workflows, plans from $25/mo — Mahmoud_Zalt · 2026-09-16
- Multi-turn agent RL training at scale on HF Hub: 9,523 sandboxes in 14h, zero crashes — vanstriendaniel · 2026-09-16