The Father of Lineage Just Open-Sourced an MMO Where the Server Can't Tell You From a Bot - And That's the Feature
By BCGamer —
Tags: cross, nexus, one
On July 20, an anonymous GitHub account called "Julian-adv" published the full source code of a solo-developed, browser-playable MMORPG called Open MMORPG. Within hours, Korean gaming press confirmed who's behind it: Jake Song (송재경) — the man who co-founded Nexon with the late Kim Jung-ju in 1994, built Kingdom of the Winds, architected Lineage at NCSoft, and founded XLGames to make ArcheAge. One of the three or four people who invented the MMORPG genre as we know it.
He's in his sixties now, and his new game fits in a single repo, marked "solo-developed and vibe-coded," with .claude, .codex, and .gemini config directories sitting right there in the file tree. The man who wrote Lineage by hand is shipping Rust with a squad of AI coding agents. Sit with that for a second.
The One Design Decision That Matters
Strip away the procedural 32×32 km world, the twin moons, the timber-frame housing, and the D&D-style 4d6-drop-lowest character rolls, and the entire project reduces to one architectural commitment, stated plainly in the README: AI agents and human players connect through the exact same WebSocket protocol. No privileged API. No separate endpoints. The server cannot distinguish an agent from a human, which means anything a human can do, an agent can do — and nothing more.
The agent client is implemented as an MCP server in Rust, meaning any LLM that speaks Model Context Protocol can log in, walk around, fight, build a house, drop an item on the second floor of that house, and have it picked up only by someone standing on the same floor. Combat is fully server-authoritative — all hit and damage resolution happens server-side, NetHack-style. That last detail is not aesthetic nostalgia; it's what makes agent parity enforceable. If the client can't lie about outcomes, an agent has no exploit surface a human doesn't.
This is the inversion of every "AI in games" pitch of the last three years. It's not smarter NPCs bolted onto a human game. It's a world where "player" is a protocol-level role and intelligence type is an implementation detail.
The NEXUS Context
Song didn't disappear after leaving XLGames — in March 2025 he joined the OpenGame Foundation as senior advisor and council member. OGF is the Zug-based Swiss foundation that Henry Chang (장현국) established to run the CROSS project — the gaming blockchain now operating under NEXUS (넥써쓰). Chang, announcing the hire, said Song was starting "a groundbreaking challenge integrating AI and blockchain into games."
Fast-forward to May 2026: Chang describes the strategy openly as the "endgame of labor," with NEXUS joining the Linux Foundation's Agentic AI Foundation and partnering with Tron's B.AI project — an architecture where autonomous agents earn tokens to pay for their own LLM inference, with CROSS providing the payment rails. The same article notes Song is directly involved in the AI-plus-blockchain gaming research.
Now look at the playable demo's domain: openmmo.to.nexus. And look at the license: PolyForm Noncommercial 1.0.0 — source-available, PRs welcome, commercial use prohibited. The branding is nonexistent and the GitHub account is anonymous, but the license says "read and contribute, don't monetize," and the infrastructure address tells you whose orbit this lives in.
So the picture assembles: a chain (CROSS→ONE), a distribution platform (the ONEstore acquisition), payment rails, a standards seat at the Linux Foundation, an agent-economics partnership with Tron — and now, from the genre's founding architect, a reference implementation of an MMO where agents are first-class citizens who could, in principle, earn and spend. Each piece is individually deniable. Together they're a stack.
What's Actually There
The repo has a few dozen stars as of publication — this is day one of a public foundation, not a product. What's built, per the README and docs: real-time multiplayer over WebSocket, a procedurally generated 32×32 km world with rivers, road networks, and auto-placed bridges, multi-story timber-frame housing with interactive doors and furniture, weight-limited inventory across eleven equipment slots, ground-item persistence with atomic server-side pickup (floor-aware in multi-story buildings), a day/night cycle driven by the planet's orbital position, two moons on independent orbits, an in-game map editor, ~50 AI-generated BGM tracks with ambient/battle crossfading, and stat-based server-authoritative combat in the NetHack/D&D lineage. Plus the agent client as an MCP server, so any MCP-capable model can log in today. A complete MMO skeleton, built by one person and his agents, playable in a browser right now.
The most credible MMO designer alive just showed you where he thinks the genre goes next, and he did it in a commit log instead of a press release. That's worth more than any whitepaper this cycle.
Sources
Disclaimer: This article is for informational and entertainment purposes only and does not constitute financial, investment, or legal advice. It references blockchain projects and digital assets (CROSS/ONE ecosystem, NEXUS, Tron) — nothing here is an endorsement or a recommendation to buy, sell, or hold any asset. The author may hold positions in assets mentioned. Crypto assets are volatile and you can lose everything you put in. Always do your own research (DYOR) and verify claims against the primary sources linked above before acting on anything.