404—GEN — A Swarm of Competing Miners Will Build Your Gaussian Splat From a Text Prompt, and Drop It Into Unity for Free

Type “a cyberpunk Shiba Inu bartender, neon visor, mixing drinks,” wait roughly ten seconds, and a textured, lit 3D character drops into your Unity scene. The twist isn’t the speed — plenty of tools do text-to-3D now. It’s who made it: not a server farm in someone’s data center, but a global swarm of anonymous miners competing, in real time, to win the right to build your splat.

That’s 404—GEN, and a fresh Radiance Fields feature dropped today put it back on our radar. It’s a free, text-to-3D Gaussian Splatting generator that lives as a native add-on inside Unity — and underneath it runs one of the strangest, most genuinely interesting architectures in AI 3D right now.

A grid of 3D Gaussian splat assets generated by 404-GEN from text prompts: goldfish, fire extinguisher, dolphin, vintage cars, taco, trash bag
One prompt each, sub-minute generation: goldfish, dolphin, a DeLorean, a taco. Source: Chain of Thought

The Story

404—GEN is the brainchild of Ben James — trained as an architect, operating as a systems engineer. In 2023 he launched Atlas, a Web2 platform that helped studios like EA, Ubisoft and Rockstar mass-produce 3D assets with AI; Atlas could spit out 20,000 unique buildings in the time it used to take to hand-craft 100. But James kept hitting the same wall: research progress was fragmented, and there was no system to reward the frontier or organize who was actually best at generating 3D.

Portrait of Ben James, founder of Atlas and 404-GEN
Ben James — architect-turned-systems-engineer, founder of Atlas and 404—GEN. Source: Chain of Thought

So he built one. 404—GEN launched as Subnet 17 on Bittensor, the decentralized AI network. Here’s the loop: every text prompt becomes a contest. A validator forwards your prompt to a set of miners — independent nodes each running their own text-to-3D model. They generate competing assets and submit them back. The validator pits them against each other, scores them with a Glicko2 rating (the same kind of system that ranks chess players), and publishes the winner. Rewards flow to miners as a function of their Glicko2 score times the number of results they submit.

Hand-drawn diagram of the 404-GEN pipeline: prompts stream from a HuggingFace dataset to a validator, which forwards tasks to competing miners and publishes the best results to a 3D asset store
The assembly line: stream prompts, forward to random miners, receive results, publish the best. Source: 404—GEN docs

The clever part is what this incentivizes. The network is deliberately model-agnostic — it doesn’t care whether you generate via diffusion-based point clouds, NeRF optimization, or pure Gaussian splatting. It only rewards outputs that win head-to-head. Strong miners climb the leaderboard and earn more; weak ones drift down. And critically: if DeepMind or a SIGGRAPH paper drops a new technique next week, any miner can implement it and immediately test it in live competition. The whole thing is engineered to self-improve under constant adversarial pressure.

A 404-GEN dashboard showing a miners' performance leaderboard with reward, Glicko2 rating, submitted results and duels history columns
The leaderboard is public: reward, Glicko2 rating, submitted results, duels history. It’s chess ratings for 3D generators. Source: Radiance Fields

It’s not vaporware. The network has reportedly generated 21.5 million+ assets — a 40 TB dataset that competitors would need months or years to match — and the Unity plugin is an official Unity Verified Solution, the first blockchain-based 3D generator to ever land on the Unity Asset Store.

Why You Should Care

Strip away the crypto framing for a second, because the engineering idea underneath is what matters. Almost every AI 3D tool we cover — Meshy, Tripo, Rodin — is a single model behind a single API. You get whatever that one team shipped. 404—GEN is a marketplace of models in permanent tournament, which is a fundamentally different bet on how fast 3D generation quality improves: not one lab iterating, but dozens of competitors forced to one-up each other every round.

For Unity devs specifically, the practical pitch is hard to argue with. It’s free. It generates in under a minute. It supports Built-in, URP and HDRP pipelines, does box/ellipsoid cutout editing right in the editor, casts shadows, and supports mesh colliders — and a SplattoMesh converter is on the way to bridge splats into traditional polygon workflows. For prototyping, greyboxing, game jams, or filling a scene with throwaway props, “describe it, get a splat in ten seconds, keep building” is a legitimately useful loop.

Be honest about the limits, though. Splat quality is good-not-elite — this isn’t Rodin-tier 10-million-poly geometry, and generic objects fare better than intricate characters. You’re getting splats, not clean meshes (yet). And the Bittensor/token layer will be a turn-off for anyone who just wants a button to press. But the core proposition — a free, self-improving, model-agnostic 3D engine that ships straight into your engine — is one of the more original swings in this space.

Try It / Follow Them

The 404-GEN text-to-3D Generator listing on the Unity Asset Store, marked FREE and Unity Verified
Free, Unity-Verified, and one click away on the Asset Store. Source: Unity Asset Store

IK3D Lab Take

We’ve covered a small army of text-to-3D models this year, and most of them are variations on the same theme: one big model, one API, take it or leave it. 404—GEN is the first one that rethinks the structure instead of just the weights. Turning 3D generation into a permanent, public tournament — where any new research breakthrough can be dropped in and tested against the field overnight — is a genuinely clever way to attack the problem. Whether the decentralized economics hold up long-term is an open question. But as a free Unity add-on that turns a sentence into a splat in ten seconds, it’s worth a slot on your prototyping bench today. Describe a world, watch the swarm build it.

Sharing is caring!

Leave a Reply

Your email address will not be published. Required fields are marked *