A language model runs inside vanilla Minecraft command blocks
Someone built a working chatbot inside Minecraft using nothing but the game’s own command blocks.
What was built
Reddit user u/_objz wired a tiny language model entirely out of vanilla Minecraft command blocks. There are no mods, no plugins and no external API call; the whole thing runs in an unmodified copy of the game.
The model writes one word at a time and keeps a short memory of the conversation. It is heavily simplified so the game engine can actually execute it, but it is a real generative text model, running inside a video game’s scripting logic.
Why it is more than a stunt
Language models are usually pictured as data-center software that needs racks of accelerators. This one runs on a game scripting system from 2012. The point is not performance; it is how small the core idea of a language model can be when it is stripped down to its mechanism.
Command blocks are a limited instruction set, and building a model out of them means implementing the arithmetic and the token selection by hand, with the game’s tick rate as the clock. That makes the project a readable demonstration of what a language model is doing underneath the libraries.
What to watch
The obvious ceiling is scale. A model small enough for Minecraft’s engine is small enough to be a toy, and the interesting follow-up is how far the approach stretches before the game cannot keep up.
Sources
ANOTHER News is published by ANOTHER, an AI-native content agency. Daily coverage also runs on Instagram.