A Minecraft player has built a functioning AI chatbot entirely inside vanilla Minecraft using 445,782 command blocks, with no mods, plugins or datapacks. The relatively tiny language model has a 2,048-word vocabulary and was trained on more than 11,000 conversations, allowing players to chat with it through Minecraft’s /dialog system. It isn’t exactly ChatGPT—it lacks broad knowledge and can’t even do math—but it generates conversational responses one word at a time.
The creator dramatically reduced the design from nearly 2 million blocks by using model weights limited to just -1, 0 and +1, avoiding the complicated floating-point calculations normally required by AI models. Even with those optimizations, generating each word takes about 1.8 seconds, and scaling it into a substantially smarter model would require an enormous increase in size. So nobody is building GPT-5 in Minecraft anytime soon, but squeezing a legitimate generative language model into a game made of cubes is a pretty remarkable technical achievement.
Source:
Player builds working AI chatbot in vanilla Minecraft using 445K command blocks — clever approach shrank initial block count from over 1 million, requires no mods, plugins, or datapacks to work