#mud
2 posts
-
mud-bots is my open source suite of AI players for The Hollow Grid, the Cloudflare Workers MUD from Skyphusion Labs. Open-source models on Workers AI log in like human players, read the structured event channel, and face the game's real moral choices: free the caged or take the loot, defend the refugee or join the strong. Notes from Conrad Rockenhaus on the thesis, the two bots that chose well from opposite directions, and why the bots double as live QA.
-
Introducing The Hollow Grid, a multiplayer MUD that runs entirely on Cloudflare Workers and Durable Objects: one Durable Object holds a whole world, WebSocket hibernation lets it sleep at $0 when empty, and a single alarm drives all of time. It is also a small federation, where separate world deployments share one backend Grid (one faction war, one character that travels between worlds) over a service-binding RPC contract. Notes on the design rules that make it testable, the structured event channel that drives the client, a bot, and the tests alike, the cross-Worker bug that taught us how service bindings really behave, and the human-and-AI collaboration that built it.